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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Herzberg <patrick@herzberg-digital.de>2017-07-10 11:20:39 +0300
committerGitHub <noreply@github.com>2017-07-10 11:20:39 +0300
commit5c91434009b17576cce25bd0409a4229f61175f8 (patch)
tree84ecb94603054763e44222f2d08e0244bad0d0f0
parentec6207bae32371590bfafeae3b4fa9ba3efd5c26 (diff)
parent55b9e7be0b126fcca37eba428e203c89e760a634 (diff)
Merge pull request #13 from jospoortvliet/master
update description with gif ;-)
-rw-r--r--README.md2
-rw-r--r--appinfo/info.xml3
-rw-r--r--screenshots/checksum.gifbin0 -> 310657 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae61346..38a5635 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Checksum
**Plugin for [Nextcloud](https://nextcloud.com) and [ownCloud](https://owncloud.org) to create hashes of files.**
+![animation](screenshots/checksum.gif)
+
Installation
------------
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5f008d0..fa79b5a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,13 +5,14 @@
<name>Checksum</name>
<summary>Creating a hash checksum of a file.</summary>
<description>
- Creating a hash checksum of a file.
+ 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>
+ <screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
<documentation>
<user>https://github.com/westberliner/owncloud-checksum/blob/v0.3.4/README.md</user>
<admin>https://github.com/westberliner/owncloud-checksum/blob/v0.3.4/README.md</admin>
diff --git a/screenshots/checksum.gif b/screenshots/checksum.gif
new file mode 100644
index 0000000..531cb04
--- /dev/null
+++ b/screenshots/checksum.gif
Binary files differ