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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-12-15 00:07:52 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-12-15 00:07:52 +0300
commite135066285ad4c82ddddec8f4671801a53f6a493 (patch)
tree9e0b331d8ea13639d20c36400dd9c8241ec80e1d /appinfo
parente99f3ff7526575f93e2bcbfdda8518925cdb703d (diff)
Adjust info.xml for Nextcloud appstore
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4bd83775..cd9afba5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
-<info>
- <id>tasks</id>
- <name>Tasks</name>
- <version>0.9.4</version>
- <namespace>Tasks</namespace>
- <category>productivity</category>
- <licence>AGPL</licence>
- <author>Raimund Schlüßler</author>
- <description>Task App for Calender TODOs</description>
- <ocsid>164356</ocsid>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>tasks</id>
+ <name>Tasks</name>
+ <summary>The Tasks app for Nextcloud</summary>
+ <description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
+ <licence>agpl</licence>
+ <author mail="raimund.schluessler@googlemail.com">Raimund Schlüßler</author>
+ <version>0.9.4</version>
+ <namespace>Tasks</namespace>
+ <category>organization</category>
<dependencies>
<owncloud min-version="9.1" max-version="9.2"/>
<nextcloud min-version="10" max-version="11"/>