Nextcloud-App/appinfo/info.xml

30 lines
1.1 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: BVSC e.V. <no@example.com>
SPDX-License-Identifier: CC0-1.0
-->
<id>upschooling</id>
<name>UPschooling</name>
<summary>UPschooling Support Platform</summary>
<description><![CDATA[Ticketsystem für UPschooling]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="no@example.com" homepage="https://gitea.rs485.network/UPschooling/Nextcloud-App">BVSC e.V.</author>
<namespace>UPschooling</namespace>
<category>organization</category>
<category>social</category>
<category>tools</category>
<bugs>https://gitea.rs485.network/UPschooling/Nextcloud-App/issues</bugs>
<dependencies>
<nextcloud min-version="27" max-version="27"/>
</dependencies>
<navigations>
<navigation>
<name>Support</name>
<route>upschooling.page.index</route>
</navigation>
</navigations>
</info>