aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-05Added padding to table cells in ODT.fiddlosopher1-1/+1
2008-08-05Added opendocument writer tests.fiddlosopher4-1/+2034
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher7-16/+197
2008-08-04Added Cite element to definition and writers.fiddlosopher11-8/+41
2008-08-03Improved configuration options and CPP macros.fiddlosopher6-15/+36
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher3-9/+25
2008-08-03Improvements to ODT writer (for windows compatibility):fiddlosopher1-18/+18
2008-08-02INSTALL: Included instructions on installing utf8-string.fiddlosopher1-3/+8
2008-08-02Replaced markdown2odt with pandoc in web demos.fiddlosopher1-2/+2
2008-08-02Added information about `odt` to README and pandoc(1) man page.fiddlosopher2-35/+50
2008-08-02Improved template handling:fiddlosopher7-20/+63
2008-08-01Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher1-1/+0
2008-08-01Fixes to make haddock work with template haskell:fiddlosopher4-3/+30
2008-08-01Removed FlexibleInstances Extension line from pandoc.cabal; it isn't neededfiddlosopher1-2/+0
2008-08-01Use </> with contentsOf to ensure that paths are portable.fiddlosopher2-3/+4
2008-08-01ODT writer: Don't use pathname in invoking "zip", as that causes problems in...fiddlosopher1-7/+5
2008-08-01Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher1-0/+1
2008-08-01Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.fiddlosopher1-0/+1
2008-08-01Removed 'CPP' from Extension in pandoc.cabal.fiddlosopher1-1/+1
2008-08-01Don't use OverloadedStrings in ODT writer.fiddlosopher2-9/+4
2008-08-01Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher2-2/+8
2008-08-01Simplified build process using template haskell.fiddlosopher29-121/+52
2008-08-01Use minimum-sized (blank) content.xml in odt-styles.fiddlosopher1-2/+17
2008-08-01Use template haskell to store reference.odt as blob in pandoc.fiddlosopher3-7/+22
2008-08-01Makefile: build reference.odt before configure.fiddlosopher1-3/+3
2008-08-01Added note on utf8-string dependency to INSTALL.fiddlosopher1-1/+5
2008-08-01Added utf8-string library to depends in debian/control.fiddlosopher1-2/+2
2008-08-01Added code for xml library (Text.XML.Light) to source tree,fiddlosopher8-4/+1116
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher5-12/+13
2008-07-31Removed superfluous binary and bytestring dependencies in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Setup.hs: Use simpleUserHooks rather than deprecated defaultUserHooks.fiddlosopher1-3/+1
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher6-101/+18
2008-07-31Added 'library' and 'executable' configuration flags.fiddlosopher2-0/+23
2008-07-31Added 'odt' output option to pandoc:fiddlosopher8-144/+210
2008-07-31OpenDocument writer: don't print alt text with Image.fiddlosopher1-2/+2
2008-07-31Fixed typo in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Simplified Setup.hs by removing PostClean hooks.fiddlosopher2-15/+4
2008-07-31Improved pandoc.cabal:fiddlosopher1-0/+21
2008-07-31Code cleanup in Text/Pandoc/Highlighting.hs.fiddlosopher1-4/+4
2008-07-31Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher4-53/+15
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2-4/+18
2008-07-27Added MediaWiki writer.fiddlosopher15-30/+1172
2008-07-26Added mention of opendocument writer to pandoc man page.fiddlosopher1-3/+5
2008-07-24Added OpenDocument format to cabal description.fiddlosopher1-1/+1
2008-07-23Markdown reader: Parse setext headers before atx headers.fiddlosopher1-1/+1
2008-07-23HTML writer test: use UTF-8 characters rather than entities.fiddlosopher1-8/+8
2008-07-23Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.fiddlosopher1-1/+1
2008-07-18Added proper support for embedded images to opendocument writer.fiddlosopher1-1/+6
2008-07-18Style fixes in opendocument writer:fiddlosopher1-9/+16
2008-07-18Modified content.xml and styles.xml for better appearance of ODT documents.fiddlosopher2-1455/+3