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>2017-03-02 01:47:04 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-03-02 01:47:04 +0300
commitf4752a2d70916e75873abf18f16a145c90e78aaf (patch)
tree4ee5fc5a831d297f57c608b8d9e7d94ab551a589 /appinfo
parentfd4cb16eac76fe051f1a623c8a6777dc682740c9 (diff)
Improve appinfo
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3e2d21d1..562ec20b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,12 +6,21 @@
<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>
+ <author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<version>0.9.4</version>
<ocsid>164356</ocsid>
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<namespace>Tasks</namespace>
- <category>organization</category>
+ <category>organization</category>
+ <category>office</category>
+ <category>productivity</category>
+ <documentation>
+ <admin>https://github.com/nextcloud/tasks#installation</admin>
+ <developer>https://github.com/nextcloud/tasks#developer-setup-info</developer>
+ </documentation>
+ <website>https://github.com/nextcloud/tasks/</website>
+ <bugs>https://github.com/nextcloud/tasks/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/tasks.git</repository>
<dependencies>
<owncloud min-version="9.1" max-version="9.2"/>
<nextcloud min-version="10" max-version="12"/>