Age | Commit message (Expand) | Author | Files | Lines |
2013-01-16 | Fixed problem with duplicate ids in epub. | John MacFarlane | 1 | -12/+4 |
2013-01-11 | Revised EPUB writer given changes in header attributes. | John MacFarlane | 1 | -7/+18 |
2013-01-11 | EPUB writer: Download images at URLs. | John MacFarlane | 1 | -3/+3 |
2013-01-11 | Refactoring: | John MacFarlane | 1 | -0/+1 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -7/+6 |
2013-01-05 | EPUB changes. | John MacFarlane | 1 | -12/+4 |
2013-01-05 | Changed --toc-level to --toc-depth. | John MacFarlane | 1 | -1/+1 |
2013-01-05 | Changed `--epub-toc-level` to `--toc-level`. | John MacFarlane | 1 | -1/+1 |
2013-01-04 | Renamed writerEPUBMetadata -> writerEpubMetadata. | John MacFarlane | 1 | -1/+1 |
2013-01-04 | Added `--epub-chapter-level` and `--epub-toc-level` options. | John MacFarlane | 1 | -11/+13 |
2013-01-04 | EPUB writer: Parameterize header level for splitting chapters. | John MacFarlane | 1 | -8/+14 |
2012-12-29 | Data files changes. | John MacFarlane | 1 | -3/+4 |
2012-12-19 | EPUB3: Don't use the switch statement for mathml. | John MacFarlane | 1 | -10/+5 |
2012-11-04 | EPUB writer: Rationalized templates. | John MacFarlane | 1 | -8/+3 |
2012-11-04 | EPUB: removed need for separate epub-titlepage template. | John MacFarlane | 1 | -8/+3 |
2012-11-04 | EPUB writer: Removed need for separate epub-coverpage template. | John MacFarlane | 1 | -11/+5 |
2012-11-04 | EPUB writer: Improved handling of CSS. | John MacFarlane | 1 | -2/+6 |
2012-11-04 | EPUB writer: Set epub3 variable before calling templates. | John MacFarlane | 1 | -1/+2 |
2012-11-04 | EPUB writer: Better TOC and footnote handling. | John MacFarlane | 1 | -20/+29 |
2012-11-04 | EPUB: Use section divs by default for better semantic markup. | John MacFarlane | 1 | -0/+1 |
2012-11-04 | Improved support for MathML in EPUB3. | John MacFarlane | 1 | -16/+26 |
2012-11-02 | EPUB: Don't use opf:role in EPUB3. | John MacFarlane | 1 | -1/+2 |
2012-11-02 | EPUB: Fixed invalid nesting problem in nav.xhtml. | John MacFarlane | 1 | -3/+3 |
2012-11-02 | EPUB: Added properties attribute. | John MacFarlane | 1 | -1/+3 |
2012-11-02 | EPUB: Use HTML5 for epub3. | John MacFarlane | 1 | -1/+4 |
2012-11-02 | EPUB: Set epub3 template variable controlling doctype. | John MacFarlane | 1 | -3/+5 |
2012-11-02 | EPUB writer: Don't create entry for nav.xhtml in EPUB2. | John MacFarlane | 1 | -2/+3 |
2012-11-02 | Fixed a couple validation bugs that affect epub2 also. | John MacFarlane | 1 | -2/+3 |
2012-11-02 | Preliminary changes for epub3 format. | John MacFarlane | 1 | -15/+64 |
2012-10-11 | EPUB writer improvements. | John MacFarlane | 1 | -27/+54 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -2/+2 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -10/+10 |
2012-09-13 | EPUB writer: Use ch001, ch002, etc. for chapter filenames. | John MacFarlane | 1 | -5/+12 |
2012-08-25 | EPUB: Use title instead of "Title Page" in contents. | John MacFarlane | 1 | -1/+1 |
2012-08-23 | Don't strip meta and link elements in epub metadata. | John MacFarlane | 1 | -3/+5 |
2012-08-09 | Use safeRead instead of using reads directly (various modules). | John MacFarlane | 1 | -3/+3 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -4/+3 |
2012-07-24 | Changed signatures of writeODT, writeDocx, writeEPUB. | John MacFarlane | 1 | -6/+4 |
2012-03-09 | EPUB reader: convert e.g. en_US from locale to en-US in language. | John MacFarlane | 1 | -1/+2 |
2012-03-03 | EPUB writer: Use extensible exceptions. | John MacFarlane | 1 | -1/+3 |
2012-02-05 | Normalize date in EPUB metadata. | John MacFarlane | 1 | -1/+1 |
2012-01-30 | Added `--epub-embed-font` option. | John MacFarlane | 1 | -5/+23 |
2012-01-28 | Remove dependency on old-time. | John MacFarlane | 1 | -2/+2 |
2012-01-13 | EPUB writer: Allow raw HTML. | John MacFarlane | 1 | -6/+1 |
2012-01-01 | EPUB writer: Allow `lang` variable to set language in metadata. | John MacFarlane | 1 | -2/+5 |
2011-12-30 | EPUB: Get correct environment variable for LANG. | John MacFarlane | 1 | -1/+1 |
2011-12-28 | EPUB: Correctly handle internal links. | John MacFarlane | 1 | -6/+55 |
2011-12-26 | EPUB writer: Make external (absolute) links active. | John MacFarlane | 1 | -2/+2 |
2011-12-18 | EPUB: Added customizable templates for epub pages. | John MacFarlane | 1 | -46/+13 |
2011-12-13 | EPUB: Don't use any decimal entities. | John MacFarlane | 1 | -2/+2 |