Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix info.xml #207

Merged
merged 2 commits into from
Oct 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@
<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"/>
</dependencies>
</info>