blob: dd71731fc030e139e7a2297dee2b38ab81ab910c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<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.5</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="12"/>
</dependencies>
<!-- <ocsid>166654</ocsid> -->
</info>
|