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-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
2012-11-02
EPUB: Use HTML5 for epub3.
John MacFarlane
1
-1
/
+4
2012-11-02
EPUB: Set epub3 template variable controlling doctype.
John MacFarlane
1
-3
/
+5
2012-11-02
EPUB writer: Don't create entry for nav.xhtml in EPUB2.
John MacFarlane
1
-2
/
+3
2012-11-02
Fixed a couple validation bugs that affect epub2 also.
John MacFarlane
1
-2
/
+3
2012-11-02
Preliminary changes for epub3 format.
John MacFarlane
1
-15
/
+64
2012-10-11
EPUB writer improvements.
John MacFarlane
1
-27
/
+54
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
1
-2
/
+2
2012-09-25
Removed need for utf8-string package.
John MacFarlane
1
-10
/
+10
2012-09-13
EPUB writer: Use ch001, ch002, etc. for chapter filenames.
John MacFarlane
1
-5
/
+12
[prev]
[next]