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
parent2272fcc6ba8b6aaf6f4980d1f5830d64a195d661 (diff)
added app info and logic
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php8
-rw-r--r--appinfo/info.xml14
-rw-r--r--appinfo/version1
3 files changed, 23 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
new file mode 100644
index 0000000..63a53ef
--- /dev/null
+++ b/appinfo/app.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Dependencies
+ */
+// Jquery
+OCP\Util::addScript("3rdparty", "chosen/chosen.jquery.min");
+// checksum script
+OCP\Util::addScript('checksum', "checksum" );
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>
diff --git a/appinfo/version b/appinfo/version
new file mode 100644
index 0000000..49d5957
--- /dev/null
+++ b/appinfo/version
@@ -0,0 +1 @@
+0.1