Age | Commit message (Expand) | Author | Files | Lines |
2013-03-26 | SelfContained: handle src in embed, audio, source, input tags. | John MacFarlane | 1 | -9/+4 |
2013-03-25 | SelfContained: strip off fragment, query of relative URL | John MacFarlane | 1 | -4/+8 |
2013-01-11 | Refactoring: | John MacFarlane | 1 | -2/+16 |
2013-01-11 | Move getItem from SelfContained to Share; export getItem. | John MacFarlane | 1 | -28/+3 |
2012-12-29 | Data files changes. | John MacFarlane | 1 | -13/+3 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -1/+1 |
2012-08-15 | Moved renderTags' from HTML reader & SelfContained to Shared. | John MacFarlane | 1 | -12/+1 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -2/+2 |
2012-06-28 | SelfContained: Fix handling of absolute URLs in css imports. | John MacFarlane | 1 | -1/+5 |
2012-02-17 | Don't escape `<` in `<style>` tags with `--self-contained`. | John MacFarlane | 1 | -2/+12 |
2012-01-14 | SelfContained: Use getMimeType from Text.Pandoc.MIME. | John MacFarlane | 1 | -135/+6 |
2011-12-04 | SelfContained: Get mime type from HTTP request if possible. | John MacFarlane | 1 | -18/+30 |
2011-12-04 | SelfContained: Convert all url()s in css to data: uris. | John MacFarlane | 1 | -29/+22 |
2011-11-24 | --self-contained now works with `<video>` as well as `<img>`. | John MacFarlane | 1 | -0/+7 |
2011-11-21 | Changed Offline module to SelfContained, offline to makeSelfContained. | John MacFarlane | 1 | -0/+279 |