aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-10Use -S option when building man pages in Setup.hs.fiddlosopher1-1/+1
2008-08-10Man writer: don't escape " as \".fiddlosopher2-3/+3
2008-08-10Updated man page sources with pdf output option, minor cosmetic changes.fiddlosopher3-19/+21
2008-08-10Added zip as a build dependency in debian/control.fiddlosopher1-1/+1
2008-08-10Debian packaging changes:fiddlosopher3-10/+19
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher15-283/+45
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher4-160/+176
2008-08-10Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher2-5/+146
2008-08-10Removed dependency on reference.odt from Makefile.fiddlosopher1-2/+1
2008-08-09Removed no-longer-needed wrappers directory.fiddlosopher0-0/+0
2008-08-09Removed no-longer-needed templates directory.fiddlosopher0-0/+0
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher3-34/+132
2008-08-09Removed layout-cache and Configurations2 from odt-styles directory.fiddlosopher3-2/+2
2008-08-09Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher7-89/+122
2008-08-09Added preconfigure hook to build reference.odt if missing.fiddlosopher1-6/+41
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher11-293/+577
2008-08-09Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2-2/+2
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher11-156/+191
2008-08-06Small improvements to citation parsing in markdown reader.fiddlosopher1-4/+4
2008-08-05Allow parsing of multiline citations.fiddlosopher1-2/+2
2008-08-05Text/Pandoc/Biblio.hs - made getRefs point-free.fiddlosopher1-1/+1
2008-08-05Mention ODT writer in pandoc.cabal.fiddlosopher1-1/+1
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