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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 22:52:42 +0300
committerjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 22:52:42 +0300
commit977203fe804b70f7c0b953405ab85a2d1a5c3e6d (patch)
treed19651c945353c6cafdda46647ded3bc427d1cc3 /appinfo
parentcfb0212a0de6c5896a1219dc5124b408c6a09ce8 (diff)
added documentation, website, bugs, repository
according to https://doc.owncloud.org/server/9.0/developer_manual/app/info.html
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/info.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0e56c14..d4bfb1b 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,6 +14,14 @@
<licence>MIT</licence>
<author>Björn Korella</author>
<default_enable/>
+ <documentation>
+ <user>https://github.com/owncloud/files_videoplayer/blob/master/README.md</user>
+ <admin>https://github.com/owncloud/files_videoplayer/blob/master/README.md</admin>
+ <developer>https://github.com/owncloud/files_videoplayer/blob/master/README.md</developer>
+ </documentation>
+ <website>https://github.com/owncloud/files_videoplayer</website>
+ <bugs>https://github.com/owncloud/files_videoplayer/issues</bugs>
+ <repository type="git">https://github.com/owncloud/files_videoplayer.git</repository>
<dependencies>
<owncloud min-version="8.2" max-version="9.1" />
</dependencies>