summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
* EPUB reader: convert e.g. en_US from locale to en-US in language.John MacFarlane2012-03-09
* EPUB writer: Use extensible exceptions.John MacFarlane2012-03-03
* Normalize date in EPUB metadata.John MacFarlane2012-02-05
* Added `--epub-embed-font` option.John MacFarlane2012-01-30
* Remove dependency on old-time.John MacFarlane2012-01-28
* EPUB writer: Allow raw HTML.John MacFarlane2012-01-13
* EPUB writer: Allow `lang` variable to set language in metadata.John MacFarlane2012-01-01
* EPUB: Get correct environment variable for LANG.John MacFarlane2011-12-30
* EPUB: Correctly handle internal links.John MacFarlane2011-12-28
* EPUB writer: Make external (absolute) links active.John MacFarlane2011-12-26
* EPUB: Added customizable templates for epub pages.John MacFarlane2011-12-18
* EPUB: Don't use any decimal entities.John MacFarlane2011-12-13
* EPUB writer: made unEntity handle errors better.John MacFarlane2011-12-12
* Fixed previous patch so it doesn't swallow a character!John MacFarlane2011-12-12
* EPUB: Use UTF-8 rather than decimal entities.John MacFarlane2011-12-12
* Add date to EPUB titlepage and metadata.John MacFarlane2011-11-12
* Don't generate superfluous file `cover-image.jpg`.John MacFarlane2011-10-27
* Added TOC identifier in EPUB page template.John MacFarlane2011-10-27
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* EPUB writer: Add a meta element specify the cover.Kelsey Hightower2011-07-04
* Allow non-plain math methods in epub.John MacFarlane2011-04-29
* Revert API change in EPUB writer.John MacFarlane2011-04-16
* Added --epub-cover-image option.John MacFarlane2011-03-13
* Make --toc work in epub output.John MacFarlane2011-02-06
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* Cleaned up EPUB writer.John MacFarlane2010-07-09
* EPUB writer: don't put multiple copies of same image in epub.John MacFarlane2010-07-08
* Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane2010-07-08
* Added writerSourceDirectory to WriterOptions.John MacFarlane2010-07-08
* Made -Wall clean.John MacFarlane2010-07-05
* Removed links (internal and external).John MacFarlane2010-07-05
* Process user-supplied EPUB metadata.John MacFarlane2010-07-05
* Added an EPUB writer.John MacFarlane2010-07-05