wok annotate python-mako/description.txt @ rev 25315

updated soprano and soprano-dev (2.8.0 -> 2.9.4)
author Hans-G?nter Theisgen
date Thu Jul 21 06:45:43 2022 +0100 (23 months ago)
parents
children
rev   line source
Hans-G?nter@25202 1 Mako is a template library written in Python.
Hans-G?nter@25202 2 It provides a familiar, non-XML syntax which compiles into Python modules
Hans-G?nter@25202 3 for maximum performance.
Hans-G?nter@25202 4 Mako's syntax and API borrows from the best ideas of many others,
Hans-G?nter@25202 5 including Django templates, Cheetah, Myghty, and Genshi.
Hans-G?nter@25202 6 Conceptually, Mako is an embedded Python (i.e. Python Server Page) language,
Hans-G?nter@25202 7 which refines the familiar ideas of componentised layout and inheritance to
Hans-G?nter@25202 8 produce one of the most straightforward and flexible models available, while
Hans-G?nter@25202 9 also maintaining close ties to Python calling and scoping semantics.