aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MIME.hs
AgeCommit message (Expand)AuthorFilesLines
2021-07-22MIME: use image/x-xcf instead of application/x-xcf.John MacFarlane1-1/+1
2021-06-10T.P.MIME, extensionFromMimeType: add a few special cases.John MacFarlane1-0/+10
2021-02-22Text.Pandoc.MIME: add exported function getCharset.John MacFarlane1-2/+15
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-06-17Fix MIME type for TrueType fonts in EPUBs (#6464)Michael Reed1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-1/+2
2019-12-20Added glsl mime type for WebGL maps (#6000)Jared Lander1-0/+1
2019-12-12Change misleading module comment.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-11/+11
2019-05-29HTML writer: output video and audio elementsmb211-2/+6
2019-05-29Text.Pandoc.MIME: add mediaCategory [API change]mb211-2/+9
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-02MIME: add WebPMauro Bieg1-0/+1
2018-04-21Mime: Use the alias application/eps for eps.John MacFarlane1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-26Add opus to MIME type table as audio/ogg.John MacFarlane1-0/+1
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+3
2017-02-24SelfContained: don't use data URIs for script or style.John MacFarlane1-1/+1
2017-02-22Added emf to mimeTypes with type application/x-msmetafile.John MacFarlane1-0/+1
2016-11-12Use correct mime types for woff and woff2.John MacFarlane1-2/+2
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
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-05-27Fixed svg handling in EPUB writer.John MacFarlane1-1/+3
2015-04-29Added woff2 to MIME typesAlfred Wechselberger1-0/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-11-16Changed mime type for otf to application/vnd.ms-opentype.John MacFarlane1-1/+1
2014-10-04add mime type for WebVTTJason Ronallo1-0/+1
2014-08-17MIME cleanup.Artyom Kazak1-10/+30
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane1-0/+1
2014-01-07Added wmf and emf mime types.John MacFarlane1-0/+2
2013-11-30MIME: Add entry for jfif.John MacFarlane1-0/+1
2013-11-19MIME: In looking up extensions, drop the encoding info.John MacFarlane1-1/+2
2013-07-20PDF generation improvements.John MacFarlane1-2/+9
2013-01-17MIME: Support vs and fs as text/plain.John MacFarlane1-0/+2
2012-10-11Added MIME types for .wof and .eot.John MacFarlane1-0/+2
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1
2012-06-28Added webm to mime types. Closes #543.John MacFarlane1-0/+1
2012-01-30Added `--epub-embed-font` option.John MacFarlane1-0/+2
2012-01-14Added 'layout-cache' to getMimeType.John MacFarlane1-0/+1
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane1-0/+483