From 0be0faa05af5b5827922e431fde8f0b3503bba41 Mon Sep 17 00:00:00 2001 From: tavis_rudd Date: Fri, 13 Jan 2006 02:57:38 +0000 Subject: misc updates --- www/_SiteTemplate.tmpl | 49 ++++++++++++++++++++++++++++--------------------- 1 file 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.

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 used by most of the Fortune + 500. One prominent new user is reddit.com, a startup funded by Paul Graham.

@@ -133,7 +134,8 @@
Download Cheetah 2.0rc1 (released on Jan 10, 2006) + href="http://sourceforge.net/project/showfiles.php?group_id=28961">Cheetah 2.0rc1 + (released on Jan 10, 2006): major feature enhancements.
@@ -169,11 +171,11 @@ improve the performance of a dynamic website. -
  • 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. -
  • +
  • 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.
  • can be used to generate static html via its command-line tool.
  • @@ -247,6 +249,11 @@

    Official Documentation

    +

    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 CHANGES log.

    +

    Cheetah Users' Guide: ##' HTML Multi-page HTML @@ -256,23 +263,23 @@

    Cheetah Developers$(apos) Guide: - HTML - Multi-page HTML - Postscript - Text - PDF + HTML + Multi-page HTML + Postscript + Text + PDF

    Also see the latest - CHANGES, - TODO, - BUGS. + CHANGES, + TODO, + BUGS.

    -

    The LaTeX source for the Users' Guide and Developers' Guide is in the CVS +

    The LaTeX source for the Users' Guide and Developers' Guide is in the CVS module CheetahDocs at SourceForge, http://sourceforge.net/cvs/?group_id=28961.

    - +

    Unofficial Documentation and Articles

    Templating with +

    Templating with Cheetah, a DevShed article by Peyton McCullough. Published in December 2005.

    -

    The Python10 conference paper about Cheetah, by +

    The Python10 conference paper 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.

    -

    Templating in Python, a +

    Templating in Python, a Linux Gazette article by Mike Orr. Published in Issue 117 of Linux Gazette, August 2005.

    -

    One-Page Tutorial for template +

    One-Page Tutorial for template maintainers. Covers a few basic concepts.

    Python Success -- cgit v1.2.1