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:
parent
74c7c97da2
commit
e672c3be40
1 changed files with 9 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue