33 lines
1.4 KiB
XML
33 lines
1.4 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>gpoddersync</id>
|
|
<name>GPodder Sync</name>
|
|
<summary>replicate basic GPodder.net API</summary>
|
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
|
<version>3.7.1</version>
|
|
<licence>agpl</licence>
|
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
|
<namespace>GPodderSync</namespace>
|
|
<category>integration</category>
|
|
<category>multimedia</category>
|
|
<website>https://github.com/thrillfall/nextcloud-gpodder</website>
|
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
|
<documentation>
|
|
<developer>https://github.com/thrillfall/nextcloud-gpodder/blob/main/README.md#api</developer>
|
|
</documentation>
|
|
<dependencies>
|
|
<php min-version="7.4"/>
|
|
<nextcloud min-version="20" max-version="25"/>
|
|
</dependencies>
|
|
<repair-steps>
|
|
<post-migration>
|
|
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
|
|
</post-migration>
|
|
</repair-steps>
|
|
<settings>
|
|
<personal>OCA\GPodderSync\Settings\GPodderSyncPersonal</personal>
|
|
<personal-section>OCA\GPodderSync\Sections\GPodderSyncPersonal</personal-section>
|
|
</settings>
|
|
</info>
|