diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 14:12:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 14:12:36 +0000 |
commit | e31d414746031a04152e2d919bfa2c72c3d51787 (patch) | |
tree | bee0f8b9ba8952c28241149606bd9140c2ca9d6f /www/Makefile | |
parent | c5383dafd05b8a366dac855c75ba252563dd23b1 (diff) |
Qpy provides a convenient mechanism for generating safely-quoted html
text from python code.
It does this by implementing a quoted-string data type and a
modification of the python compiler. (This main idea comes from
Quixote's htmltext/PTL.)
WWW: http://www.mems-exchange.org/software/qpy/
PR: ports/105471
Submitted by: Dryice Liu <dryice at dryice.name>
Notes
Notes:
svn path=/head/; revision=177313
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0b5a73bfa909..8840cadca6b3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -920,6 +920,7 @@ SUBDIR += py-openssl-proxy SUBDIR += py-prewikka SUBDIR += py-pullparser + SUBDIR += py-qpy SUBDIR += py-scgi SUBDIR += py-slimmer SUBDIR += py-turbogears |