nc-gpxedit/appinfo/info.xml

41 lines
1.6 KiB
XML
Raw Normal View History

2016-11-30 19:00:03 +00:00
<?xml version="1.0"?>
<info>
<id>gpxedit</id>
<name>GpxEdit</name>
<summary> </summary><description> </description>
<version>0.0.14</version>
2018-08-09 13:18:09 +00:00
<licence>agpl</licence>
<author>Julien Veyssier</author>
2016-11-30 19:00:03 +00:00
<namespace>GpxEdit</namespace>
<documentation>
<user>https://gitlab.com/eneiluj/gpxedit-oc/wikis/userdoc</user>
<admin>https://gitlab.com/eneiluj/gpxedit-oc/wikis/admindoc</admin>
<developer>https://gitlab.com/eneiluj/gpxedit-oc/wikis/devdoc</developer>
</documentation>
2018-02-10 15:30:27 +00:00
<category>tools</category>
2016-11-30 19:00:03 +00:00
<category>multimedia</category>
<website>https://gitlab.com/eneiluj/gpxedit-oc</website>
<bugs>https://gitlab.com/eneiluj/gpxedit-oc/issues</bugs>
2016-12-10 14:12:27 +00:00
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/01955c60c4605a92c68dd5617b0703c0/gpxedit.gif</screenshot>
2017-05-17 13:47:17 +00:00
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/428415bd2cd22b8e74230730786e9551/ed1.png</screenshot>
<screenshot>https://gitlab.com/eneiluj/gpxedit-oc/uploads/c01709a10880a64815ca783fcf574169/ed2.png</screenshot>
2016-11-30 19:00:03 +00:00
<dependencies>
2018-08-09 13:18:09 +00:00
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>
2024-07-07 10:48:12 +00:00
<nextcloud min-version="22" max-version="29"/>
2016-11-30 19:00:03 +00:00
</dependencies>
<settings>
<admin>OCA\GpxEdit\Settings\Admin</admin>
</settings>
2023-07-24 20:54:58 +00:00
<navigations>
<navigation>
<id>gpxedit</id>
<name>GpxEdit</name>
<route>gpxedit.page.index</route>
<icon>app.svg</icon>
</navigation>
</navigations>
2016-11-30 19:00:03 +00:00
</info>