diff options
Diffstat (limited to 'textproc/py-cmTemplate/DESCR')
-rw-r--r-- | textproc/py-cmTemplate/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/py-cmTemplate/DESCR b/textproc/py-cmTemplate/DESCR new file mode 100644 index 00000000000..604a7cbbaeb --- /dev/null +++ b/textproc/py-cmTemplate/DESCR @@ -0,0 +1,7 @@ +cmTemplate is a Python module that allows CGI programmers to separate code +from HTML. It is much more powerful than a simple HTML preprocessor, and +can be used to generate any type of formatted text output. + +cmTemplate converts the template code into Python code, which is +byte-compiled afterwards. This makes the template processing extremely +fast. |