aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/EPUB.hs
AgeCommit message (Expand)Author
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-24EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane
2016-10-22EPUB reader: don't add root path to data: URIs.John MacFarlane
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2016-09-02Fix grouping of imports.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-05-24EPUB Reader: normalise Link id as wellmb21
2016-05-17EPUB reader: unescape URIs in spine.John MacFarlane
2016-05-01Binary fmts throw PandocError on zip-archive failJesse Rosenthal
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-02-18Change return type of EPUB readerMatthew Pickering
2014-08-17Update Reader.EPUB to use `MimeType`.Artyom Kazak
2014-08-11EPUB reader: use walk instead of bottomUp.John MacFarlane
2014-08-11EPUB Reader: Fixed another normalisation problem..Matthew Pickering
2014-08-11EPUB Reader: Can now parse multiple meta data fieldsMatthew Pickering
2014-08-11EPUB reader: Fixed bug where filepaths weren't sufficiently normalisedMatthew Pickering
2014-08-10EPUB: Fixed another mediabag related regression..Matthew Pickering
2014-08-09EPUB Reader: Changed image paths to be relative to manifest fileMatthew Pickering
2014-08-08Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2014-08-08Added `native_divs` and `native_spans` extensions.John MacFarlane
2014-08-08EPUB Reader: Improved robustness of image extractionMatthew Pickering
2014-08-08EPUB Reader: Fixed regressions in image extractionMatthew Pickering
2014-08-08EPUB Reader: Use collapseFilePathMatthew Pickering
2014-08-08EPUB Reader: Removed incorrectly set reader flagMatthew Pickering
2014-08-07EPUB Reader: Improved how images are extractedMatthew Pickering
2014-07-31EPUB Reader: Now uses the new MediaBag for imagesMatthew Pickering
2014-07-31EPUB Reader: Added EPUB readerMatthew Pickering