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
2011-11-12
Add date to EPUB titlepage and metadata.
John MacFarlane
1
-3
/
+8
2011-10-27
Don't generate superfluous file `cover-image.jpg`.
John MacFarlane
1
-2
/
+0
2011-10-27
Added TOC identifier in EPUB page template.
John MacFarlane
1
-0
/
+2
2011-07-16
Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.
John MacFarlane
1
-2
/
+4
2011-07-04
EPUB writer: Add a meta element specify the cover.
Kelsey Hightower
1
-4
/
+6
2011-04-29
Allow non-plain math methods in epub.
John MacFarlane
1
-2
/
+1
2011-04-16
Revert API change in EPUB writer.
John MacFarlane
1
-3
/
+3
2011-03-13
Added --epub-cover-image option.
John MacFarlane
1
-9
/
+44
2011-02-06
Make --toc work in epub output.
John MacFarlane
1
-0
/
+3
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-3
/
+3
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-1
/
+2
2010-07-09
Cleaned up EPUB writer.
John MacFarlane
1
-33
/
+43
2010-07-08
EPUB writer: don't put multiple copies of same image in epub.
John MacFarlane
1
-10
/
+17
2010-07-08
Get default stylesheet in EPUB writer, rather than pandoc.hs.
John MacFarlane
1
-2
/
+5
2010-07-08
Added writerSourceDirectory to WriterOptions.
John MacFarlane
1
-3
/
+3
2010-07-05
Made -Wall clean.
John MacFarlane
1
-1
/
+1
2010-07-05
Removed links (internal and external).
John MacFarlane
1
-15
/
+17
2010-07-05
Process user-supplied EPUB metadata.
John MacFarlane
1
-7
/
+21
2010-07-05
Added an EPUB writer.
John MacFarlane
1
-0
/
+247