blob: 89218f7e3c491533fafdf5e3191ffced7606dc54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Libe-book is a library and a set of tools for reading and converting
various reflowable e-book formats.
Currently supported are:
- Broad Band eBook
- eReader .pdb
- FictionBook v. 2 (including zipped files)
- PalmDoc Ebook
- Plucker .pdb
- QiOO (mobile format, for java-enabled cellphones)
- TCR (simple compressed text format)
- TealDoc
- zTXT
- ZVR (simple compressed text format)
To build the tests, install cppunit before running this script.
To build the doxygen html documentation use:
DOC="yes" ./libe-book.SlackBuild
|