summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* EPUB writer: Include html TOC even in epub2.John MacFarlane2013-03-03
* EPUB writer: Improved behavior with `--number-sections`.John MacFarlane2013-02-23
* EPUB writer: more transition.John MacFarlane2013-02-23
* EPUB writer: Temporary step towards a better system for numbering.John MacFarlane2013-02-23
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
* EPUB writer: Minor section numbering tweaks.John MacFarlane2013-02-22
* EPUB writer: Use writerNumberFrom instead of ugly hack.John MacFarlane2013-02-22
* EPUB writer: Fix section numbering.John MacFarlane2013-02-16
* Shared: Changed type of Element.John MacFarlane2013-02-12
* Another fix to the CPP macro in EPUB writer.John MacFarlane2013-01-22
* Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane2013-01-22
* EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen2013-01-22
* Fixed problem with duplicate ids in epub.John MacFarlane2013-01-16
* Revised EPUB writer given changes in header attributes.John MacFarlane2013-01-11
* EPUB writer: Download images at URLs.John MacFarlane2013-01-11
* Refactoring:John MacFarlane2013-01-11
* Added Attr field to Header.John MacFarlane2013-01-09
* EPUB changes.John MacFarlane2013-01-05
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Changed `--epub-toc-level` to `--toc-level`.John MacFarlane2013-01-05
* Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane2013-01-04
* Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane2013-01-04
* EPUB writer: Parameterize header level for splitting chapters.John MacFarlane2013-01-04
* Data files changes.John MacFarlane2012-12-29
* EPUB3: Don't use the switch statement for mathml.John MacFarlane2012-12-19
* EPUB writer: Rationalized templates.John MacFarlane2012-11-04
* EPUB: removed need for separate epub-titlepage template.John MacFarlane2012-11-04
* EPUB writer: Removed need for separate epub-coverpage template.John MacFarlane2012-11-04
* EPUB writer: Improved handling of CSS.John MacFarlane2012-11-04
* EPUB writer: Set epub3 variable before calling templates.John MacFarlane2012-11-04
* EPUB writer: Better TOC and footnote handling.John MacFarlane2012-11-04
* EPUB: Use section divs by default for better semantic markup.John MacFarlane2012-11-04
* Improved support for MathML in EPUB3.John MacFarlane2012-11-04
* EPUB: Don't use opf:role in EPUB3.John MacFarlane2012-11-02
* EPUB: Fixed invalid nesting problem in nav.xhtml.John MacFarlane2012-11-02
* EPUB: Added properties attribute.John MacFarlane2012-11-02
* EPUB: Use HTML5 for epub3.John MacFarlane2012-11-02
* EPUB: Set epub3 template variable controlling doctype.John MacFarlane2012-11-02
* EPUB writer: Don't create entry for nav.xhtml in EPUB2.John MacFarlane2012-11-02
* Fixed a couple validation bugs that affect epub2 also.John MacFarlane2012-11-02
* Preliminary changes for epub3 format.John MacFarlane2012-11-02
* EPUB writer improvements.John MacFarlane2012-10-11
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Removed need for utf8-string package.John MacFarlane2012-09-25
* EPUB writer: Use ch001, ch002, etc. for chapter filenames.John MacFarlane2012-09-13
* EPUB: Use title instead of "Title Page" in contents.John MacFarlane2012-08-25
* Don't strip meta and link elements in epub metadata.John MacFarlane2012-08-23
* Use safeRead instead of using reads directly (various modules).John MacFarlane2012-08-09
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24