summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-21 10:28:11 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-21 18:38:45 +0200
commit437bdd875591cecea256f055f41a576f9bd215f7 (patch)
treef1bafd658178f36f14e4358757ff089ff049d125
parent2fa2fddc11cf15a594cbbc03ba1b14afa3344f01 (diff)
Update to reference the new documentation
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--appinfo/info.xml22
-rw-r--r--templates/admin.php9
2 files changed, 20 insertions, 11 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 52f9cc467..a26244a41 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,12 +3,21 @@
<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>
- <version>15.4.3</version>
+**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>15.4.4</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</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>
diff --git a/templates/admin.php b/templates/admin.php
index fa714f463..7d1c64d82 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -14,8 +14,7 @@ style('news', 'admin');
</p>
<p>
<em><?php p($l->t(
- 'Disable this if you run a custom updater such as the Python ' .
- 'updater included in the app.'
+ 'Disable this if you use a custom updater.'
)); ?></em>
</p>
</div>
@@ -101,7 +100,7 @@ style('news', 'admin');
'input empty.'
)); ?>
</em>
- <a href="https://github.com/nextcloud/news/tree/master/docs/explore"><?php p($l->t(
+ <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
'For more information check the wiki.'
)); ?></a>
</p>
@@ -120,8 +119,8 @@ style('news', 'admin');
'Interval in seconds in which the feeds will be updated.'
)); ?>
</em>
- <a href="https://github.com/nextcloud/news/tree/master/docs/updateInterval"><?php p($l->t(
- 'For more information check the wiki.'
+ <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
+ 'For more information check the documentation.'
)); ?></a>
</p>
<p><input type="text" name="news-update-interval"