Age | Commit message (Expand) | Author | Files | Lines |
2010-07-22 | Moved s5 writing from S5 module to HTML. | John MacFarlane | 1 | -1/+0 |
2010-07-05 | Comment change in Templates (thanks to Alexander Hirzel). | John MacFarlane | 1 | -1/+1 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-19 | Depend on extensible-exceptions, remove CPP in Templates module. | fiddlosopher | 1 | -6/+0 |
2010-03-18 | Templates: Conditionally import Control.Exception.Extensible if base < 4. | fiddlosopher | 1 | -3/+7 |
2010-01-18 | Removed unneeded import. | fiddlosopher | 1 | -5/+0 |
2010-01-18 | Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML. | fiddlosopher | 1 | -4/+1 |
2010-01-18 | Rename getTemplate -> getDefaultTemplate. | fiddlosopher | 1 | -9/+9 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 1 | -15/+7 |
2010-01-11 | Added getTemplate to Text.Pandoc.Templates. | fiddlosopher | 1 | -7/+27 |
2009-12-31 | Fixed bug with $else$ in templates module. | fiddlosopher | 1 | -11/+11 |
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 |