index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
/
ODT.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-23
Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
fiddlosopher
1
-1
/
+1
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
1
-98
/
+46
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
1
-5
/
+1
2008-08-11
ODT writer: Use '/', even on Windows, as path separator in xlink attribute
fiddlosopher
1
-4
/
+4
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
1
-3
/
+3
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
1
-1
/
+1
2008-08-03
Added 'utf8' configuration flag to pandoc.cabal.
fiddlosopher
1
-4
/
+8
2008-08-03
Improvements to ODT writer (for windows compatibility):
fiddlosopher
1
-18
/
+18
2008-08-02
Improved template handling:
fiddlosopher
1
-2
/
+2
2008-08-01
Removed superfluous copyFile from Text/Pandoc/ODT.hs.
fiddlosopher
1
-1
/
+0
2008-08-01
Use </> with contentsOf to ensure that paths are portable.
fiddlosopher
1
-1
/
+1
2008-08-01
ODT writer: Don't use pathname in invoking "zip", as that causes problems in...
fiddlosopher
1
-7
/
+5
2008-08-01
Don't use OverloadedStrings in ODT writer.
fiddlosopher
1
-7
/
+3
2008-08-01
Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...
fiddlosopher
1
-1
/
+5
2008-08-01
Use template haskell to store reference.odt as blob in pandoc.
fiddlosopher
1
-3
/
+6
2008-07-31
Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.
fiddlosopher
1
-1
/
+0
2008-07-31
Added 'odt' output option to pandoc:
fiddlosopher
1
-0
/
+141