Cheetah 1.0rc1
Cheetah is a Python-powered template engine and code-generator.
Latest Version: 2.2.1
Cheetah is a Python-powered template engine and code-generator.
It is similar to the Jakarta project's Velocity.
Homepage
================================================================================
http://www.CheetahTemplate.org
Mailing list
================================================================================
cheetahtemplate-discuss@lists.sourceforge.net
Subscribe at
http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
Documentation
================================================================================
For a high-level introduction to Cheetah please refer to the User's Guide
in the docs/ directory of the Cheetah distribution.
Installation
================================================================================
Cheetah can be run a directory in the from the system-wide Python path or
from a directory in a user's Python path.
To install Cheetah for a single user:
- copy the 'src' sub-directory to a directory called 'Cheetah' that is in the
user's PYTHON_PATH
To install Cheetah for system-wide use:
- on Posix systems (AIX, Solaris, Linux, IRIX, etc.) become the 'root' user
and run: python ./setup.py install
- On non-posix systems, such as Windows NT, login as an administrator and
type this at the command-line: python setup.py install
On Posix systems, the system-wide installation will also install the Cheetah's
command-line compiler program, TScompile, to a system-wide executable path such as
/usr/local/bin.
Meta-Data
================================================================================
Authors: The Cheetah Development Team (Tavis Rudd, Mike Orr, Chuck Esterbrook
Ian Bicking, Tom Schwaller)
License: This software is released for unlimited distribution under the
terms of the MIT license. See the LICENSE file.
Version: $Revision: 1.6 $
Start Date: 2001/03/30
Last Revision Date: $Date: 2005/11/02 22:10:16 $
- Author: Tavis Rudd <cheetahtemplate-discuss at lists sf net>
- Home Page: http://www.CheetahTemplate.org/
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Environment :: Web Environment
- Intended Audience :: Developers
- Intended Audience :: Information Technology
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: C
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Internet :: WWW/HTTP :: Site Management
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Systems Administration
- Topic :: Text Processing
- Topic :: Utilities
- Package Index Owner: tavisrudd
- Package Index Maintainer: rtyler
- DOAP record: Cheetah-1.0rc1.xml
