summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-05 22:05:35 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-05 22:05:35 -0700
commitcf9398e99cf2c99eb227a83a4b61f589ecff7c3a (patch)
treec552a5e8aa90923f57f5a6392140b86e5dc7483e
parent5b7dcd9ecc392f4c3a63cf5d9e32f2745abc9e5d (diff)
downloadpython-cheetah-cf9398e99cf2c99eb227a83a4b61f589ecff7c3a.tar.gz
Add generated HTML files
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--.gitignore1
-rw-r--r--WikiRoot.html93
-rw-r--r--developers.html122
-rw-r--r--docs.html146
-rw-r--r--download.html106
-rw-r--r--index.html136
-rw-r--r--recipes.html97
7 files changed, 700 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7fada59..a467c70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
*.pyc
*.swp
*.so
-*.html
*.bak
diff --git a/WikiRoot.html b/WikiRoot.html
new file mode 100644
index 0000000..4a12f4e
--- /dev/null
+++ b/WikiRoot.html
@@ -0,0 +1,93 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - WikiRoot</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+
diff --git a/developers.html b/developers.html
new file mode 100644
index 0000000..91634e6
--- /dev/null
+++ b/developers.html
@@ -0,0 +1,122 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - Developers</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+ <h1>Contributing to Cheetah</h1>
+<p>Cheetah is the work of many volunteers. If you use Cheetah, share your experiences, tricks, customizations, and frustrations.
+Please join the <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">mailing list</a>.</p>
+<h2>Fork Me!</h2>
+<p>Community Cheetah is hosted by <a href="http://www.github.com">GitHub</a> which encourages forking of projects in order
+to facilitate truly distributed and decentralized development. That is not to say that Community Cheetah is
+"decentralized" per s&eacute; but rather it's ready for community involvement from the get-go! To get started
+with contributing to Community Cheetah, it's a good idea to clone the "central" Git repo <a href="http://github.com/rtyler/cheetah">here</a>.</p>
+<h2>Development Process</h2>
+<p>The typical development workflow for Community Cheetah revolves around two primary branches <strong>maint</strong> and <strong>next</strong>.
+The <strong>next</strong> branch is where development planned for the next release of Community Cheetah is. The <strong>maint</strong> branch
+on the otherhand is where backported fixes and patches will be applied for the <em>current</em> release of Community Cheetah
+will go, it's common for a patch to be applied to <strong>maint</strong> and <strong>next</strong> at the same time.</p>
+<h2>Bug reports and patches</h2>
+<p>If you have stubmled across a bug or have an improvement to suggest in Cheetah please consider reporting
+the issue into Community Cheetah's <a href="http://bugs.communitycheetah.org">bug tracker</a> or emailing the
+<a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">mailing list</a>.</p>
+<p>Please try to include the following bits of information:</p>
+<ul>
+<li>A description of what you were trying to do, and what happened (i.e. reproduction steps)</li>
+<li>Any and all tracebacks or compiler errors</li>
+<li>The version of Cheetah you're using</li>
+<li>The version of Python you're using</li>
+<li>The operating system you're running Cheetah on</li>
+<li>Any other pieces of information you might think are relevant</li>
+</ul>
+<h2>Example sites and tutorials</h2>
+<p>If you're developing a website with Cheetah, please send a link to the email list so we can keep track of Cheetah sites. Also, if you discover new and interesting ways to use Cheetah please share your experience and write a quick tutorial about your technique.</p>
+<h2>Test cases</h2>
+<p>Cheetah is packaged with a regression testing suite that is run with each new release to ensure that everything is working as expected and that recent changes haven't broken anything. The test cases are in the Cheetah.Tests module. If you find a reproduceable bug please consider writing a test case that will pass only when the bug is fixed. Send any new test cases to the email list with the subject-line "new test case for Cheetah."</p>
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+
diff --git a/docs.html b/docs.html
new file mode 100644
index 0000000..28049f3
--- /dev/null
+++ b/docs.html
@@ -0,0 +1,146 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - Documentation</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+ <h1>Cheetah Documentation</h1>
+<p>Currently the Community Cheetah documentation is in a state-of flux, you can however
+still refer to the older Cheetah v2.0.1 documentation for most of the basics</p>
+<ul>
+<li><a href="http://www.cheetahtemplate.org/docs/users_guide_html/">Single-page HTML</a></li>
+<li><a href="http://www.cheetahtemplate.org/docs/users_guide_html_multipage/">Multi-page HTML</a></li>
+<li><a href="http://www.cheetahtemplate.org/docs/users_guide.txt">Text</a></li>
+<li><a href="http://www.cheetahtemplate.org/docs/users_guide.pdf">PDF</a></li>
+</ul>
+<h2>Unofficial Documentation and Articles</h2>
+<p><a href="http://www-128.ibm.com/developerworks/opensource/library/os-pythcheetah/?ca=dgr-lnxw06PythonCheetah">Building and filling out templates with Python and Cheetah</a> by Leonard Richardson, Software Engineer
+at CollabNet. Published in IBM Developer Works, August 9th, 2005. Leonard
+Richardson is the author of many Python applications and libraries, including
+NewsBruiser and Beautiful Soup. He is a co-author of the new tome Beginning
+Python, from Wrox. </p>
+<p><a href="http://www.onlamp.com/pub/a/python/2005/01/13/cheetah.html">Python-Powered Templates with Cheetah</a>
+by Andrew Glover, founder and CTO of Vanward
+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 Cheetah</a>
+A DevShed article by Peyton McCullough. Published in December 2005.</p>
+<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="http://www.unixreview.com/documents/s=10075/ur0604h/">Regular Expressions: CherryPy proves its worth</a>
+An Unix Review article by Miki Tebeka and Cameron Laid. They build a small addressbook application in less
+than 150 lines of code using the CherryPy web framework and Cheetah.
+Published May 2006.</p>
+<p><a href="http://coderseye.com/2006/how-to-install-cheetah-on-dreamhost.html">How to install Cheetah on Dreamhost</a>
+A blog article published by Bruce Kroeze in January 2006.</p>
+<p><a href="http://www.linuxenterprise.de/itr/online_artikel/psecom,id,639,nodeid,9.html">Tierisch gut Das Cheetah Templating-System in der Praxis</a>
+A German-language article by Markus Jais. Published in the
+December 2004 edition of <a href="http://www.linuxenterprise.de/">linuxenterprise.de</a></p>
+<p><a href="http://wingware.com/python/success/st-andrews">Python Success Stories: Python Enterprise-Wide at the University of St Andrews in Scotland</a>
+by Hamish Lawson. Cheetah is used for the presentation
+layer. Hamish Lawson is a software developer in the IT Services department at
+the University of St Andrews, Scotland. Published January 17th, 2003.</p>
+<p><a href="http://www.codegeneration.net/tiki-read_article.php?articleId=39">Code Generation Network - Case Study with Peter White</a>
+An interview that discusses using Cheetah for generating Java code in a financial services
+application. "Given my recent experience with Python and Cheetah, I can't
+imagine an easier way to generate code!" Published March 1st, 2004.</p>
+<h2>In Literature</h2>
+<p>Cheetah is covered in <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0596001886/ref=pd_sim_b_2/002-9262270-4252038?%5Fencoding=UTF8&amp;v=glance">Python in a Nutshell</a>
+by Alex Martelli. Alex writes on the Cheetah list: "Nutshell
+readers looking for templating engines will be tempted by my ultra-brief
+coverage enough to come visit the Cheetah site and get stunned. Indeed, I'm
+impressed enough that I plan to cover <em>only</em> Cheetah as the one tool for any
+serious templating need."</p>
+<p>It is also introduced in the New Riders book <a href="http://www.informit.com/title/0735710902">Python Web Programming</a>
+by Steve Holden. Steve writes "Although the software is still in beta at the
+time of writing, it is already stable and easy to use either with or without
+Webware. It looks as though Cheetah will be useful to many web projects, as
+well as any others that need flexible template substitution of a general
+nature." Published Jan 8th, 2002.</p>
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+
diff --git a/download.html b/download.html
new file mode 100644
index 0000000..6c90f39
--- /dev/null
+++ b/download.html
@@ -0,0 +1,106 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - Downloads</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+ <h1>Cheetah Downloads</h1>
+<p>The most recent <em>stable</em> release of Community Cheetah is <strong>Cheetah v2.1.0.1</strong> which was released
+on March 27th, 2009. The most recent "mainstream" release of Cheetah (i.e. from SourceForge and the original
+author) was released on November 16th, 2007 (v2.0.1).</p>
+<h2>Download v2.1.0.1</h2>
+<ul>
+<li><a href="http://github.com/rtyler/cheetah/tarball/v2.1.0.1">v2.1.0.1 tarball</a></li>
+<li><a href="http://github.com/rtyler/cheetah/zipball/v2.1.0.1">v2.1.0.1 zip</a></li>
+</ul>
+<p>You can keep up to date with release candidates, and other misc downloads provided by Community Cheetah
+by visiting the <a href="http://github.com/rtyler/cheetah/downloads">GitHub downloads page</a></p>
+<p><strong>Important note to Windows users</strong>: You should install the compiled version of Cheetah's NameMapper.
+It is dramatically faster than the pure Python version! Python 2.4: <em>namemapper.pyd2.4, Python 2.5: </em>namemapper.pyd2.5.
+Install it wherever your system puts Cheetah/NameMapper.py. Strip the version numbers off the filename.</p>
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..914207c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,136 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - Home</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+ <h1>Community Cheetah</h1>
+<p>Community Cheetah is an active fork of the <a href="http://www.cheetahtemplate.org/">Cheetah Template</a> engine.
+The Cheetah Templating engine is a fully <a href="http://www.python.org">Python</a>-powered templating engine
+that can output or generate practically <strong>any</strong> text-based format (including Python itself!)</p>
+<p>The primary motivations for the Community Cheetah fork is to maintain <em>active</em> development outside of
+the currently-stale <a href="http://sourceforge.net/scm/?type=cvs&amp;group_id=28961">Cheetah CVS tree</a>. Community Cheetah
+isn't meant to diverge from the main goals of Cheetah: speed, ease of use and stability, but rather Community
+Cheetah is meant to reinvirgorate the community surrounding Cheetah and provide <strong>monthly</strong> releases incorporating
+patches and improvements to the engine.</p>
+<p>Cheetah already has a large and active user community, and there are a number of products built with Cheetah in the
+Fortune 500, as well startups in Silicon Valley (like <a href="http://www.reddit.com">reddit</a>)</p>
+<h2>Why should I use Cheetah?</h2>
+<ul>
+<li>
+<p>Cheetah is supported by every major Python web framework.</p>
+</li>
+<li>
+<p>It is fully documented and is supported by an active user community.</p>
+</li>
+<li>
+<p>It can output/generate any text-based format.</p>
+</li>
+<li>
+<p>Cheetah compiles templates into optimized, yet readable, Python code.</p>
+</li>
+<li>
+<p>It blends the power and flexibility of Python with a simple template language that non-programmers can understand. </p>
+</li>
+<li>
+<p>It gives template authors full access to any Python data structure, module, function, object, or method in their templates. Meanwhile, it provides a way for administrators to selectively restrict access to Python when needed. </p>
+</li>
+<li>
+<p>Cheetah makes code reuse easy by providing an object-oriented interface to templates that is accessible from Python code or other Cheetah templates. One template can subclass another and selectively reimplement sections of it. Cheetah templates can be subclasses of any Python class and vice-versa. </p>
+</li>
+<li>
+<p>It provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website. </p>
+</li>
+<li>
+<p>It 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. </p>
+</li>
+<li>
+<p>Cheetah can be used to generate static html via its command-line tool.</p>
+</li>
+</ul>
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+
diff --git a/recipes.html b/recipes.html
new file mode 100644
index 0000000..f59ef34
--- /dev/null
+++ b/recipes.html
@@ -0,0 +1,97 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Community Cheetah - Recipes</title>
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <meta name="keywords" content="#" />
+ <meta name="googlebot" content="index, follow" />
+ <meta name="language" content="en-us, english" />
+
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen, projection, tv " />
+ </head>
+ <body>
+
+ <div id="blogtitle">
+ <div id="small"><a href="#">Community Cheetah</a> </div>
+ <div id="small2">
+ <a href="index.html">Home</a>&nbsp;|&nbsp;
+ <a href="http://bugs.communitycheetah.org">Issues</a>&nbsp;|&nbsp;
+ <a href="http://github.com/rtyler/cheetah/tree/master">Source</a>&nbsp;|&nbsp;
+ <a href="http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss">Mailing List</a>&nbsp;|&nbsp;
+ </div>
+ </div>
+
+ <div id="topmenu">
+ <ul class="BLUE">
+ <li>
+ <a href="index.html" title="Home">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="download.html" title="Download">
+ <span>Download</span>
+ </a>
+ </li>
+ <li>
+ <a href="docs.html" title="Documentation">
+ <span>Documentation</span>
+ </a>
+ </li>
+ <li>
+ <a href="recipes.html" title="Recipes">
+ <span>Recipes</span>
+ </a>
+ </li>
+ <li>
+ <a href="developers.html" title="Developers">
+ <span>Developers</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div id="centercontent">
+ <h1>Cheetah Recipes</h1>
+<p>This page hasn't been fully fleshed out unfortunately :(</p>
+<p>If you're really hungry for some Cheetah recipies, you can check out the
+out-of-date <a href="http://wiki.cheetahtemplate.org/cheetah-recipes.html">Cheetah recipes page</a>
+from the old Wiki</p>
+ </div>
+
+ <div id="rightcontent">
+ <img style="margin-top:-9px; margin-left: -5px;" src="images/top2.jpg" alt="" />
+
+ <div id="twitter_div">
+ <h2 class="sidebar-title">Twitter Updates</h2>
+ <ul id="twitter_update_list"></ul>
+
+ <a href="http://twitter.com/cheetahtemplate" id="twitter-link" style="display:block;text-align:right;">follow Cheetah on Twitter</a>
+ </div>
+
+
+ <img style="padding-top:5px; margin-left:-5px; margin-bottom:-4px;" src="images/specs_bottom.jpg" alt="" />
+ </div>
+
+ <br clear="all"/>
+ <br/>
+
+ <div id="footer">&copy; 2006 Design by <a href="http://www.studio7designs.com">Studio7designs.com</a>
+
+ </div>
+
+
+ <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
+ <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cheetahtemplate.json?callback=twitterCallback2&count=5"></script>
+ </body>
+</html>
+
+
+
+
+
+
+