Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d082361fe4bd8cc067d8e0b1563ed6e92856a938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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>checksum</id>
	<name>Checksum</name>
	<namespace>Checksum</namespace>
	<summary>Create 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.

		Open the details view of the file (sidebar). There should be a new tab called "Checksum".
		Select an algorithm and it will try to generate a hash.
	</description>
	<version>1.0.0</version>
	<licence>agpl</licence>
	<author>westberliner</author>
	<author>Richard Steinmetz</author>
	<types>
		<filesystem />
	</types>
	<documentation>
		<user>https://github.com/st3iny/checksum/blob/master/README.md</user>
		<admin>https://github.com/st3iny/checksum/blob/master/README.md</admin>
		<developer>https://github.com/st3iny/checksum/blob/master/README.md</developer>
	</documentation>
	<category>files</category>
	<category>tools</category>
	<website>https://github.com/st3iny/checksum/</website>
	<bugs>https://github.com/st3iny/checksum/issues</bugs>
	<repository type="git">https://github.com/st3iny/checksum.git</repository>
	<screenshot>https://raw.githubusercontent.com/st3iny/checksum/master/screenshots/checksum.gif</screenshot>
	<dependencies>
		<php min-version="7.4" max-version="7.4" />
		<nextcloud min-version="20" max-version="21" />
	</dependencies>
</info>