1
0
Fork 0
occweb/appinfo/info.xml

30 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
2019-01-19 14:54:24 +00:00
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>occweb</id>
<name>OCC Web</name>
2019-01-21 17:17:23 +00:00
<summary>OCC Commands in a web terminal</summary>
2019-01-19 14:54:24 +00:00
<description><![CDATA[Run OCC Commands in a web terminal]]></description>
2020-01-26 14:59:19 +00:00
<version>0.0.6</version>
<licence>agpl</licence>
<author mail="adphi.apps@gmail.com" >Adphi</author>
2019-01-19 14:54:24 +00:00
<namespace>OCCWeb</namespace>
2019-01-21 17:17:23 +00:00
<category>tools</category>
2019-01-21 17:24:52 +00:00
<website>https://git.adphi.net/Adphi/OCCWeb</website>
2019-01-21 17:17:23 +00:00
<bugs>https://git.adphi.net/Adphi/OCCWeb/issues</bugs>
2020-01-26 14:37:16 +00:00
<repository>https://git.adphi.net/Adphi/OCCWeb</repository>
<screenshot>https://git.adphi.net/Adphi/OCCWeb/raw/master/appinfo/screenshot.png</screenshot>
<dependencies>
2020-01-26 14:37:16 +00:00
<nextcloud min-version="13" max-version="18"/>
</dependencies>
<navigations>
2019-01-19 15:16:04 +00:00
<navigation role="admin">
2019-01-19 14:54:24 +00:00
<name>OCCWeb</name>
2019-01-19 15:32:50 +00:00
<route>occweb.occ.index</route>
2019-01-19 15:16:04 +00:00
<icon>app.svg</icon>
<type>link</type>
</navigation>
</navigations>
</info>
2019-01-19 14:54:24 +00:00