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>2018-02-20 14:13:31 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-20 14:27:03 +0300
commit4822fc077eb5c88dc174acc947c09c600aee4c55 (patch)
treeec9f30f65637869fe46cb0da62411b5f071c10ac /appinfo
parent7373f8d2c417ed43ea72720271c31b3b52e76cca (diff)
Fix app info
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bb49378..105ce7c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,7 +1,9 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>notifications</id>
<name>Notifications</name>
+ <summary><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.]]></summary>
<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:
@@ -13,19 +15,21 @@
📣 Announcement center: An announcement was posted by an admin]]></description>
- <licence>AGPL</licence>
- <author>Joas Schilling</author>
<version>2.2.1</version>
+ <licence>agpl</licence>
+ <author>Joas Schilling</author>
+
+ <default_enable/>
<types>
<logging/>
</types>
- <default_enable/>
+ <category>tools</category>
<website>https://github.com/nextcloud/notifications</website>
<bugs>https://github.com/nextcloud/notifications/issues</bugs>
- <repository type="git">https://github.com/nextcloud/notifications.git</repository>
+ <repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="14" max-version="14" />