grundgerüst Erstellt

This commit is contained in:
2023-04-02 14:06:26 +02:00
commit 9c3d1149bc
52 changed files with 2504 additions and 0 deletions

28
appinfo/info.xml Normal file
View 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>