Merge from vendor branch TNF:
authoradam <adam>
Fri, 11 Feb 2011 08:24:02 +0000 (08:24 +0000)
committeradam <adam>
Fri, 11 Feb 2011 08:24:02 +0000 (08:24 +0000)
commit9680ee7d46a13aeee69dcf5557ab3a7ba32031cb
tree71a789d625119fa7205d96656d02cc1897f7b337
parenta3b6ee6651c38fa3e1048e866667af841407b517
parent733ee72134634b22d0059d3adfc7cd476b64f94b
Merge from vendor branch TNF:
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics.