summaryrefslogtreecommitdiff
path: root/www/py-meld3/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-meld3/DESCR')
-rw-r--r--www/py-meld3/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/py-meld3/DESCR b/www/py-meld3/DESCR
new file mode 100644
index 00000000000..9a0a4a781b9
--- /dev/null
+++ b/www/py-meld3/DESCR
@@ -0,0 +1,12 @@
+meld3 is an HTML/XML templating system for Python which keeps
+template markup and dynamic rendering logic separate from one
+another. See http://www.entrian.com/PyMeld for a treatise on the
+benefits of this pattern.
+
+meld3 can deal with HTML or XML/XHTML input and can output well-formed
+HTML or XML/XHTML.
+
+meld3 is a variation of Paul Winkler's Meld2, which is itself a
+variation of Richie Hindle's PyMeld.
+
+meld3 uses Frederik Lundh's ElementTree library.