pandoc/Text/Pandoc
fiddlosopher 4dca8f6e75 Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
+ Removed utf8-string and xml-light modules, and unneeded content.xml.
+ Removed code for building reference.odt from Setup.hs.
  The ODT is now built using template haskell in Text.Pandoc.ODT.
+ Removed copyright statements for utf8-string and xml modules,
  since they are no longer included in the source.
+ README: Removed claim that 'zip' is needed for ODT production.
+ Removed dependency on 'zip' from debian/control.
+ Text.Pandoc.Shared: Removed withTempDir, added inDirectory.
+ Added makeZip to Text.Pandoc.TH.
+ pandoc.cabal: Added dependencies on old-time, zip-archive, and utf8-string.
  Added markdown2pdf files to extra-sources list.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1417 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-04 02:51:28 +00:00
..
Readers LaTeX reader: Parse "code" environments as verbatim (lhs). 2008-08-26 20:36:06 +00:00
Writers Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
Biblio.hs Modified Text.Pandoc.Biblio to fit new citeproc API. 2008-09-02 02:54:00 +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
DefaultHeaders.hs Improved template handling: 2008-08-02 17:22:55 +00:00
Definition.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
Highlighting.hs Improved configuration options and CPP macros. 2008-08-03 23:33:40 +00:00
LaTeXMathML.hs Support for display math; changed ASCIIMathML -> LaTeXMathML: 2008-08-13 03:02:42 +00:00
ODT.hs Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. 2008-09-04 02:51:28 +00:00
Shared.hs Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. 2008-09-04 02:51:28 +00:00
TH.hs Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. 2008-09-04 02:51:28 +00:00
XML.hs Escape '\160' as " ", not " " in XML. 2008-07-13 16:31:34 +00:00