summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-09-06 22:05:03 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-09-06 22:05:03 +0200
commit19d884ee519ae9a628ced767a25c65da68fb3675 (patch)
treec3d7a14de03cae3a4ff902bd9a972c2a0adcb713 /appinfo
parent187ed7902765e02f6efe2d624e80b4d03dd49890 (diff)
update info.xml
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml7
1 files changed, 6 insertions, 1 deletions
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>