This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/appinfo/info.xml

52 lines
3.1 KiB
XML
Raw Normal View History

2020-04-21 20:37:42 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<info>
<id>epubreader</id>
<name>Reader (ebook reader)</name>
<summary>A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ</summary>
<description>
<![CDATA[
# Reader
Reader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:
- [Epub]
- [PDF]
- [CBR and CBZ] ('comics')
For Epub Reader uses the futurepress [epub.js] renderer to provide 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.
PDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.
CBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.
See [README] for more exhaustive information on features and potential misfeatures of this app
[epub.js]: https://github.com/futurepress/epub.js
[Epub]: http://idpf.org/epub
[CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ
[balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader
[PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format
[pdf.js]: https://github.com/mozilla/pdf.js
[README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md
2020-04-21 20:37:42 +00:00
]]>
</description>
2020-04-21 21:49:53 +00:00
<version>1.4.2</version>
2020-04-21 20:37:42 +00:00
<licence>AGPL</licence>
<author>Frank de Lange</author>
<author>e-alfred</author>
<documentation>https://github.com/e-alfred/epubreader</documentation>
<bugs>https://github.com/e-alfred/epubreader</bugs>
<website>https://github.com/e-alfred/epubreader</website>
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/epubreader-1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/epubreader-3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/epubreader_PDF_005.png</screenshot>
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/epubreader_PDF_006.png</screenshot>
2020-04-21 20:37:42 +00:00
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/photo_2017-03-15_17-22-00.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/e-alfred/epubreader/master/screenshots/photo_2017-03-15_17-22-02.jpg</screenshot>
<category>files</category>
<category>multimedia</category>
<category>office</category>
<dependencies>
<nextcloud min-version="15" max-version="19"/>
</dependencies>
</info>