mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00

- Nextcloud port introduced incompatibility with Owncloud due to use of CSPv3 (which Owncloud does not support). A workaround has been implemented.
34 lines
2.1 KiB
XML
34 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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.
|
|
|
|
Using the futurepress epub.js renderer (https://github.com/futurepress/epub.js) it provides near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.
|
|
|
|
Reader has a night mode (toggled by clicking or pressing the book title/author on top of the viewer) to read in the dark without waking up the neighbours. This is obviously most effective when used full-screen. The colours used for night mode are configurable in the Settings dialog.
|
|
|
|
Also in Settings you'll find the option to use ignore any internal formatting in the book by forcing a given font style and size.
|
|
</description>
|
|
<version>0.8.2</version>
|
|
<licence>AGPL</licence>
|
|
<author>Frank de Lange</author>
|
|
<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>
|
|
<screenshot>https://raw.githubusercontent.com/Yetangitu/owncloud-apps/master/screenshots/files_reader-1.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/Yetangitu/owncloud-apps/master/screenshots/files_reader-2.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/Yetangitu/owncloud-apps/master/screenshots/files_reader-3.png</screenshot>
|
|
<category>files</category>
|
|
<category>multimedia</category>
|
|
<category>office</category>
|
|
<dependencies>
|
|
<owncloud min-version="8.1" max-version="9.2" />
|
|
<nextcloud min-version="8.1" max-version="12"/>
|
|
</dependencies>
|
|
<ocsid>167127</ocsid>
|
|
</info>
|