aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MIME.hs
AgeCommit message (Expand)Author
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-24SelfContained: don't use data URIs for script or style.John MacFarlane
2017-02-22Added emf to mimeTypes with type application/x-msmetafile.John MacFarlane
2016-11-12Use correct mime types for woff and woff2.John MacFarlane
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane
2015-04-29Added woff2 to MIME typesAlfred Wechselberger
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-11-16Changed mime type for otf to application/vnd.ms-opentype.John MacFarlane
2014-10-04add mime type for WebVTTJason Ronallo
2014-08-17MIME cleanup.Artyom Kazak
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane
2014-01-07Added wmf and emf mime types.John MacFarlane
2013-11-30MIME: Add entry for jfif.John MacFarlane
2013-11-19MIME: In looking up extensions, drop the encoding info.John MacFarlane
2013-07-20PDF generation improvements.John MacFarlane
2013-01-17MIME: Support vs and fs as text/plain.John MacFarlane
2012-10-11Added MIME types for .wof and .eot.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-06-28Added webm to mime types. Closes #543.John MacFarlane
2012-01-30Added `--epub-embed-font` option.John MacFarlane
2012-01-14Added 'layout-cache' to getMimeType.John MacFarlane
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane