diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-09 01:15:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 01:59:06 +0700 |
commit | 4f022c0d10e745c621c6dff47a63ba31ecc06869 (patch) | |
tree | 0dc350448426ffc8bf19506856e574a94dfe8ecf /libraries/libe-book/README | |
parent | 3d6181e2a70c47c3c883884f5345252013c71ee1 (diff) |
libraries/libe-book: Added (reflowable e-book import library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libe-book/README')
-rw-r--r-- | libraries/libe-book/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/libe-book/README b/libraries/libe-book/README new file mode 100644 index 000000000000..c667037f07ae --- /dev/null +++ b/libraries/libe-book/README @@ -0,0 +1,17 @@ +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 doxygen html documentation use DOC="yes". +To build the tests, install cppunit before running this script. |