aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/EPUB.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-31/+34
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-6/+11
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-4/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-08More cleanup (#6130)Joseph C. Sible1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-3/+3
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-25/+28
2019-06-18Handle the case where the "cover" meta does not link to the manifestblmage1-2/+2
2019-06-18Add support for EPUB2 covers (fix #3992)blmage1-7/+14
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-04-25Added licensing headers for DocBook, EPUB, JATS, OPML readers.John MacFarlane1-1/+29
2018-04-19EPUB reader: fix images with space in file path.John MacFarlane1-2/+2
2018-03-29Removed unused extensions (#4506)Anabra1-3/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2017-10-29Source code reformatting.John MacFarlane1-3/+3
2017-10-27hlint suggestions.John MacFarlane1-11/+11
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-1/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-31/+29
2017-02-24EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane1-8/+6
2017-02-11Use new warnings throughout the code base.John MacFarlane1-3/+1
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-1/+2
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-1/+2
2017-01-25Removed readerVerbosity and writerVerbosity.John MacFarlane1-9/+4
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-2/+2
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Working on readers.Jesse Rosenthal1-26/+24
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane1-3/+2
2016-10-22EPUB reader: don't add root path to data: URIs.John MacFarlane1-1/+3
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal1-1/+1
2016-09-02Fix grouping of imports.Jesse Rosenthal1-1/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-05-24EPUB Reader: normalise Link id as wellmb211-2/+4
2016-05-17EPUB reader: unescape URIs in spine.John MacFarlane1-2/+4
2016-05-01Binary fmts throw PandocError on zip-archive failJesse Rosenthal1-2/+4
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-6/+6
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane1-8/+1
2015-08-07Updated readers, writers and README for link attributemb211-6/+6
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-2/+2