Files
Mitgliederverwaltung/appinfo/info.xml
T
shahondin1624 41bab34d04 fix: improve warning box contrast and add XLSX converter script
Warning summary boxes in the import wizard had white text on a
light warning background, making them unreadable. Switch to a
light-yellow background with dark text instead.

Also adds convert_xlsx.py for converting the LvS member Excel
spreadsheet into CSV files for ZIP bundle import, and documents
the mandatory version bump rule in CLAUDE.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 21:52:42 +02:00

25 lines
1.0 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">
<id>mitgliederverwaltung</id>
<name>Mitgliederverwaltung</name>
<summary>Mitgliederverwaltung für Pfadfindervereine</summary>
<description><![CDATA[Verwaltung von Mitgliedern, Familien, Beiträgen, Lagern und mehr für Pfadfindervereine. Integriert sich in Nextcloud Kalender, Kontakte und Dateien.]]></description>
<version>0.1.2</version>
<licence>agpl</licence>
<author>shahondin1624</author>
<namespace>Mitgliederverwaltung</namespace>
<category>organization</category>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
<php min-version="8.1"/>
<database>mysql</database>
</dependencies>
<navigations>
<navigation>
<name>Mitgliederverwaltung</name>
<route>mitgliederverwaltung.page.index</route>
</navigation>
</navigations>
</info>