nextcloud-gpodder/appinfo/info.xml

33 lines
1.3 KiB
XML
Raw Normal View History

<?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>gpoddersync</id>
2021-07-05 10:22:54 +02:00
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
2022-10-18 10:32:20 +02:00
<version>3.5.0</version>
<licence>agpl</licence>
2021-07-05 10:22:54 +02:00
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<category>multimedia</category>
2021-10-14 15:20:54 +02:00
<website>https://github.com/thrillfall/nextcloud-gpodder</website>
2021-07-05 10:22:54 +02:00
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
2021-10-14 15:20:54 +02:00
<documentation>
<developer>https://github.com/thrillfall/nextcloud-gpodder/blob/main/README.md#api</developer>
</documentation>
<dependencies>
2021-10-14 15:20:54 +02:00
<php min-version="7.4"/>
2022-10-18 10:32:20 +02:00
<nextcloud min-version="20" max-version="25"/>
</dependencies>
2021-10-14 15:20:54 +02:00
<repair-steps>
<post-migration>
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
</post-migration>
</repair-steps>
2022-07-10 15:43:07 +02:00
<settings>
<personal>OCA\GPodderSync\Settings\GPodderSyncPersonal</personal>
<personal-section>OCA\GPodderSync\Sections\GPodderSyncPersonal</personal-section>
</settings>
</info>