mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
23 lines
807 B
XML
23 lines
807 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_opds</id>
|
|
<name>OPDS catalog</name>
|
|
<description>Personal OPDS catalog</description>
|
|
<licence>AGPL</licence>
|
|
<version>0.6.1</version>
|
|
<author>Frank de Lange</author>
|
|
<requiremin>7.0</requiremin>
|
|
<shipped>true</shipped>
|
|
<default_enable/>
|
|
<repository type="git">https://github.com/Yetangitu/owncloud-apps</repository>
|
|
<bugs>https://github.com/Yetangitu/owncloud-apps/issues</bugs>
|
|
<homepage>https://github.com/Yetangitu/owncloud-apps</homepage>
|
|
<dependencies>
|
|
<php min-version="5.4" />
|
|
<database>pgsql</database>
|
|
<database>sqlite3</database>
|
|
<database>mysql</database>
|
|
</dependencies>
|
|
<ocsid>168132</ocsid>
|
|
</info>
|
|
|