index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
EPUB.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-05-22
EPUB writer: math with `--webtex` is automatically made self-contained.
John MacFarlane
1
-17
/
+16
2013-05-22
EPUB writer: Download webtex images and include as data URLs.
John MacFarlane
1
-25
/
+32
2013-03-24
EPUB writer: Don't put blank title page in reading sequence.
John MacFarlane
1
-1
/
+4
2013-03-24
EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml.
John MacFarlane
1
-1
/
+1
2013-03-20
EPUB writer: Don't add dc:creator tags if present in epub metadata.
John MacFarlane
1
-1
/
+1
2013-03-03
EPUB writer: Include html TOC even in epub2.
John MacFarlane
1
-15
/
+23
2013-02-23
EPUB writer: Improved behavior with `--number-sections`.
John MacFarlane
1
-7
/
+24
2013-02-23
EPUB writer: more transition.
John MacFarlane
1
-6
/
+10
2013-02-23
EPUB writer: Temporary step towards a better system for numbering.
John MacFarlane
1
-5
/
+8
2013-02-23
`--number-from` -> `--number-offset`
John MacFarlane
1
-1
/
+1
2013-02-22
EPUB writer: Minor section numbering tweaks.
John MacFarlane
1
-2
/
+3
2013-02-22
EPUB writer: Use writerNumberFrom instead of ugly hack.
John MacFarlane
1
-8
/
+1
2013-02-16
EPUB writer: Fix section numbering.
John MacFarlane
1
-1
/
+8
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-1
/
+1
2013-01-22
Another fix to the CPP macro in EPUB writer.
John MacFarlane
1
-1
/
+1
2013-01-22
Fixed MIN_VERSION - need to sub _ for - in blaze-html.
John MacFarlane
1
-1
/
+1
2013-01-22
EPUB: condition Blaze Utf8 module name import on blaze-html version
Jens Petersen
1
-0
/
+4
2013-01-16
Fixed problem with duplicate ids in epub.
John MacFarlane
1
-12
/
+4
2013-01-11
Revised EPUB writer given changes in header attributes.
John MacFarlane
1
-7
/
+18
2013-01-11
EPUB writer: Download images at URLs.
John MacFarlane
1
-3
/
+3
2013-01-11
Refactoring:
John MacFarlane
1
-0
/
+1
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-7
/
+6
2013-01-05
EPUB changes.
John MacFarlane
1
-12
/
+4
2013-01-05
Changed --toc-level to --toc-depth.
John MacFarlane
1
-1
/
+1
2013-01-05
Changed `--epub-toc-level` to `--toc-level`.
John MacFarlane
1
-1
/
+1
2013-01-04
Renamed writerEPUBMetadata -> writerEpubMetadata.
John MacFarlane
1
-1
/
+1
2013-01-04
Added `--epub-chapter-level` and `--epub-toc-level` options.
John MacFarlane
1
-11
/
+13
2013-01-04
EPUB writer: Parameterize header level for splitting chapters.
John MacFarlane
1
-8
/
+14
2012-12-29
Data files changes.
John MacFarlane
1
-3
/
+4
2012-12-19
EPUB3: Don't use the switch statement for mathml.
John MacFarlane
1
-10
/
+5
2012-11-04
EPUB writer: Rationalized templates.
John MacFarlane
1
-8
/
+3
2012-11-04
EPUB: removed need for separate epub-titlepage template.
John MacFarlane
1
-8
/
+3
2012-11-04
EPUB writer: Removed need for separate epub-coverpage template.
John MacFarlane
1
-11
/
+5
2012-11-04
EPUB writer: Improved handling of CSS.
John MacFarlane
1
-2
/
+6
2012-11-04
EPUB writer: Set epub3 variable before calling templates.
John MacFarlane
1
-1
/
+2
2012-11-04
EPUB writer: Better TOC and footnote handling.
John MacFarlane
1
-20
/
+29
2012-11-04
EPUB: Use section divs by default for better semantic markup.
John MacFarlane
1
-0
/
+1
2012-11-04
Improved support for MathML in EPUB3.
John MacFarlane
1
-16
/
+26
2012-11-02
EPUB: Don't use opf:role in EPUB3.
John MacFarlane
1
-1
/
+2
2012-11-02
EPUB: Fixed invalid nesting problem in nav.xhtml.
John MacFarlane
1
-3
/
+3
2012-11-02
EPUB: Added properties attribute.
John MacFarlane
1
-1
/
+3
[prev]
[next]