repod/appinfo/info.xml
Michel Roux 7c53bb3a98
All checks were successful
repod / nextcloud (push) Successful in 1m13s
repod / nodejs (push) Successful in 1m33s
working on readme
2023-08-28 20:33:17 +02:00

32 lines
1.2 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>repod</id>
<name>RePod</name>
<summary>🔊 Browse, manage and listen to podcasts</summary>
<description><![CDATA[# Features
- 🔍 Browse and subscribe huge collection of podcasts
- 🔊 Listen to episodes directly in Nextcloud
- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)
# Requirements
You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://git.crystalyx.net/Xefir/RePod">Xéfir Destiny</author>
<namespace>RePod</namespace>
<category>integration</category>
<category>multimedia</category>
<bugs>https://git.crystalyx.net/Xefir/RePod/issues</bugs>
<dependencies>
<php min-version="8.0"/>
<nextcloud min-version="25" max-version="27"/>
</dependencies>
<navigations>
<navigation>
<name>RePod</name>
<route>repod.page.index</route>
</navigation>
</navigations>
</info>