summaryrefslogtreecommitdiff
path: root/whouses.html
blob: 44bf37774fa1ba64b9ddee12bf2ed649740aa6d7 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<?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="whouses">    <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 " 
	        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 activePage" 
	        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">
	            <table class="whoUsesTable">
    <tr valign="top">
      <td>

      <p>Cheetah is being used in a wide variety of commercial, government,
        academic, personal, and open-source projects &amp; products.  Products
        built with Cheetah are used by many of the Fortune 500.</p>

      <p>This page provides selected examples. It is not an exhaustive list.  If
      you use Cheetah and wish to be added here, please send an email to the <a
      href="http://lists.sourceforge.net/mailman/listinfo/cheetahtemplate-discuss">mailing
      list</a>.</p>

        <ul class="topLevel"> 
          <li>One major example of commercial use are the email gateway appliances from
          <a href="http://www.ironport.com/products/">IronPort Systems</a>, which are
          used by the largest corporations and ISPs in the world.  IronPort&#39;s products
          contain over a million lines of Python and use Cheetah plus <a
          href="http://aquarium.sf.net">Aquarium</a> for their user interfaces. Other 
		  major startup users of Cheetah include companies like <a href="http://youtube.com">YouTube</a>,
		  <a href="http://www.yelp.com">Yelp</a> and <a href="http://www.slide.com">Slide</a>.</li>

          <li>A prominent example of government use is <a
          href="http://www.incidentnews.gov/">Incident News</a>, which provides news,
          photos, and other information about spill incidents and response actions in
          the U.S.  A larger private site is used to feed the items on the public
          site. The site is maintained by the Hazardous Materials Response Division,
          Office of Response and Restoration, National Ocean Service, National Oceanic
          and Atmospheric Administration (NOAA), in support of U.S. Coast Guard incident
          response operations.</li>

          <li>The <a href="http://www.st-andrews.ac.uk/">University of St. Andrews</a>,
          in Scotland, uses Python + Cheetah for their student records system.
          St. Andrews is the 3rd oldest university in the English speaking world. See
          this <a href="http://wingware.com/python/success/st-andrews">write-up</a> for
          details.</li>

	  <li>It is supported by, and used with, every major Python web
	  development framework:

	    <ul>
   <li><a href="http://www.webwareforpython.org/">Webware for Python</a></li>
   <li><a href="http://aquarium.sourceforge.net/">Aquarium</a></li>
   <li><a href="http://www.modpython.org/">mod_python</a></li>
   <li><a href="http://quixote.ca/qx/TemplatingWithCheetah">Quixote</a></li>
   <li><a href="http://www.cherrypy.org/">CherryPy</a>,</li>
   <li><a href="http://www.turbogears.org/">TurboGears</a></li>
   <li><a href="http://www.djangoproject.com/">Django</a></li>
   <li><a href="http://pythonpaste.org/">Paste</a></li>
   <li><a href="http://subway.python-hosting.com/">Subway</a></li>
   <li><a href="http://www.pythonweb.org/projects/webmodules/">Python Web Modules</a></li>
   <li><a href="http://spyce.sourceforge.net/">Spyce</a></li>
   <li><a href="http://www.ivy.fr/tahchee/">Tahchee</a></li>
   <li><a href="http://www.cs.virginia.edu/~lab2q/">plain-old-cgi</a></li>
            </ul>
	  </li>  

	  <li>Cheetah is included in FreeBSD and most major Linux distributions:
	  Gentoo, Fedora, Red Hat, Debian, and Ubuntu among others.  
	  The <a href="http://cobbler.et.redhat.com">Cobbler</a>
	  boot/provisioning server for Fedora and Red Hat uses Cheetah heavily.</li>

   <li><a href="http://info.patientwire.com/">PatientWire</a></li>
   <li><a href="http://reddit.com/">reddit.com</a> 50,000 unique visitors/days</li>
   <li><a href="http://gentooexperimental.org/meatoo/">Gentoo Linux</a></li>
   <li><a href="http://dentalle.com/">Dentalle Inc.</a></li>
   <li><a href="http://bosco.tigris.org/">http://bosco.tigris.org/</a>  A JMI-compliant template-based code generator.               It reads XMI files and generates the corresponding source code, 	      in different object-oriented languages (Java, Eiffel, Python, C++). 	      In the case of Java, the generated code implements the JMI interfaces.</li>
   <li><a href="http://www.intertwingly.net/blog/">http://www.intertwingly.net/blog/</a> , 	      blog of <a href="http://www.intertwingly.net/wiki/pie/SamRuby">Sam Ruby</a>, 	      Apache Foundation Director</li>
   <li><a href="http://klive.cpushare.com/">http://klive.cpushare.com/</a> ,  	       <a href="http://kerneltrap.org/node/3148">Andrea Arcangeli&#39;s</a> 	       "Linux Kernel Live Usage Monitor"</li>
   <li><a href="http://cobbler.et.redhat.com/">http://cobbler.et.redhat.com/</a> ,  	       <a href="http://cobbler.et.redhat.com">Cobbler</a> is a centralized                provisioning (network deployment) server for Fedora and Red Hat                based Linux distributions. Cobbler uses Cheetah for rendering                kickstart files, DHCP configurations, PXE configuration trees,                and to power its web user interface.</li>
   <li><a href="http://www.instasong.com/InstaSong/">http://www.instasong.com/InstaSong/</a></li>
   <li><a href="http://www.axiomfire.com/">http://www.axiomfire.com/</a>   All internal tools and live eDialogues built with Cheetah</li>
   <li><a href="http://initd.org/">http://initd.org/</a>  (makers of psycopg and pysqlite)</li>
   <li><a href="http://www.asti-usa.com/">http://www.asti-usa.com/</a>  		(Andrew Kuchling is currently porting their large web app to Cheetah)</li>
   <li><a href="http://snurf.bdash.net.nz/">http://snurf.bdash.net.nz/</a>  a Python-based blogging system</li>
   <li><a href="http://linuxgazette.net/">http://linuxgazette.net/</a></li>
   <li><a href="http://www.teenwag.com/">http://www.teenwag.com/</a>  120,000+ users per day</li>
   <li><a href="http://pyblosxom.sourceforge.net/">http://pyblosxom.sourceforge.net/</a></li>
   <li><a href="http://pyds.muensterland.org/">http://pyds.muensterland.org/</a></li>
   <li><a href="http://faces.homeip.net/">http://faces.homeip.net/</a></li>
   <li><a href="http://map.wirelesslondon.info/">http://map.wirelesslondon.info/</a></li>
   <li><a href="http://tboard.sourceforge.net/">http://tboard.sourceforge.net/</a></li>
   <li><a href="http://singleshot.org/">http://singleshot.org/</a></li>
   <li><a href="http://invisiblecastle.com/">http://invisiblecastle.com/</a>  free gaming site, 70,000 hits a month</li>
   <li><a href="http://www.python-hosting.com/">http://www.python-hosting.com/</a></li>
   <li><a href="http://www.petersblog.org/">http://www.petersblog.org/</a></li>
   <li><a href="http://www.lococitato.com/">http://www.lococitato.com/</a></li>
   <li><a href="http://tools.arlut.utexas.edu/DryDock/">http://tools.arlut.utexas.edu/DryDock/</a>  	      a large web-publishing application focussed on workflow</li>
   <li><a href="http://wiki.osuosl.org/display/DEV/OJBDoc">http://wiki.osuosl.org/display/DEV/OJBDoc</a></li>

	  <li>Cheetah supports internationalization and has a large non-English userbase, including:
	    <ul>
   <li><a href="http://www.chinaliveuk.org.uk">http://www.chinaliveuk.org.uk</a>  (Chinese)</li>
   <li><a href="http://www.alqua.org/">http://www.alqua.org/</a>  (Spanish)</li>
   <li><a href="http://bank.muratordom.pl/">http://bank.muratordom.pl/</a>  (Polish)</li>
   <li><a href="http://bank.muratorplus.pl/">http://bank.muratorplus.pl/</a>  (Polish)</li>
   <li><a href="http://ustawki.net/">http://ustawki.net/</a>  game-manager for soccer fans (Polish)</li>
   <li><a href="http://www.encyclon.net/multiblast">http://www.encyclon.net/multiblast</a>  (Korean) Bioinformatics Tool</li>
   <li><a href="http://www.aufeinander.de/">http://www.aufeinander.de/</a>  (German)</li>
   <li><a href="http://www.katechese.at/">http://www.katechese.at/</a>  (German)</li>
   <li><a href="http://www.herschberger.at/">http://www.herschberger.at/</a>  (German)</li>
   <li><a href="http://www.oejhw.or.at/">http://www.oejhw.or.at/</a>  (German)</li>
   <li><a href="http://www.go-direct.at/">http://www.go-direct.at/</a>  (German)</li>
   <li><a href="http://www.dmvoe.at/">http://www.dmvoe.at/</a>  (German)</li>
   <li><a href="http://seps.flibuste.net/">http://seps.flibuste.net/</a>  (French)</li>
   <li><a href="http://flibuste.net/">http://flibuste.net/</a>  (French)</li>
   <li><a href="http://www.tac.cz/">http://www.tac.cz/</a>  (Czech)</li>
   <li><a href="http://www.cestovatel.cz/">http://www.cestovatel.cz/</a>  (Czech)</li>
   <li><a href="http://www.geogr.muni.cz/">http://www.geogr.muni.cz/</a>  (Czech)</li>
   <li><a href="http://www.iddk.ru/">http://www.iddk.ru/</a>  (Russian)</li>
   <li><a href="http://shop.iddk.ru/">http://shop.iddk.ru/</a>  (Russian)</li>
            </ul>
	  </li>
        </ul>
      </td>
      <td width="250">
       <ul>
   <li>Dell</li>
   <li>CNN</li>
   <li>NASDAQ</li>
   <li>Red Hat</li>
   <li>Ebay</li>
   <li>Sony</li>
   <li>EDS</li>
   <li>GAP</li>
   <li>Maytag</li>
   <li>PayPal</li>
   <li>Juniper</li>
   <li>Road Runner</li>
   <li>Whirlpool</li>
   <li>Capital One</li>
   <li>Liberty Mutual</li>
   <li>Continental Airlines</li>
   <li>General Foods</li>
   <li>Prudential Financial</li>
   <li>Aetna</li>
   <li>Dentalle Inc.</li>
   <li>Dentall Inc. (China)</li>
   <li><i>Hundreds of dental practices</i></li>
   <li>Imperial Optical</li>
   <li>Wolf Bioscience</li>
   <li><i>Hundreds of eye-care practices</i></li>
   <li>John Hopkins University</li>
   <li>Harvard University</li>
   <li>University of St. Andrews</li>
   <li>University of British Columbia</li>
   <li>Ryder</li>
   <li>AON</li>
   <li>Franklin Templeton Investments</li>
   <li>Manulife</li>
   <li>Societe Generale</li>
   <li>Juniper Networks</li>
   <li>Masco</li>
   <li>ADP</li>
   <li>Liberty Mutual</li>
   <li>RJ Renolds</li>
   <li>Charter Communications</li>
   <li>BNP Paribas</li>
   <li>L.A. Care Health Plan</li>
   <li>Salt Lake County</li>
   <li>Grand Prairie ISD</li>
   <li>ASTi</li>
   <li>Reddit.com</li>
   <li>LinuxGazette.com</li>
   <li>HFD.com</li>
       </ul>
      </td>
    </tr>
  </table>



		  <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>