32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>deck</id>
|
|
<name>Deck</name>
|
|
<summary>A kanban style project and personal management tool for Nextcloud</summary>
|
|
<description>Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.
|
|
|
|
|
|
- :inbox_tray: Add your tasks to cards and put them in order
|
|
- :page_facing_up: Write down additional notes in markdown
|
|
- :bookmark: Assign labels for even better organization
|
|
- :busts_in_silhouette: Share with your team, friends or family
|
|
- :rocket: Get your project organized
|
|
|
|
:boom: This is still alpha software: it may not be stable enough for production!
|
|
|
|
</description>
|
|
<licence>agpl</licence>
|
|
<author>Julius Härtl</author>
|
|
<version>0.1.0</version>
|
|
<namespace>Deck</namespace>
|
|
<category>organization</category>
|
|
<category>office</category>
|
|
<dependencies>
|
|
<nextcloud min-version="11" max-version="12" />
|
|
</dependencies>
|
|
<repository type="git">https://github.com/juliushaertl/deck.git</repository>
|
|
<bugs>https://github.com/juliushaertl/deck/issues</bugs>
|
|
<screenshot>https://bitgrid.net/~jus/deck.png</screenshot>
|
|
</info>
|