summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane2013-08-04
* Fixed warning.John MacFarlane2013-07-18
* Improved fetching of external resources.John MacFarlane2013-07-18
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added CPP directives to avoid warnings.John MacFarlane2013-05-29
* EPUB writer: math with `--webtex` is automatically made self-contained.John MacFarlane2013-05-22
* EPUB writer: Download webtex images and include as data URLs.John MacFarlane2013-05-22
* EPUB writer: Don't put blank title page in reading sequence.John MacFarlane2013-03-24
* EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml.John MacFarlane2013-03-24
* EPUB writer: Don't add dc:creator tags if present in epub metadata.John MacFarlane2013-03-20
* 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