summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane2016-10-02
* Fixed compiler warnings.John MacFarlane2016-07-14
* EPUB writer: set 'navpage' variable on nav page.John MacFarlane2016-03-26
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane2015-11-12
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | epub with `--webtex`: include image file rather than data: URI.John MacFarlane2015-10-13
|/
* 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