summaryrefslogtreecommitdiff
path: root/Text/Pandoc/ODT.hs
Commit message (Expand)AuthorAge
* Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher2008-09-04
* Simplified and improved UTF8 handling:fiddlosopher2008-08-14
* ODT writer: Use '/', even on Windows, as path separator in xlink attributefiddlosopher2008-08-11
* Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher2008-08-08
* Improved configuration options and CPP macros.fiddlosopher2008-08-03
* Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher2008-08-03
* Improvements to ODT writer (for windows compatibility):fiddlosopher2008-08-03
* Improved template handling:fiddlosopher2008-08-02
* Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher2008-08-01
* Use </> with contentsOf to ensure that paths are portable.fiddlosopher2008-08-01
* ODT writer: Don't use pathname in invoking "zip", as that causes problems in...fiddlosopher2008-08-01
* Don't use OverloadedStrings in ODT writer.fiddlosopher2008-08-01
* Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher2008-08-01
* Use template haskell to store reference.odt as blob in pandoc.fiddlosopher2008-08-01
* Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher2008-07-31
* Added 'odt' output option to pandoc:fiddlosopher2008-07-31