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