aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/ODT.hs
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-3/+3
2008-08-03Improved configuration options and CPP macros.fiddlosopher1-1/+1
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher1-4/+8
2008-08-03Improvements to ODT writer (for windows compatibility):fiddlosopher1-18/+18
2008-08-02Improved template handling:fiddlosopher1-2/+2
2008-08-01Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher1-1/+0
2008-08-01Use </> with contentsOf to ensure that paths are portable.fiddlosopher1-1/+1
2008-08-01ODT writer: Don't use pathname in invoking "zip", as that causes problems in...fiddlosopher1-7/+5
2008-08-01Don't use OverloadedStrings in ODT writer.fiddlosopher1-7/+3
2008-08-01Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher1-1/+5
2008-08-01Use template haskell to store reference.odt as blob in pandoc.fiddlosopher1-3/+6
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher1-1/+0
2008-07-31Added 'odt' output option to pandoc:fiddlosopher1-0/+141