2014-07-23 08:15:22 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.1.1. Ride libwpd bump.
libe-book 0.1.1
- Fix various problems when using --disable-experimental.
- Work around MSVC bug.
- Fix parsing of zipped FictionBook 2 files.
libe-book 0.1.0
- switch to librevenge
- PeanutPress: make sure the output is UTF-8
- TCR: make sure the output is UTF-8
- sanitize format detection
|
2014-07-22 12:53:30 by Thomas Klausner | Files touched by this commit (26) |
Log message:
Recursive bump for libwpd shlib name change.
|
2014-06-01 06:01:06 by Ryo ONODERA | Files touched by this commit (6) |
Log message:
Fix FreeBSD 10.0 clang build
* clang is needed as C preprocessor. Do not fail configure script.
* Disable -Werror flag
|
2014-05-13 20:54:02 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Move GCC_REQD+=4.6 to boost-libs/buildlink3.mk for OpenBSD.
It is common for boost-libs consumers.
|
2014-05-12 14:10:11 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
GCC 4.6 is required to build under OpenBSD
|
2014-04-09 09:27:19 by OBATA Akio | Files touched by this commit (452) |
Log message:
recursive bump from icu shlib major bump.
|
2014-04-04 11:00:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.0.3:
libe-book 0.0.3
- fix reading of TCR files
- fix crash in file detection
- fix mis-detection of any XML file as FictionBook
- fix misplaced uses of some libwpd callbacks
|
2014-02-04 01:13:03 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Kill register keyword in gperf output to allow building with -Werror and
clang.
|
2014-02-02 08:28:11 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Import libe-book-0.0.2 as converters/libe-book.
libe-book is a library and a set of tools for reading and converting
various non-HTML reflowable e-book formats.
Currently supported are:
- 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)
For convenience of use in third-party projects the library is available under
two licenses: GNU Lesser GPL 2.1+ and MPL 2.0+.
|