aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-14/+7
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-3/+3
2013-08-10Adjustments for new Format newtype.John MacFarlane1-3/+3
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane1-5/+1
2013-07-18Fixed warning.John MacFarlane1-1/+1
2013-07-18Improved fetching of external resources.John MacFarlane1-4/+9
2013-06-24Use new flexible metadata type.John MacFarlane1-6/+9
2013-05-29Added CPP directives to avoid warnings.John MacFarlane1-0/+3
2013-05-22EPUB writer: math with `--webtex` is automatically made self-contained.John MacFarlane1-17/+16
2013-05-22EPUB writer: Download webtex images and include as data URLs.John MacFarlane1-25/+32
2013-03-24EPUB writer: Don't put blank title page in reading sequence.John MacFarlane1-1/+4
2013-03-24EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml.John MacFarlane1-1/+1
2013-03-20EPUB writer: Don't add dc:creator tags if present in epub metadata.John MacFarlane1-1/+1
2013-03-03EPUB writer: Include html TOC even in epub2.John MacFarlane1-15/+23
2013-02-23EPUB writer: Improved behavior with `--number-sections`.John MacFarlane1-7/+24
2013-02-23EPUB writer: more transition.John MacFarlane1-6/+10
2013-02-23EPUB writer: Temporary step towards a better system for numbering.John MacFarlane1-5/+8
2013-02-23`--number-from` -> `--number-offset`John MacFarlane1-1/+1
2013-02-22EPUB writer: Minor section numbering tweaks.John MacFarlane1-2/+3
2013-02-22EPUB writer: Use writerNumberFrom instead of ugly hack.John MacFarlane1-8/+1
2013-02-16EPUB writer: Fix section numbering.John MacFarlane1-1/+8
2013-02-12Shared: Changed type of Element.John MacFarlane1-1/+1
2013-01-22Another fix to the CPP macro in EPUB writer.John MacFarlane1-1/+1
2013-01-22Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane1-1/+1
2013-01-22EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen1-0/+4
2013-01-16Fixed problem with duplicate ids in epub.John MacFarlane1-12/+4
2013-01-11Revised EPUB writer given changes in header attributes.John MacFarlane1-7/+18
2013-01-11EPUB writer: Download images at URLs.John MacFarlane1-3/+3
2013-01-11Refactoring:John MacFarlane1-0/+1
2013-01-09Added Attr field to Header.John MacFarlane1-7/+6
2013-01-05EPUB changes.John MacFarlane1-12/+4
2013-01-05Changed --toc-level to --toc-depth.John MacFarlane1-1/+1
2013-01-05Changed `--epub-toc-level` to `--toc-level`.John MacFarlane1-1/+1
2013-01-04Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane1-1/+1
2013-01-04Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane1-11/+13
2013-01-04EPUB writer: Parameterize header level for splitting chapters.John MacFarlane1-8/+14
2012-12-29Data files changes.John MacFarlane1-3/+4
2012-12-19EPUB3: Don't use the switch statement for mathml.John MacFarlane1-10/+5
2012-11-04EPUB writer: Rationalized templates.John MacFarlane1-8/+3
2012-11-04EPUB: removed need for separate epub-titlepage template.John MacFarlane1-8/+3
2012-11-04EPUB writer: Removed need for separate epub-coverpage template.John MacFarlane1-11/+5
2012-11-04EPUB writer: Improved handling of CSS.John MacFarlane1-2/+6
2012-11-04EPUB writer: Set epub3 variable before calling templates.John MacFarlane1-1/+2
2012-11-04EPUB writer: Better TOC and footnote handling.John MacFarlane1-20/+29
2012-11-04EPUB: Use section divs by default for better semantic markup.John MacFarlane1-0/+1
2012-11-04Improved support for MathML in EPUB3.John MacFarlane1-16/+26
2012-11-02EPUB: Don't use opf:role in EPUB3.John MacFarlane1-1/+2
2012-11-02EPUB: Fixed invalid nesting problem in nav.xhtml.John MacFarlane1-3/+3
2012-11-02EPUB: Added properties attribute.John MacFarlane1-1/+3
2012-11-02EPUB: Use HTML5 for epub3.John MacFarlane1-1/+4