summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 14:34:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-19 14:58:29 +0200
commit79e469fd335133671185cf8539f77ef38ac3b4e6 (patch)
tree4e2b7075e85225c9ac93cf78c7ef1e95b78e5ac4 /appinfo/info.xml
parent271b6ee3c993264bd44a966b82f1a5daa85f53ab (diff)
Refactor News documentation with mkdocs and mkdocs-material
- move all pages to new structure - use gh-pages to host html version - use github actions for automatic build Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 997ea42fd..61da2eb58 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,11 +3,20 @@
<id>news</id>
<name>News</name>
<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)
+ <description><![CDATA[📰 A RSS/Atom Feed reader App for Nextcloud
-Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
+- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)
+- 🔄 Automatic updates of your news feeds
+- 🆓 Free and open source under AGPLv3, no ads or premium functions
-**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/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>
+**System Cron is currently required for this app to work**
+Requirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)
+The Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)
+
+Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)
+Create a [feature request](https://github.com/nextcloud/news/discussions/new)
+Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
+ ]]></description>
<version>16.0.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
@@ -17,8 +26,9 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<author>Jan-Christoph Borchardt (former)</author>
<namespace>News</namespace>
<documentation>
- <admin>https://github.com/nextcloud/news#readme</admin>
- <developer>https://github.com/nextcloud/news/tree/master/docs</developer>
+ <user>https://nextcloud.github.io/news/</user>
+ <admin>https://nextcloud.github.io/news/admin/</admin>
+ <developer>https://nextcloud.github.io/news/</developer>
</documentation>
<category>multimedia</category>
<website>https://github.com/nextcloud/news</website>