nextcloud-printer/appinfo/info.xml
2019-06-12 16:14:52 +02:00

34 lines
1.5 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>printer</id>
<name>Printer</name>
<summary>Creating a hash checksum of a file.</summary>
<description>
Allows users to create a hash checksum of a file.
Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.
Just open the details view of the file (Sidebar). There should be a new tab called "Checksum".
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
</description>
<version>0.0.1</version>
<licence>agpl</licence>
<author>e-alfred</author>
<types>
<filesystem/>
</types>
<documentation>
<user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
<admin>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</admin>
</documentation>
<category>files</category>
<category>tools</category>
<website>https://github.com/westberliner/owncloud-checksum/</website>
<bugs>https://github.com/westberliner/owncloud-checksum/issues</bugs>
<screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="17" />
</dependencies>
</info>