Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-12-31 | Added $for$ to template system. | fiddlosopher | 1 | -8/+47 |
2009-12-31 | Made renderTemplate polymorphic; added TemplateTarget class. | fiddlosopher | 1 | -4/+26 |
2009-12-31 | Templates: don't try to handle indented $if$, $else$, $endif$. | fiddlosopher | 1 | -4/+10 |
2009-12-31 | Modified templates to respect indentation. | fiddlosopher | 1 | -30/+48 |
2009-12-31 | Got s5 writer working with html template. | fiddlosopher | 1 | -0/+1 |
2009-12-31 | HTML writer changes for templates. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Changed readDataFile to look first in user data directory. | fiddlosopher | 1 | -18/+1 |
2009-12-31 | Removed TH module; refactored LaTeXMathML not to use TH. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates. | fiddlosopher | 1 | -2/+5 |
2009-12-31 | Added getDefaultTemplate to Templates. | fiddlosopher | 1 | -1/+27 |
2009-12-31 | Added templates module. | fiddlosopher | 1 | -0/+111 |