diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 15:33:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-27 15:33:28 +0000 |
commit | 07e4c396391d56be4e11943f0d151e5111c8d29c (patch) | |
tree | ca1d201305b4f732dc28e020ac92feec9e2495e0 /textproc/Makefile | |
parent | c492d6cb01d6aa21fc3739941ae8b81b155884ec (diff) |
Tempita is a small templating language for text substitution.
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
Notes:
svn path=/head/; revision=229181
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6995905efe95..f2bbd9ed1372 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -851,6 +851,7 @@ SUBDIR += py-4suite SUBDIR += py-4suite-xml SUBDIR += py-HyperText + SUBDIR += py-Tempita SUBDIR += py-asv SUBDIR += py-chardet SUBDIR += py-csv |