Mark grauphel as compatible with Nextcloud 15
[grauphel.git] / appinfo / info.xml
index 1008496ca2e303859a4e566dde396fd42dbb4893..0ac34577947be3a74079885d32acc0cd578126d1 100755 (executable)
@@ -1,10 +1,29 @@
 <?xml version="1.0"?>
-<info>
-       <id>grauphel</id>
-       <name>Grauphel: Tomboy note server</name>
-       <description>Tomboy REST API server to sync notes between devices</description>
-       <version>0.1.1</version>
-       <licence>AGPL3 or later</licence>
-       <author>Christian Weiske</author>
-       <requiremin>7</requiremin>
+<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.7.0</version>
+ <licence>agpl</licence>
+ <author>Christian Weiske</author>
+ <namespace>Grauphel</namespace>
+ <documentation>
+  <admin>https://cweiske.de/grauphel.htm#installation</admin>
+ </documentation>
+ <category>organization</category>
+ <website>https://cweiske.de/grauphel.htm</website>
+ <bugs>https://github.com/cweiske/grauphel/issues</bugs>
+ <repository type="git">https://git.cweiske.de/grauphel.git</repository>
+ <dependencies>
+  <lib>OAuth</lib>
+  <owncloud min-version="7"/>
+  <nextcloud min-version="13" max-version="15"/>
+ </dependencies>
+ <!-- <ocsid>166654</ocsid> -->
 </info>