grauphel works on Nextcloud 13.
[grauphel.git] / appinfo / info.xml
index bff1ebd00be09eb6fc9c470154db9825d9fc0b78..b1bfcf768a62e74fa8dc1d0e55b93b0ffe1ee03d 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.3.0</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.6.6</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="10" max-version="13"/>
+ </dependencies>
+ <!-- <ocsid>166654</ocsid> -->
 </info>