1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-03 14:59:19 +02:00

files_reader: sanitised info.xml

This commit is contained in:
frankdelange 2017-01-09 17:28:33 +01:00
parent 74c7c97da2
commit e672c3be40

View file

@ -2,6 +2,7 @@
<info> <info>
<id>files_reader</id> <id>files_reader</id>
<name>Reader (ebook reader)</name> <name>Reader (ebook reader)</name>
<summary>An epub-compatible ebook reader based on a pure javascript epub renderer</summary>
<description> <description>
Reader is an ebook reader based on a pure javascript epub renderer. It only works for books formatted according to the epub standard. Reader is an ebook reader based on a pure javascript epub renderer. It only works for books formatted according to the epub standard.
@ -14,8 +15,14 @@
<version>0.8</version> <version>0.8</version>
<licence>LGPL</licence> <licence>LGPL</licence>
<author>Frank de Lange</author> <author>Frank de Lange</author>
<shipped>false</shipped> <documentation>
<default_enable/> <user>https://github.com/Yetangitu/owncloud-apps/blob/master/files_reader/README.md</user>
</documentation>
<bugs>https://github.com/Yetangitu/owncloud-apps/issues</bugs>
<website>https://github.com/Yetangitu/owncloud-apps/files_reader</website>
<category>files</category>
<category>multimedia</category>
<category>office</category>
<standalone/> <standalone/>
<dependencies> <dependencies>
<owncloud min-version="8.1" max-version="9.2" /> <owncloud min-version="8.1" max-version="9.2" />