Release 0.7.4
[grauphel.git] / appinfo / info.xml
index ac0f9eca37a831e9a179f4bc20477c0c17807e74..ac48fb7027adfa2bea8cdb7cbbe1c0cf7b7ad9d5 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</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.4</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="18"/>
+ </dependencies>
+ <!-- <ocsid>166654</ocsid> -->
 </info>