summaryrefslogtreecommitdiff
path: root/download.html
blob: d733a1a3ee07fb4939d22351704d55eaae877afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="latin-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Cheetah Community Engine - The Python-Powered Template Engine</title>
<link rel="stylesheet" href="screen.css" type="text/css" />
</head>

<body class="download">    <div class="banner" align="center">
      <a href="index.html"><img 
         class="bannerImg" src="images/cheetah-face-black-medium.jpg" alt="" /></a>

      <a href="index.html"><img class="bannerText" src="images/banner_text.gif" 
	  alt="Cheetah Community Edition: The Python-Powered Template Engine" /></a>
    </div>
  <div class="pageOuterWrapper" align="center">
    <div class="pageInnerWrapper0">
      <div class="pageInnerWrapper1">
        <div align="center" class="navBarContainer">
             <a class="navBar " 
	        href="index.html">Overview</a>
<span class="navBarSep">|</span>             <a class="navBar activePage" 
	        href="download.html">Download</a>
<span class="navBarSep">|</span>             <a class="navBar " 
	        href="learn.html">Docs</a>
<span class="navBarSep">|</span>             <a class="navBar " 
	        href="examples.html">Examples</a>
<span class="navBarSep">|</span>             <a class="navBar " 
	        href="whouses.html">Who Uses It?</a>
<span class="navBarSep">|</span>             <a class="navBar " 
	        href="praise.html">Testimonials</a>
<span class="navBarSep">|</span>             <a class="navBar " 
	        href="contribute.html">Help Out</a>
        </div>
  
        <div class="pageInnerWrapper2">
          <div class="pageInnerWrapper3">
            <div class="pageInnerWrapper4">
              <div class="pageInnerWrapper5">
	          
  <p>The most <a
  href="http://github.com/rtyler/cheetah/tarball/v2.1.0.1">recent stable release</a>
  was Cheetah Community Edition v2.1.0.1, was released on March 27th, 2009.
  The latest Cheetah "official" release was 2.0.1 on November 16th, 2007. Cheetah has been <b>stable,
  production quality, post-beta code since 2001</b>. All new releases since then
  (40+) have been almost <b>100% backwards compatible</b>. The 2.0 code itself
  has production ready since early 2006.</p>

  <p>Here&#39;s the documentation on <a
  href="CHANGES">recent changes</a>.</p>

  <p>Cheetah is included in FreeBSD and most major Linux distributions:
  Gentoo, Fedora, Debian, and Ubuntu among others.</p>

  <p><b>IMPORTANT NOTE TO WINDOWS USERS:</b> You should
  install the compiled version of Cheetah\'s NameMapper. It is dramatically faster
  than the pure Python version!  Python 2.4: <a
  href="http://cheetahtemplate.org/_namemapper.pyd2.4">_namemapper.pyd2.4</a>, 
  Python 2.5:  <a
  href="http://cheetahtemplate.org/_namemapper.pyd2.5">_namemapper.pyd2.5</a>.
  Install it wherever your system puts Cheetah/NameMapper.py. Strip the
  version numbers off the filename.</p>



		  <div class="attributionFooter"> Cheetah was created by Tavis
		  Rudd, a freelance programmer and designer, with <a
		  href="credits.html">contributions from many open source
		  volunteers</a>.<br/>Its documentation is edited by Mike Orr, who
		  also wrote its command line tool.</div> <img src="http://sourceforge.net/sflogo.php?group_id=28961&amp;type=1" 
  width="0" height="0" 
  border="0" alt="SourceForge.net Logo" />


              </div>  
            </div>  
          </div>  
        </div>  
      </div>    
    </div>    

    <div class="copyrightFooter" align="left">
      Copyright &copy; 2001-2009 Tavis Rudd. All rights reserved.
    </div>
  </div>  
</body>
</html>