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:
authorJoas Schilling <coding@schilljs.com>2018-10-16 10:53:38 +0300
committerJoas Schilling <coding@schilljs.com>2018-10-16 10:53:38 +0300
commitae07f1ca433357cafa4720b246ccdee9ab9dca69 (patch)
tree7e81ecd915eb7e9c5925a5ce95198f40109e7df2 /appinfo
parentf9343dc5c34f8c7702ec39b122d727fb4c88402d (diff)
Fix info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 71f2cc88..b7542644 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,21 +5,20 @@
<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>
+ <version>0.9.7</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
- <version>0.9.7</version>
- <ocsid>164356</ocsid>
- <screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<namespace>Tasks</namespace>
- <category>office</category>
- <category>organization</category>
<documentation>
- <admin>https://github.com/nextcloud/tasks#installation</admin>
- <developer>https://github.com/nextcloud/tasks#developer-setup-info</developer>
+ <admin>https://github.com/nextcloud/tasks#installation</admin>
+ <developer>https://github.com/nextcloud/tasks#developer-setup-info</developer>
</documentation>
+ <category>office</category>
+ <category>organization</category>
<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>
+ <repository>https://github.com/nextcloud/tasks.git</repository>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<dependencies>
<owncloud min-version="0" max-version="0"/>
<nextcloud min-version="13" max-version="14"/>