pandoc/Text/Pandoc
fiddlosopher d072ad4b66 Added 'odt' output option to pandoc:
Not a writer, but a module that inserts the output of the OpenDocument
writer into an ODT archive.  This replaces markdown2odt.

+ Added odt output option to Main.hs.
+ Added default for .odt output file.
+ Changed defaults so that .xml and .sgml aren't automatically DocBook.
+ Added odt writer to Text.Pandoc exports.
+ Added Text.Pandoc.ODT and included in pandoc.cabal.
+ Added reference.odt as data-file in pandoc.cabal.
+ Handle picture links in OpenDocument files using xml library.
+ Removed markdown2odt and references from Makefile, README, man.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1345 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-07-31 23:16:02 +00:00
..
Readers Markdown reader: Parse setext headers before atx headers. 2008-07-23 23:10:05 +00:00
Writers OpenDocument writer: don't print alt text with Image. 2008-07-31 23:15:37 +00:00
Blocks.hs Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings. 2008-07-13 22:50:57 +00:00
CharacterReferences.hs Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. 2008-06-17 19:07:17 +00:00
Definition.hs More work on smallcaps support. 2008-07-15 23:26:06 +00:00
Highlighting.hs Code cleanup in Text/Pandoc/Highlighting.hs. 2008-07-31 06:35:58 +00:00
ODT.hs Added 'odt' output option to pandoc: 2008-07-31 23:16:02 +00:00
Shared.hs Added 'odt' output option to pandoc: 2008-07-31 23:16:02 +00:00
UTF8.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00