Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-01 16:57:50 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-01 16:57:50 +0300
commit4f8a386cd2ae8a311a1e8b696891aa3e058f7b5f (patch)
treed3f06884395fd7942d07ae7ff102afa15319211f /appinfo
parentb47874ee570aa1a964062af50cd85990c8a1898e (diff)
Update app description as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index beb502e..1e3c021 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,16 @@
<info>
<id>notifications</id>
<name>Notifications</name>
- <description>An app that notifies the user about important events of other apps.</description>
+ <description><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.
+ The API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:
+
+📬 Federated file sharing: You received a new remote share
+
+📑 Comments: Another user mentioned you in a comment on a file
+
+🚢 Update notification: Available update for an app or nextcloud itself
+
+📣 Announcement center: An announcement was posted by an admin]]></description>
<licence>AGPL</licence>
<author>Joas Schilling</author>