1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00
nextcloud-apps/files_opds/appinfo/info.xml
frankdelange 5734bedf41 files_opds: v0.6.7, new dist file
PS ignore the other two dist files, these are non-functional for now...
2015-08-06 11:06:56 +02:00

29 lines
1.6 KiB
XML

<?xml version="1.0"?>
<info>
<id>files_opds</id>
<name>OPDS catalog</name>
<description>
OPDS is a syndication format for electronic publications based on Atom and HTTP which makes it possible to access those publications (which are not limited to electronic books) on any OPDS client device. Examples of the latter are phones and tablets running OPDS-compatible book readers, eg FBReader/CoolReader/Aldiko on Android or Marvin/KyBook/Stanza on iOS.
The OPDS catalog app enables Owncloud users to publish a sub-tree of their personal filesystem as an OPDS feed. As of v0.3 OPDS catalog can extract all relevant metadata from EPUB documents. v0.5 introduced ISBN-based metadata retrieval, while Calibre-generated metadata.opf files are parsed since v0.6.
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
</description>
<licence>AGPL</licence>
<version>0.6.7</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>sqlite</database>
<database>mysql</database>
</dependencies>
<ocsid>168132</ocsid>
</info>