Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 16 Jun 10
- I made sure that the existing HtmlRenderer infrastructure remains functional - Added a simplistic templating machinery (see … Show more
   - I made sure that the existing HtmlRenderer infrastructure remains       functional     - Added a simplistic templating machinery (see TemplateData), based on       cascading [subst] calls in per-object evals (assuming the nonleaf       mode) and a basic templating instruction set (i.e., "let", "for", as       well as "?" representing if-elseif-else blocks and "include" for       composing template fragments). This will help me to transpose the       YUI doc templates more easily (and split them up into template       fragments). Also, it will allow future documentation writers to       provide custom templates or modifications of existing ones.  This       was somehow inspired by Kristoffer Lawson "templating engine" in his       Spindle web framework, which is solely based on Tcl namespaces,       however.

Show less