Age | Commit message (Expand) | Author | Files | Lines |
2014-08-31 | EPUB writer: Don't use opf:title-type for epub2. | John MacFarlane | 1 | -2/+2 |
2014-08-30 | Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime | John MacFarlane | 1 | -2/+2 |
2014-08-19 | EPUB writer: don't use page-progression-direction in EPUB2. | John MacFarlane | 1 | -16/+14 |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -2/+2 |
2014-08-11 | EPUB Writer: Added page-progression-direction meta field | Matthew Pickering | 1 | -2/+21 |
2014-08-11 | EPUB Writer: Added explicit imports | Matthew Pickering | 1 | -18/+26 |
2014-08-04 | Clean up `mediaTypeOf` a bit. | Artyom Kazak | 1 | -6/+6 |
2014-08-02 | Text.Pandoc.SelfContained changes. | John MacFarlane | 1 | -2/+1 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -1/+2 |
2014-07-31 | Made MediaBag a newtype, and added mime type information to media. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | Allow --self-contained to get content from MediaBag. | John MacFarlane | 1 | -1/+1 |
2014-07-30 | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag. | John MacFarlane | 1 | -1/+2 |
2014-07-20 | EPUB writer: Avoid excess whitespace in nav.xhtml. | John MacFarlane | 1 | -1/+1 |
2014-07-15 | EPUB writer: Keep newlines between block elements. | John MacFarlane | 1 | -1/+1 |
2014-07-13 | EPUB writer: Use stringify instead of custom plainify. | John MacFarlane | 1 | -16/+10 |
2014-07-13 | Use renderTags' for all tag rendering. | John MacFarlane | 1 | -2/+2 |
2014-07-07 | EPUB writer: better handle HTML media tags. | John MacFarlane | 1 | -1/+6 |
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 1 | -7/+3 |
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-24 | EPUB writer: Fixed some idrefs to match changes in ids. | John MacFarlane | 1 | -3/+3 |
2014-04-23 | EPUB writer: include extension in epub ids. | John MacFarlane | 1 | -6/+11 |
2014-03-14 | EPUB writer: Handle files linked in raw img tags. | John MacFarlane | 1 | -1/+1 |
2014-03-14 | EPUB writer: Handle media in audio source tags. | John MacFarlane | 1 | -27/+28 |
2014-03-14 | EPUB writer: Incorporate files linked in <video> tags. | John MacFarlane | 1 | -10/+46 |
2014-01-06 | EPUB writer: Strip out footnotes from toc entries. | John MacFarlane | 1 | -5/+6 |
2014-01-06 | EPUB writer: Avoid duplicate notes when headings contain notes. | John MacFarlane | 1 | -1/+7 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 1 | -6/+6 |
2013-12-13 | EPUB writer: Fixed bug with `--epub-stylesheet`. | John MacFarlane | 1 | -2/+1 |
2013-12-03 | EPUB writer: Allow 'stylesheet' in metadata. | John MacFarlane | 1 | -11/+22 |
2013-12-01 | EPUB writer: Allow partial dates: YYYY, YYYY-MM. | John MacFarlane | 1 | -3/+14 |
2013-11-30 | EPUB writer: Insert "svg" property as needed in opf (EPUB 3). | John MacFarlane | 1 | -3/+9 |
2013-11-30 | EPUB writer: Simplify imageTypeOf using getMimeType. | John MacFarlane | 1 | -9/+3 |
2013-11-30 | EPUB writer: Add properties attribute to cover-image item for EPUB v3. | John MacFarlane | 1 | -1/+6 |
2013-11-30 | Fixed `cover-image` in EPUB YAML metadata. | John MacFarlane | 1 | -1/+2 |
2013-11-30 | Allow specification of epub-cover-image in YAML metadata. | John MacFarlane | 1 | -9/+8 |
2013-11-30 | EPUB writer: Improved metadata handling. | John MacFarlane | 1 | -51/+591 |
2013-11-22 | EPUB writer: Don't include node for cover.xhtml if no cover! | John MacFarlane | 1 | -2/+3 |
2013-11-22 | EPUB writer: Ensure that same identifier is used throughout. | John MacFarlane | 1 | -9/+13 |
2013-11-19 | Epub Writer: Add cover reference to guide element (v2) | Shaun Attfield (shaun@victor) | 1 | -4/+5 |
2013-11-18 | Epub Writer: Add cover reference to guide element | Shaun Attfield (shaun@victor) | 1 | -2/+4 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -14/+7 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 1 | -3/+3 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -3/+3 |
2013-08-04 | Remove CPP from default-extensions; add pragmas to modules as needed. | John MacFarlane | 1 | -5/+1 |
2013-07-18 | Fixed warning. | John MacFarlane | 1 | -1/+1 |
2013-07-18 | Improved fetching of external resources. | John MacFarlane | 1 | -4/+9 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -6/+9 |
2013-05-29 | Added CPP directives to avoid warnings. | John MacFarlane | 1 | -0/+3 |