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 <patrick@westberliner.net>2013-07-30 02:59:29 +0400
committerpatrick <patrick@westberliner.net>2013-07-30 02:59:29 +0400
commit8d7245a4e0cb20a2b4e9dba79acce842dd48b0d8 (patch)
treec9050b402b670d88644c3c2216b9d64a7b728515 /appinfo/info.xml
parent2272fcc6ba8b6aaf6f4980d1f5830d64a195d661 (diff)
added app info and logic
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
new file mode 100644
index 0000000..e336e8e
--- /dev/null
+++ b/appinfo/info.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<info>
+ <id>checksum</id>
+ <name>Checksum</name>
+ <description>Creating a md5 checksum of a file.</description>
+ <version>1.0</version>
+ <licence>AGPL</licence>
+ <author>westberliner</author>
+ <require>5</require>
+ <types>
+ <filesystem/>
+ </types>
+ <version>0.1</version>
+</info>