aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Updated copyright date in cabal file.fiddlosopher1-1/+1
2009-12-31Updated changelog.fiddlosopher1-3/+7
2009-12-31Added --reference-odt option.fiddlosopher12-1110/+52
2009-12-31LaTeX writer: Only require listings package if needed.fiddlosopher4-6/+9
2009-12-31Removed old data/templates directory.fiddlosopher6-142/+0
2009-12-31Updated changelog.fiddlosopher1-0/+98
2009-12-31Fuller discussion of Templates in README and man page.fiddlosopher2-6/+20
2009-12-31Added windows package build intsructions in windows makefile.fiddlosopher1-2/+4
2009-12-31Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher2-2/+3
2009-12-31Make the -fno-warn-unused-do-bind conditional on ghc >= 6.12.fiddlosopher1-2/+8
2009-12-31Removed unneeded import from RunTests.hsfiddlosopher1-1/+0
2009-12-31Revised tested-with field to be more precise.fiddlosopher1-1/+1
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher11-14/+9
2009-12-31Added GHC versions to tested-with field in cabal file.fiddlosopher1-1/+1
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher5-4/+27
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher5-5/+1
2009-12-31Removed unneeded Extensions from cabal file.fiddlosopher1-6/+6
2009-12-31Version bump to 1.4.fiddlosopher1-1/+1
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher5-14/+12
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2-24/+24
2009-12-31Changed Setup.hs so it can build man pages again.fiddlosopher1-1/+2
2009-12-31Updated lhs tests.fiddlosopher4-160/+160
2009-12-31Updated latex writer tests to conform to recent changes.fiddlosopher1-12/+3
2009-12-31markdown2pdf.hs: interpret ! in a log as an error line.fiddlosopher1-1/+1
2009-12-31Modified latex template to include bare minimum of packages.fiddlosopher2-19/+72
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher8-24/+51
2009-12-31Modified mediawiki writer to use new templates.fiddlosopher3-89/+23
2009-12-31Updated texinfo writer to use new templates.fiddlosopher3-125/+86
2009-12-31Modified RTF writer to use new templates.fiddlosopher3-51/+40
2009-12-31Revised man writer to use new templates.fiddlosopher3-118/+51
2009-12-31Indented and line-broke styles.xml so it can be modified more easily.fiddlosopher1-2/+1062
2009-12-31Opendocument writer: support new templates.fiddlosopher4-1291/+895
2009-12-31Don't wrap text in OpenDocument writer.fiddlosopher1-11/+5
2009-12-31Context and latex writers - parse title, author, date before body.fiddlosopher2-10/+10
2009-12-31Updated docbook writer to use new templates.fiddlosopher4-1286/+1297
2009-12-31LaTeX reader: use \\ to separate multiple authors.fiddlosopher1-3/+3
2009-12-31Markdown reader: use ; as separator between authors.fiddlosopher2-3/+3
2009-12-31Improved RST writer.fiddlosopher7-44/+28
2009-12-31Fixed bug with $else$ in templates module.fiddlosopher1-11/+11
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher6-16/+11
2009-12-31Use $for$ for header-includes.fiddlosopher6-21/+34
2009-12-31Use $for$ for --css option in HTML writer.fiddlosopher3-12/+10
2009-12-31Added $for$ to template system.fiddlosopher3-18/+77
2009-12-31Use separate title, author, date variables in markdown template.fiddlosopher3-36/+15
2009-12-31Revised documentation for templates.fiddlosopher2-12/+0
2009-12-31Don't set "standalone" variable.fiddlosopher1-4/+1
2009-12-31Added docbook template.fiddlosopher1-74/+9
2009-12-31Fixed RST writer to use new templates.fiddlosopher3-65/+42
2009-12-31Markdown template - added space after header includes.fiddlosopher1-0/+1
2009-12-31Made an import more specific.fiddlosopher1-1/+1