Menu

Tree [edc7a5] master /
 History

HTTPS access


File Date Author Commit
 build 2017-10-28 David Tardon David Tardon [04bfc0] drop outdated MSVC project files
 data 2014-05-26 David Tardon David Tardon [b7e2a0] CSS files are only for experimental mode
 docs 2017-10-31 Fridrich Štrba Fridrich Štrba [0d9e3d] doxygen -u
 inc 2018-01-01 David Tardon David Tardon [a0ac7b] fix typo
 m4 2017-08-02 Miklos Vajna Miklos Vajna [6f7a3e] m4: MSVC defines __cplusplus as 199711L still
 src 2021-05-20 David Tardon David Tardon [edc7a5] fix build with ICU 68
 .gitignore 2017-01-01 David Tardon David Tardon [e2a161] only ignore autotools files in m4/
 AUTHORS 2013-11-10 David Tardon David Tardon [48c74b] rename to libe-book
 COPYING 2013-12-16 David Tardon David Tardon [99c2da] relicense to MPL 2.0
 HACKING 2016-02-03 David Tardon David Tardon [f86226] drop the source prefix hints
 Makefile.am 2015-06-16 David Tardon David Tardon [f95ac9] add make astyle target
 NEWS 2018-01-01 David Tardon David Tardon [2c1ccb] update NEWS
 README 2015-12-26 David Tardon David Tardon [f9647f] mention liblangtag in dependency list
 TODO 2015-01-04 David Tardon David Tardon [bd6cd5] add more TODO items
 astyle.options 2013-12-11 Fridrich Štrba Fridrich Štrba [179523] Allow equal identing of functions
 autogen.sh 2013-11-10 David Tardon David Tardon [48c74b] rename to libe-book
 buildnumber.sh 2013-11-10 David Tardon David Tardon [48c74b] rename to libe-book
 configure.ac 2018-01-01 David Tardon David Tardon [dd9143] bump version
 createBuildNumber.pl 2013-05-19 David Tardon David Tardon [392297] create project; impl. PalmDoc Ebook (PDB) parser
 libe-book.pc.in 2016-02-16 David Tardon David Tardon [7035fd] add liblangtag to requires

Read Me

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)

The following libraries are required for build:
- boost
- hubbub (only for --enable-experimental)
- icu
- libcss (only for --enable-experimental)
- liblangtag
- libmspack (only for --enable-experimental)
- librevenge
- libxml2
- zlib

The library is available under MPL 2.0+.