Skip to content

Commit

Permalink
Merge pull request #476 from raimund-schluessler/documentation
Browse files Browse the repository at this point in the history
docs: show description and screenshots in the store
  • Loading branch information
raimund-schluessler authored Feb 4, 2024
2 parents 5ece40c + 2fdc67b commit ade1d99
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
<?xml version="1.0"?>
<info>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>inventory</id>
<name>Inventory</name>
<summary>The inventory app for Nextcloud</summary>
<description>Inventory App</description>
<description><![CDATA[An inventory app for Nextcloud. Manage your inventory.
* List all items and their properties in your inventory
* Sort items into folders or places
* Link parent, related and sub items
* Upload attachments such as invoices and manuals
* Upload images for items
* Find item instances by their storage place
* Assign unique UUIDs and find item instances by scanning their GTIN or QR code
* Assign tags to items and search by tag
]]></description>
<version>0.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Raimund Schlüßler</author>
<namespace>Inventory</namespace>
<category>organization</category>
<website>https://github.com/raimund-schluessler/inventory</website>
<bugs>https://github.com/raimund-schluessler/inventory/issues</bugs>
<repository>https://github.com/raimund-schluessler/inventory.git</repository>
<screenshot>https://github.com/raimund-schluessler/inventory/master/screenshots/inventory-1.png</screenshot>
<screenshot>https://github.com/raimund-schluessler/inventory/master/screenshots/inventory-2.png</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="29"/>
</dependencies>
Expand Down

0 comments on commit ade1d99

Please sign in to comment.