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