summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-09-06 22:06:26 +0200
committerGitHub <noreply@github.com>2016-09-06 22:06:26 +0200
commitd154321da12d27fd91da9c067b9d5b680fe0ee55 (patch)
tree48518de425ee8c4750d8401562793d27833edd94
parent95bfad3a41098c1753f9dacd89e3f25b294a9672 (diff)
parent19d884ee519ae9a628ced767a25c65da68fb3675 (diff)
Merge pull request #32 from nextcloud/ratings
update info.xml
-rw-r--r--README.md2
-rw-r--r--appinfo/info.xml7
2 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 76045dd16..3c3112fdc 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Please read the [appropriate section in the contributing notices](https://github
Before you install the app do the following:
* Check that your **nextcloud/data/** directory is owned by your web server user and that it is write/readable
* Check that your installation fulfills the [requirements listed in the README section](https://github.com/nextcloud/news#dependencies)
-* [Set up Nextcloud Background Jobs](https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
+* [Set up Nextcloud Background Jobs](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
Then proceed to install the app either from an archive (zip/tar.gz) or clone it from the repository using git
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c7f71544..73a6301a8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,12 @@
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>news</id>
<name>News</name>
- <description>An RSS/Atom feed reader</description>
+ <summary>An RSS/Atom feed reader</summary>
+ <description><![CDATA[The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)
+
+Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
+
+**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/owncloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
<version>9.0.4</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>