wok diff python-mako/description.txt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-mako/description.txt	Fri Sep 23 08:28:09 2022 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +Mako is a template library written in Python.
     1.5 +It provides a familiar, non-XML syntax which compiles into Python modules
     1.6 +for maximum performance.
     1.7 +Mako's syntax and API borrows from the best ideas of many others,
     1.8 +including Django templates, Cheetah, Myghty, and Genshi.
     1.9 +Conceptually, Mako is an embedded Python (i.e. Python Server Page) language,
    1.10 +which refines the familiar ideas of componentised layout and inheritance to
    1.11 +produce one of the most straightforward and flexible models available, while
    1.12 +also maintaining close ties to Python calling and scoping semantics.