aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2012-01-13EPUB writer: Allow raw HTML.John MacFarlane1-6/+1
2012-01-01EPUB writer: Allow `lang` variable to set language in metadata.John MacFarlane1-2/+5
2011-12-30EPUB: Get correct environment variable for LANG.John MacFarlane1-1/+1
2011-12-28EPUB: Correctly handle internal links.John MacFarlane1-6/+55
2011-12-26EPUB writer: Make external (absolute) links active.John MacFarlane1-2/+2
2011-12-18EPUB: Added customizable templates for epub pages.John MacFarlane1-46/+13
2011-12-13EPUB: Don't use any decimal entities.John MacFarlane1-2/+2
2011-12-12EPUB writer: made unEntity handle errors better.John MacFarlane1-6/+3
2011-12-12Fixed previous patch so it doesn't swallow a character!John MacFarlane1-7/+10
2011-12-12EPUB: Use UTF-8 rather than decimal entities.John MacFarlane1-2/+12
2011-11-12Add date to EPUB titlepage and metadata.John MacFarlane1-3/+8
2011-10-27Don't generate superfluous file `cover-image.jpg`.John MacFarlane1-2/+0
2011-10-27Added TOC identifier in EPUB page template.John MacFarlane1-0/+2
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane1-2/+4
2011-07-04EPUB writer: Add a meta element specify the cover.Kelsey Hightower1-4/+6
2011-04-29Allow non-plain math methods in epub.John MacFarlane1-2/+1
2011-04-16Revert API change in EPUB writer.John MacFarlane1-3/+3
2011-03-13Added --epub-cover-image option.John MacFarlane1-9/+44
2011-02-06Make --toc work in epub output.John MacFarlane1-0/+3
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+3
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2
2010-07-09Cleaned up EPUB writer.John MacFarlane1-33/+43
2010-07-08EPUB writer: don't put multiple copies of same image in epub.John MacFarlane1-10/+17
2010-07-08Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane1-2/+5
2010-07-08Added writerSourceDirectory to WriterOptions.John MacFarlane1-3/+3
2010-07-05Made -Wall clean.John MacFarlane1-1/+1
2010-07-05Removed links (internal and external).John MacFarlane1-15/+17
2010-07-05Process user-supplied EPUB metadata.John MacFarlane1-7/+21
2010-07-05Added an EPUB writer.John MacFarlane1-0/+247