From c572b42ea8a53032de765636c42fa73503a7ecd1 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 19 Oct 2011 07:48:31 -0200 Subject: python/Mako: Updated for version 0.5.0 (+new category) Signed-off-by: Niels Horn --- python/Mako/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/Mako/README (limited to 'python/Mako/README') diff --git a/python/Mako/README b/python/Mako/README new file mode 100644 index 0000000000..619ca5af70 --- /dev/null +++ b/python/Mako/README @@ -0,0 +1,10 @@ +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. + +This requires pysetuptools and MarkupSafe. -- cgit v1.2.3