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
2013-08-11
ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.
John MacFarlane
1
-6
/
+14
2013-08-11
Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).
John MacFarlane
1
-5
/
+4
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-2
/
+2
2013-07-18
Improved fetching of external resources.
John MacFarlane
1
-3
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-1
/
+2
2013-03-15
Fixed regression in ODT writer.
John MacFarlane
1
-2
/
+2
2013-01-11
Refactoring:
John MacFarlane
1
-11
/
+5
2013-01-11
ODT, Docx writers: Properly handle URL refs for images.
John MacFarlane
1
-18
/
+29
2012-12-29
Data files changes.
John MacFarlane
1
-12
/
+3
2012-09-25
Removed need for utf8-string package.
John MacFarlane
1
-4
/
+4
2012-08-23
Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'
John MacFarlane
1
-2
/
+21
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]