summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replaced markdown2odt with pandoc in web demos.fiddlosopher2008-08-02
* Added information about `odt` to README and pandoc(1) man page.fiddlosopher2008-08-02
* Improved template handling:fiddlosopher2008-08-02
* Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher2008-08-01
* Fixes to make haddock work with template haskell:fiddlosopher2008-08-01
* Removed FlexibleInstances Extension line from pandoc.cabal; it isn't neededfiddlosopher2008-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
* Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher2008-08-01
* Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.fiddlosopher2008-08-01
* Removed 'CPP' from Extension in pandoc.cabal.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
* Simplified build process using template haskell.fiddlosopher2008-08-01
* Use minimum-sized (blank) content.xml in odt-styles.fiddlosopher2008-08-01
* Use template haskell to store reference.odt as blob in pandoc.fiddlosopher2008-08-01
* Makefile: build reference.odt before configure.fiddlosopher2008-08-01
* Added note on utf8-string dependency to INSTALL.fiddlosopher2008-08-01
* Added utf8-string library to depends in debian/control.fiddlosopher2008-08-01
* Added code for xml library (Text.XML.Light) to source tree,fiddlosopher2008-08-01
* Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher2008-07-31
* Removed superfluous binary and bytestring dependencies in pandoc.cabal.fiddlosopher2008-07-31
* Setup.hs: Use simpleUserHooks rather than deprecated defaultUserHooks.fiddlosopher2008-07-31
* Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher2008-07-31
* Added 'library' and 'executable' configuration flags.fiddlosopher2008-07-31
* Added 'odt' output option to pandoc:fiddlosopher2008-07-31
* OpenDocument writer: don't print alt text with Image.fiddlosopher2008-07-31
* Fixed typo in pandoc.cabal.fiddlosopher2008-07-31
* Simplified Setup.hs by removing PostClean hooks.fiddlosopher2008-07-31
* Improved pandoc.cabal:fiddlosopher2008-07-31
* Code cleanup in Text/Pandoc/Highlighting.hs.fiddlosopher2008-07-31
* Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher2008-07-31
* HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2008-07-27
* Added MediaWiki writer.fiddlosopher2008-07-27
* Added mention of opendocument writer to pandoc man page.fiddlosopher2008-07-26
* Added OpenDocument format to cabal description.fiddlosopher2008-07-24
* Markdown reader: Parse setext headers before atx headers.fiddlosopher2008-07-23
* HTML writer test: use UTF-8 characters rather than entities.fiddlosopher2008-07-23
* Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.fiddlosopher2008-07-23
* Added proper support for embedded images to opendocument writer.fiddlosopher2008-07-18
* Style fixes in opendocument writer:fiddlosopher2008-07-18
* Modified content.xml and styles.xml for better appearance of ODT documents.fiddlosopher2008-07-18
* More work on smallcaps support.fiddlosopher2008-07-15
* Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher2008-07-15
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Commented out some unneeded code in HTML reader.fiddlosopher2008-07-15
* Code cleanup - RST reader.fiddlosopher2008-07-15
* Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher2008-07-15
* LaTeX reader - Code cleanup.fiddlosopher2008-07-15
* OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher2008-07-14