summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
Commit message (Expand)AuthorAge
* Removed writerMediaBag from WriterOpts.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* SelfContained: put makeSelfContained in MonadIO.John MacFarlane2017-01-25
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane2015-10-28
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* `--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane2015-07-15
* Fixed regression in CSS parsing with `--self-contained`.John MacFarlane2015-06-28
* SelfContained: properly handle data URIs in css urls.John MacFarlane2015-05-04
* SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane2015-05-01
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Improved building of data URIs in SelfContained.John MacFarlane2015-02-13
* SelfContained: Add `;charset=utf-8` to script mime type if missing.John MacFarlane2014-12-31
* Added `track` to list of tags treated by `--self-contained`.John MacFarlane2014-10-04
* MIME cleanup.Artyom Kazak2014-08-17
* SelfContained: Fixed determining of source URL from within CSS files.John MacFarlane2014-08-02
* Text.Pandoc.SelfContained changes.John MacFarlane2014-08-02
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Allow --self-contained to get content from MediaBag.John MacFarlane2014-07-30
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane2014-03-05
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Improved fetching of external resources.John MacFarlane2013-07-18
* Added comment/todo to SelfContained.John MacFarlane2013-04-10
* SelfContained: handle src in embed, audio, source, input tags.John MacFarlane2013-03-26
* SelfContained: strip off fragment, query of relative URLJohn MacFarlane2013-03-25
* Refactoring:John MacFarlane2013-01-11
* Move getItem from SelfContained to Share; export getItem.John MacFarlane2013-01-11
* Data files changes.John MacFarlane2012-12-29
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane2012-08-15
* Fixed whitespace errors.John MacFarlane2012-07-26
* SelfContained: Fix handling of absolute URLs in css imports.John MacFarlane2012-06-28
* Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane2012-02-17
* SelfContained: Use getMimeType from Text.Pandoc.MIME.John MacFarlane2012-01-14
* SelfContained: Get mime type from HTTP request if possible.John MacFarlane2011-12-04
* SelfContained: Convert all url()s in css to data: uris.John MacFarlane2011-12-04
* --self-contained now works with `<video>` as well as `<img>`.John MacFarlane2011-11-24
* Changed Offline module to SelfContained, offline to makeSelfContained.John MacFarlane2011-11-21