grundgerüst Erstellt
This commit is contained in:
28
appinfo/info.xml
Normal file
28
appinfo/info.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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: Christian Bock <christian@death600.de>
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
<id>vereinmitglieder</id>
|
||||
<name>Verein Mitglieder</name>
|
||||
<summary>Zum Verwalten von Mitglieder in Vereinen</summary>
|
||||
<description><![CDATA[Diese App Dient Dazu Mitglieder in einen Verein Zentral zu Verwalten]]></description>
|
||||
<version>0.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="christian@death600.de" >Christian Bock</author>
|
||||
<namespace>VereinMitglieder</namespace>
|
||||
<category>organization</category>
|
||||
<category>tools</category>
|
||||
<bugs>http://localhost</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="25" max-version="25"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
<name>Verein Mitglieder</name>
|
||||
<route>vereinmitglieder.page.index</route>
|
||||
</navigation>
|
||||
</navigations>
|
||||
</info>
|
||||
Reference in New Issue
Block a user