summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-12 15:50:31 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-12 15:50:31 +0200
commit77fa070c60d2cab299c7208b5e8c8b3f0ced28d4 (patch)
treecdd043f3c233bc0c991153b3eb6af9cd7f42e59c
parent6f0fc4566220350d076e4b7fdfb568ca81f5a6d3 (diff)
Update app description
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--appinfo/info.xml15
-rw-r--r--docs/clients.md2
-rw-r--r--mkdocs.yml2
3 files changed, 14 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 997ea42fd..a86b99275 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>
diff --git a/docs/clients.md b/docs/clients.md
index 7b9065b09..db5f8218b 100644
--- a/docs/clients.md
+++ b/docs/clients.md
@@ -28,4 +28,4 @@ A sync client can be used to read news and synchronize via the API.
An update client uses the nextcloud API or the OCC CLI to update the feeds in News.
-
+* Python mulithread updater https://github.com/nextcloud/news-updater
diff --git a/mkdocs.yml b/mkdocs.yml
index 8d3fa632b..62f0299b2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Nextcloud News APP
+site_name: Nextcloud News App
repo_url: https://github.com/nextcloud/news
edit_uri: blob/master/documentation/