summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-01-12 01:50:33 +0000
committertavis_rudd <tavis_rudd>2006-01-12 01:50:33 +0000
commit1ba82c3e2ff2ea4ea5e11122f3ed81b0c59dbfef (patch)
tree4dffd65b0bc28dae8810cd669a12e0720fc6917d /www
parentf3eed3bb1361521633fbac63ec79abfffb58529d (diff)
downloadpython-cheetah-1ba82c3e2ff2ea4ea5e11122f3ed81b0c59dbfef.tar.gz
added quotes + fixed line break bug
Diffstat (limited to 'www')
-rw-r--r--www/_SiteTemplate.tmpl17
1 files changed, 16 insertions, 1 deletions
diff --git a/www/_SiteTemplate.tmpl b/www/_SiteTemplate.tmpl
index a94abc1..f99c5fa 100644
--- a/www/_SiteTemplate.tmpl
+++ b/www/_SiteTemplate.tmpl
@@ -117,7 +117,7 @@
</td>
<td width="300">
- #set sep='<span class="sep">|</span>'
+ #set sep=' <span class="sep">|</span> '
<div class="homePageUtilLinks">
<a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss"
>Mailing List</a>$sep<a href="docs/CHANGES">Changes</a>$sep<a
@@ -683,6 +683,21 @@
##http://www.thescripts.com/forum/post365058-2.html
$formatQuote("I'm greatly in favour of Cheetah.", 'Sybren Stuvel')
+ ##http://www.codegeneration.net/tiki-read_article.php?articleId=39
+ $formatQuote("""I ran across Cheetah, 'a Python-powered template engine and
+ code generator', and haven't looked back since.
+
+ ... it was a breeze to crank out several
+ templates in a short period of time. In only a few hours a night, over three
+ nights, I was able to learn enough about Python and Cheetah to write a code
+ generator that generates my POJOs, DAOs, and WebWork2 action classes. ...
+ Given my recent experience with Python and Cheetah, I can't imagine an
+ easier way to generate code! """,
+
+ '''Peter White, in an <a
+ href="http://www.codegeneration.net/tiki-read_article.php?articleId=39">interview</a>
+ on the "Code Generation Network"''')
+
##http://blog.kodemaniak.de/archives/10-Python-template-system.html
$formatQuote("Cheetah is very powerful and flexible.", 'Carsten Saathoff')