summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* EPUB writer: Fixed path for cover image.John MacFarlane2017-11-14
* EPUB writer: fix paths for cover image.John MacFarlane2017-11-14
* EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane2017-11-08
* EPUB writer: fixed EPUB OCF structure.John MacFarlane2017-11-07
* EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane2017-11-07
* EPUB writer: fixed filepaths for nonstandard epub-subdirectory values.John MacFarlane2017-10-30
* EPUB writer fixes:John MacFarlane2017-10-30
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* EPUB writer: simplified some functions.John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* EPUB writer: don't strip formatting in TOC.John MacFarlane2017-08-09
* Allow ibooks-specific metadata in epubs. Closes #2693.John MacFarlane2017-06-30
* EPUB writer: put title_page.xhtml in text/.John MacFarlane2017-06-22
* EPUB writer: Fixed various things with new EPUB structure.John MacFarlane2017-06-22
* Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane2017-06-22
* Change default EPUB directory structure in OCF container.John MacFarlane2017-06-21
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane2017-02-27
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Changed writerEpubMetadata to a Maybe String.John MacFarlane2017-02-04
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* HTML writer: export writeHtmlStringForEPUB.John MacFarlane2017-01-27
* EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Free: Remove readFileUTF8.Jesse Rosenthal2017-01-25
* Remove IO UUID functions.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Remove IORef from EPUB writer.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* 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