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: 94367fe5e4ae1cc615f0339ba59497427ced2404 (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
<?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>
    <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>1.1.5</version>
    <licence>agpl</licence>
    <author>westberliner</author>
    <types>
      <filesystem/>
    </types>
    <documentation>
        <user>https://github.com/westberliner/checksum/blob/master/README.md</user>
        <admin>https://github.com/westberliner/checksum/blob/master/README.md</admin>
    </documentation>
    <category>files</category>
    <category>tools</category>
    <website>https://github.com/westberliner/checksum/</website>
    <bugs>https://github.com/westberliner/checksum/issues</bugs>
    <screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
    <dependencies>
        <php min-version="7.4" />
        <nextcloud min-version="20" max-version="25" />
    </dependencies>
</info>