summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:03 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:03 +0200
commitac45b5e1586914bff131a7c0fe352da751d2cade (patch)
tree9c6017f54a73f1e2e224aa4ed9508cb72e0434e9 /appinfo
parent7e4c9714100d2e6f2aa380be1d0d0042d3dc29aa (diff)
Adapt the appinfo/info.xml for the new Nextcloud app store.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml47
1 files changed, 27 insertions, 20 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f447b1e..02986941 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,22 +1,29 @@
<?xml version="1.0"?>
-<info>
- <id>contacts</id>
- <name>Contacts</name>
- <description>The new and improved app for your Contacts.</description>
- <licence>AGPL</licence>
- <author>Hendrik Leppelsack, Thomas Müller, Alexander Weidinger, Jan-Christoph Borchardt, Tom Needham</author>
- <version>1.5.0.0</version>
- <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.2" />
- </dependencies>
- <ocsid>168708</ocsid>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>contacts</id>
+ <name>Contacts</name>
+ <description>The new and improved app for your Contacts.</description>
+ <version>1.5.0</version>
+ <licence>AGPL</licence>
+ <author>Alexander Weidinger</author>
+ <author>Jan-Christoph Borchardt</author>
+ <author>Hendrik Leppelsack</author>
+ <documentation>
+ <user>https://docs.nextcloud.com/server/11/user_manual/pim/contacts.html</user>
+ <admin>https://docs.nextcloud.com/server/11/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
+ <developer>https://github.com/nextcloud/contacts#building-the-app</developer>
+ </documentation>
+ <category>office</category>
+ <category>social</category>
+ <category>organization</category>
+ <website>https://github.com/nextcloud/contacts#readme</website>
+ <bugs>https://github.com/nextcloud/contacts/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/contacts.git</repository>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.2" />
+ <nextcloud min-version="9" max-version="11" />
+ </dependencies>
+ <ocsid>168708</ocsid>
</info>