aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-Tempita
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233083
* Tempita is a small templating language for text substitution.Martin Wilke2009-02-274-0/+31
This isn't meant to be the Next Big Thing in templating; it's just a handy little templating language for when your project outgrows string.Template or % substitution. It's small, it embeds Python in strings, and it doesn't do much else. WWW: http://pythonpaste.org/tempita/ Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=229181