summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 22:02:16 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-06-20 11:20:12 +0200
commitfcd11402f4e1d6cc2457f9c2e87dc2611fb7f0b5 (patch)
treec5504e7722c9eac53e434d72a556b17a4fbdb7b7 /appinfo
parent53f96296dfae0cf2f78e2dd4fb62dcbea9580db3 (diff)
added documentation, website, bugs, repository
according to https://doc.owncloud.org/server/9.0/developer_manual/app/info.html
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 15f62732..05912055 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,6 +7,15 @@
<author>Hendrik Leppelsack, Thomas Müller, Alexander Weidinger, Jan-Christoph Borchardt, Tom Needham</author>
<version>1.3.1.0</version>
<category>other</category>
+ <documentation>
+ <user>https://doc.owncloud.org/server/9.1/user_manual/pim/contacts.html</user>
+ <admin>https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/occ_command.html?highlight=contact#dav-commands</admin>
+ <developer>https://github.com/owncloud/contacts/blob/master/README.md</developer>
+ </documentation>
+ <category>tool</category>
+ <website>https://github.com/owncloud/contacts</website>
+ <bugs>https://github.com/owncloud/contacts/issues</bugs>
+ <repository type="git">https://github.com/owncloud/contacts.git</repository>
<dependencies>
<owncloud min-version="9.0" max-version="9.1" />
</dependencies>