1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +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>
<id>files_reader</id>
<name>Reader (ebook reader)</name>
<summary>An epub-compatible ebook reader based on a pure javascript epub renderer</summary>
<description>
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>
<licence>LGPL</licence>
<author>Frank de Lange</author>
<shipped>false</shipped>
<default_enable/>
<documentation>
<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/>
<dependencies>
<owncloud min-version="8.1" max-version="9.2" />