aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Fixed compiler warning.John MacFarlane1-1/+1
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane1-53/+34
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-02EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane1-2/+5
2015-02-13Allow wildcards in `--epub-embed-font` arguments.John MacFarlane1-2/+9
2015-01-17EPUB writer: properly handle internal links to IDs in spans, divs.John MacFarlane1-11/+18
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2014-12-19Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane1-2/+1
2014-12-15EPUB writer: include "landmarks" section in nav document for epub3.John MacFarlane1-3/+23
2014-12-15EPUB writer: Removed playOrder from navpoint elements in ncx file.John MacFarlane1-2/+1
2014-11-17Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane1-2/+3
2014-11-16Use regular page template for nav.xhtml.John MacFarlane1-11/+8
2014-10-08EPUB reader: Further URI handling improvements.John MacFarlane1-25/+12
2014-10-08EPUB writer: correctly resolve relative URIs. (Closes #1671.)John MacFarlane1-11/+14
2014-10-08Fixed absolute URI detection in EPUB writer. Closes #1672.John MacFarlane1-2/+2
2014-10-08EPUB writer: Don't add sourceURL to absolute URIs!John MacFarlane1-5/+10
2014-09-01EPUB writer: Don't include nav node in spine unless --toc was requested.John MacFarlane1-4/+2
2014-09-01EPUB writer: Fixed typo.John MacFarlane1-1/+1
2014-08-31EPUB writer: Extract title even from structured title.John MacFarlane1-7/+21
2014-08-31EPUB writer: Don't use opf:title-type for epub2.John MacFarlane1-2/+2
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane1-2/+2
2014-08-19EPUB writer: don't use page-progression-direction in EPUB2.John MacFarlane1-16/+14
2014-08-17MIME cleanup.Artyom Kazak1-2/+2
2014-08-11EPUB Writer: Added page-progression-direction meta fieldMatthew Pickering1-2/+21
2014-08-11EPUB Writer: Added explicit importsMatthew Pickering1-18/+26
2014-08-04Clean up `mediaTypeOf` a bit.Artyom Kazak1-6/+6
2014-08-02Text.Pandoc.SelfContained changes.John MacFarlane1-2/+1
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-1/+2
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-1/+1
2014-07-30Allow --self-contained to get content from MediaBag.John MacFarlane1-1/+1
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane1-1/+2
2014-07-20EPUB writer: Avoid excess whitespace in nav.xhtml.John MacFarlane1-1/+1
2014-07-15EPUB writer: Keep newlines between block elements.John MacFarlane1-1/+1
2014-07-13EPUB writer: Use stringify instead of custom plainify.John MacFarlane1-16/+10
2014-07-13Use renderTags' for all tag rendering.John MacFarlane1-2/+2
2014-07-07EPUB writer: better handle HTML media tags.John MacFarlane1-1/+6
2014-05-19EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane1-9/+38
2014-05-19Avoid `import Prelude hiding (catch)`.John MacFarlane1-7/+3
2014-05-15EPUB writer: Fixed regression on cover image.John MacFarlane1-5/+5
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane1-3/+3
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane1-6/+11
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28