summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-01-13 02:57:38 +0000
committertavis_rudd <tavis_rudd>2006-01-13 02:57:38 +0000
commit0be0faa05af5b5827922e431fde8f0b3503bba41 (patch)
treef56003d8235064c7034a4a23bf48277c1f300fe9 /www
parent3f47fad097d7db0fdf67bb720a176a52449f6df7 (diff)
downloadpython-cheetah-0be0faa05af5b5827922e431fde8f0b3503bba41.tar.gz
misc updates
Diffstat (limited to 'www')
-rw-r--r--www/_SiteTemplate.tmpl49
1 files changed, 28 insertions, 21 deletions
diff --git a/www/_SiteTemplate.tmpl b/www/_SiteTemplate.tmpl
index f99c5fa..6e007a5 100644
--- a/www/_SiteTemplate.tmpl
+++ b/www/_SiteTemplate.tmpl
@@ -111,7 +111,8 @@
even Python code.</p>
<p>Cheetah has a large and active user community. Products built with
- Cheetah are used by most of the Fortune 500. One prominent new user is <a
+ Cheetah are <a href="whouses$htmlExt">used by most of the Fortune
+ 500</a>. One prominent new user is <a
href="http://reddit.com/">reddit.com</a>, a startup funded by Paul
Graham.</p>
@@ -133,7 +134,8 @@
<div class="homePageDownloadBar">
<div class="homePageDownloadBarInner">
<b>Download</b> <a
- href="http://sourceforge.net/project/showfiles.php?group_id=28961">Cheetah 2.0rc1</a> (released on Jan 10, 2006)
+ href="http://sourceforge.net/project/showfiles.php?group_id=28961">Cheetah 2.0rc1</a>
+ (released on Jan 10, 2006): major feature enhancements.
</div>
</div>
@@ -169,11 +171,11 @@
improve the performance of a dynamic website.
</li>
- <li>encourages clean separation of content, graphic design, and program code. This leads
- to highly modular, flexible, and reusable site architectures, shorter
- development time, and HTML and program code that is easier to understand
- and maintain. It is particularly well suited for team efforts.
- </li>
+ <li>encourages clean separation of content, graphic design, and program
+ code. This leads to highly modular, flexible, and reusable site
+ architectures, shorter development time, and HTML and program code that is
+ easier to understand and maintain. It is particularly well suited for team
+ efforts. </li>
<li>can be used to generate static html via its command-line tool.</li>
@@ -247,6 +249,11 @@
<h3>Official Documentation</h3>
+ <p>Note, the official documentation describes Cheetah 1.0. We are in the
+ process of updating it to include the changes in the 2.0 release. For the
+ time-being, the changes in 2.0 are described in the module docstrings and in
+ the <a href="docs/CHANGES">CHANGES</a> log.</p>
+
<p><b>Cheetah Users' Guide:</b> ##'
<a href="docs/users_guide_html/"><b>HTML</b></a>
<a href="docs/users_guide_html_multipage/">Multi-page HTML</a>
@@ -256,23 +263,23 @@
</p>
<p><b>Cheetah Developers$(apos) Guide:</b>
- <A href="docs/devel_guide_html/"><B>HTML</B></a>
- <A href="docs/devel_guide_html_multipage/">Multi-page HTML</a>
- <A href="docs/devel_guide.ps">Postscript</a>
- <A href="docs/devel_guide.txt">Text</a>
- <A href="docs/devel_guide.pdf">PDF</a>
+ <a href="docs/devel_guide_html/"><b>HTML</b></a>
+ <a href="docs/devel_guide_html_multipage/">Multi-page HTML</a>
+ <a href="docs/devel_guide.ps">Postscript</a>
+ <a href="docs/devel_guide.txt">Text</a>
+ <a href="docs/devel_guide.pdf">PDF</a>
</p>
<p> Also see the latest
- <A href="docs/CHANGES">CHANGES</a>,
- <A href="docs/TODO">TODO</a>,
- <A href="docs/BUGS">BUGS</a>.
+ <a href="docs/CHANGES">CHANGES</a>,
+ <a href="docs/TODO">TODO</a>,
+ <a href="docs/BUGS">BUGS</a>.
</p>
- <p> The LaTeX source for the Users' Guide and Developers' Guide is in the CVS
+ <p>The LaTeX source for the Users' Guide and Developers' Guide is in the CVS
module <b>CheetahDocs</b> at SourceForge, <a
href="http://sourceforge.net/cvs/?group_id=28961">http://sourceforge.net/cvs/?group_id=28961</a>.</p>
-
+
<h3>Unofficial Documentation and Articles</h3>
<p><a href="$('http://www-128.ibm.com/developerworks/opensource/library/'
@@ -289,19 +296,19 @@
Technologies, a company specializing in building automated testing frameworks.
Published in O'Reilly's ONLamp.com, January 13th, 2005</p>
- <p><A href="http://www.devshed.com/c/a/Python/Templating-with-Cheetah/">Templating with
+ <p><a href="http://www.devshed.com/c/a/Python/Templating-with-Cheetah/">Templating with
Cheetah</a>, a DevShed article by Peyton McCullough. Published in December 2005.</p>
- <p>The <A href="Py10.html">Python10 conference paper</a> about Cheetah, by
+ <p>The <a href="Py10.html">Python10 conference paper</a> about Cheetah, by
Tavis Rudd, Mike Orr, and Ian Bicking. It provides a high-level introduction
to Cheetah and the philosophy behind its design. Published in December
2001.</p>
- <p><A href="http://linuxgazette.net/117/orr.html">Templating in Python</a>, a
+ <p><a href="http://linuxgazette.net/117/orr.html">Templating in Python</a>, a
Linux Gazette article by Mike Orr. Published in Issue 117 of Linux Gazette,
August 2005.</p>
- <p><A href="docs/OnePageTutorial.html">One-Page Tutorial</a> for template
+ <p><a href="docs/OnePageTutorial.html">One-Page Tutorial</a> for template
maintainers. Covers a few basic concepts.</p>
<p> <a href="http://wingware.com/python/success/st-andrews">Python Success