• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-1,2611,036

docs/H03-May-2022-3,6182,891

inc/H03-May-2022-2,0741,460

m4/H03-Jun-2018-10,3109,205

src/H03-May-2022-12,94610,063

AUTHORSH A D13-Dec-2017135 64

COPYINGH A D08-Jun-201416.3 KiB374293

ChangeLogH A D03-Jun-201843.8 KiB1,368686

Makefile.amH A D11-Dec-2017649 2815

Makefile.inH A D03-May-202228.7 KiB918816

NEWSH A D03-Jun-20181.2 KiB4133

READMEH A D05-Jul-2014623 1310

TODOH A D24-Mar-2018716 2118

aclocal.m4H A D05-May-201856.9 KiB1,6031,448

ar-libH A D08-Jun-20145.7 KiB271210

autogen.shH A D02-Aug-20171.2 KiB6150

compileH A D28-Apr-20187.2 KiB349259

config.guessH A D08-Jun-201443.8 KiB1,5361,331

config.h.inH A D05-May-20183.1 KiB10773

config.subH A D08-Jun-201434.8 KiB1,7911,651

configureH A D05-May-2018647.8 KiB21,60018,126

configure.acH A D05-May-20189.6 KiB297277

depcompH A D28-Apr-201823 KiB792502

install-shH A D08-Jun-201413.7 KiB528351

libepubgen.pc.inH A D08-Jun-2014473 1210

ltmain.shH A D28-Apr-2018316.6 KiB11,1507,980

missingH A D28-Apr-20186.7 KiB216143

test-driverH A D08-Jun-20143.9 KiB12872

README

1libepubgen is a library for generating documents in (surprise!) EPUB format,
2implementing librevenge document interfaces. It supports conversion of text
3documents, presentations and vector drawings. Spreadsheets are not supported,
4because conversion of a spreadsheet to EPUB does not (IMHO) make much sense. As
5these interfaces are used by multiple libraries, libepubgen can be used to
6generate EPUB from many sources.
7
8libepubgen requires boost and librevenge to build. It also needs doxygen to
9generate API documentation (can be disabled by passing --without-docs to
10configure).
11
12The library is available under MPL 2.0+.
13