aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-31Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2-7/+30
2009-12-31Tweaked templates and tests.fiddlosopher9-920/+917
2009-12-31Added newline at end of LaTeXMathML script.fiddlosopher1-1/+1
2009-12-31Templates: don't try to handle indented $if$, $else$, $endif$.fiddlosopher1-4/+10
2009-12-31Modified templates to respect indentation.fiddlosopher2-57/+77
2009-12-31Fixed spacing in latex, context templates.fiddlosopher4-7/+3
2009-12-31-Wall cleanup in markdown writer.fiddlosopher1-3/+3
2009-12-31Got s5 writer working with html template.fiddlosopher4-354/+3
2009-12-31Removed spurious linebreak in latex template.fiddlosopher1-1/+0
2009-12-31HTML writer changes for templates.fiddlosopher5-1279/+1246
2009-12-31Fixed up LaTeXMathML module not to use TH.fiddlosopher4-7/+19
2009-12-31Implemented templates for context writer.fiddlosopher2-76/+43
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher16-61/+50
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher21-67/+76
2009-12-31Added rough templates for all writers. These need much fine tuning.fiddlosopher10-19/+948
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher7-13/+16
2009-12-31Fixed markdown writer to use templates.fiddlosopher2-25/+44
2009-12-31Started on an HTML template.fiddlosopher1-1/+20
2009-12-31Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher8-7/+13
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher2-21/+7
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher6-71/+21
2009-12-31Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher4-142/+63
2009-12-31Removed need for TH in ODT module.fiddlosopher2-16/+6
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher3-32/+41
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher2-3/+29
2009-12-31Added templates/ directory.fiddlosopher13-1/+78
2009-12-31Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher1-20/+12