aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane1-10/+46
2014-01-06EPUB writer: Strip out footnotes from toc entries.John MacFarlane1-5/+6
2014-01-06EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane1-1/+7
2013-12-19HLint: use fromMaybeHenry de Valence1-6/+6
2013-12-13EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane1-2/+1
2013-12-03EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane1-11/+22
2013-12-01EPUB writer: Allow partial dates: YYYY, YYYY-MM.John MacFarlane1-3/+14
2013-11-30EPUB writer: Insert "svg" property as needed in opf (EPUB 3).John MacFarlane1-3/+9
2013-11-30EPUB writer: Simplify imageTypeOf using getMimeType.John MacFarlane1-9/+3
2013-11-30EPUB writer: Add properties attribute to cover-image item for EPUB v3.John MacFarlane1-1/+6
2013-11-30Fixed `cover-image` in EPUB YAML metadata.John MacFarlane1-1/+2
2013-11-30Allow specification of epub-cover-image in YAML metadata.John MacFarlane1-9/+8
2013-11-30EPUB writer: Improved metadata handling.John MacFarlane1-51/+591
2013-11-22EPUB writer: Don't include node for cover.xhtml if no cover!John MacFarlane1-2/+3
2013-11-22EPUB writer: Ensure that same identifier is used throughout.John MacFarlane1-9/+13
2013-11-19Epub Writer: Add cover reference to guide element (v2)Shaun Attfield (shaun@victor)1-4/+5
2013-11-18Epub Writer: Add cover reference to guide elementShaun Attfield (shaun@victor)1-2/+4
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