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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarkascha <github@christian-reiner.info>2015-02-09 17:59:40 +0300
committerarkascha <github@christian-reiner.info>2015-02-09 17:59:40 +0300
commit6bfd5f2c91d8fbb412cfa0f1bcc5bf7377443227 (patch)
tree06bd231eb3abe96028aa76e1c3948ffa3ec6561f /imprint
parent5337b01ec563e4c3cea39cb1e06350c99072ee9a (diff)
imprint: extend info.xml according to extensions introduced in OC-8
Diffstat (limited to 'imprint')
-rw-r--r--imprint/appinfo/info.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/imprint/appinfo/info.xml b/imprint/appinfo/info.xml
index 1a0d1fe63..cc2780956 100644
--- a/imprint/appinfo/info.xml
+++ b/imprint/appinfo/info.xml
@@ -42,6 +42,20 @@
<licence>AGPL</licence>
<author>Christian Reiner</author>
<requiremin>7</requiremin>
+ <category>other</category>
+ <types>
+ <type>internet</type>
+ </types>
+ <website>https://github.com/owncloud/apps</website>
+ <bugs>https://github.com/owncloud/apps/issues</bugs>
+ <repository type="git">https://github.com/owncloud/apps.git</repository>
+ <documentation>
+ <admin>https://raw.githubusercontent.com/owncloud/shorty/master/apps/doc/CONFIGURATION</admin>
+ </documentation>
+ <dependencies>
+ <owncloud min-version="7" max-version="9"/>
+ <php min-version="5.3"/>
+ </dependencies>
<types>
<prelogin />
</types>