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
/
ODT.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-1
/
+1
2012-07-24
Use catch from Control.Exception to avoid warnings.
John MacFarlane
1
-4
/
+5
2012-07-24
Changed signatures of writeODT, writeDocx, writeEPUB.
John MacFarlane
1
-4
/
+3
2012-07-13
Set ODT title property
Arlo O'Keeffe
1
-3
/
+21
2012-01-28
Remove dependency on old-time.
John MacFarlane
1
-2
/
+2
2012-01-15
ImageSize: extract dpi information from PNG and JPEG.
John MacFarlane
1
-5
/
+4
2012-01-14
ODT writer now sizes images appropriately.
John MacFarlane
1
-1
/
+8
2011-07-19
Added unexported Text.Pandoc.MIME.
John MacFarlane
1
-1
/
+2
2011-07-17
ODT writer: Construct META-INF/manifest.xml based on archive contents.
John MacFarlane
1
-3
/
+28
2011-07-16
Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.
John MacFarlane
1
-2
/
+4
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-1
/
+2
2010-12-22
ODT writer: Don't wrap text in opendocument.
John MacFarlane
1
-1
/
+1
2010-07-08
Added writerUserDataDir to WriterOptions.
John MacFarlane
1
-3
/
+3
2010-07-08
Added writerSourceDirectory to WriterOptions.
John MacFarlane
1
-6
/
+6
2010-07-05
Made a proper ODT writer.
John MacFarlane
1
-0
/
+83
[prev]