diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:10:25 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:10:25 +0100 |
| commit | a730b8aac9a7d644014f501e24151fa8ff4af5b7 (patch) | |
| tree | d7df0618ad785aea332b05198893e338fcf3a49a /appinfo/info.xml | |
| parent | 039b4685b39b6df44a9c203a397e9d0ec56bf32e (diff) | |
| download | grauphel-a730b8aac9a7d644014f501e24151fa8ff4af5b7.tar.gz grauphel-a730b8aac9a7d644014f501e24151fa8ff4af5b7.zip | |
Make info.xml valid
Diffstat (limited to 'appinfo/info.xml')
| -rwxr-xr-x | appinfo/info.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml index 3cd78b1..3dd48ca 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,29 +1,29 @@ <?xml version="1.0"?> -<info> +<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>grauphel</id> <name>Grauphel: Tomboy note server</name> + <summary>Tomboy REST API server to sync notes between devices</summary> <description> Tomboy REST API server to sync notes between devices. Tomboy, Conboy and Tomdroid clients are supported. </description> - <version>0.6.4</version> - <licence>AGPL3 or later</licence> + <version>0.6.5</version> + <licence>agpl</licence> <author>Christian Weiske</author> - - <requiremin>7</requiremin> <namespace>Grauphel</namespace> - <dependencies> - <lib>OAuth</lib> - </dependencies> - <documentation> <admin>http://www.bogo/grauphel.htm#installation</admin> </documentation> + <category>organization</category> <website>http://cweiske.de/grauphel.htm</website> - <repository type="git">git://git.cweiske.de/grauphel.git</repository> <bugs>https://github.com/cweiske/grauphel/issues</bugs> - - <category>productivity</category> - <ocsid>166654</ocsid> + <repository type="git">https://git.cweiske.de/grauphel.git</repository> + <dependencies> + <lib>OAuth</lib> + <owncloud min-version="7"/> + <nextcloud min-version="10" max-version="12"/> + </dependencies> + <!-- <ocsid>166654</ocsid> --> </info> |
