1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/cheetah/cheetah.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Python-powered template engine and code generator
14 [T] Cheetah is a Python-powered template engine and code generator.
15 [T] It can be used as a standalone utility or it can be combined with other tools.
16 [T] Cheetah has many potential uses, but web developers looking for a viable
17 [T] alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
20 [T] - generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
21 [T] text-based format.
22 [T] - cleanly separates content, graphic design, and program code. This leads to
23 [T] highly modular, flexible, and reusable site architectures, shorter development
24 [T] time, and HTML and program code that is easier to understand and maintain.
25 [T] It is particularly well suited for team efforts.
26 [T] - blends the power and flexibility of Python with a simple template language
27 [T] that non-programmers can understand.
28 [T] - gives template writers full access to any Python data structure, module,
29 [T] function, object, or method in their templates.
30 [T] - makes code reuse easy by providing an object-orientated interface to templates
31 [T] that is accessible from Python code or other Cheetah templates. One template
32 [T] can subclass another and selectively reimplement sections of it.
33 [T] - provides a simple, yet powerful, caching mechanism that can dramatically
34 [T] improve the performance of a dynamic website.
35 [T] - compiles templates into optimized, yet readable, Python code.
37 [U] http://www.cheetahtemplate.org/
39 [A] The Cheetah Development Team
40 [M] The T2 Project <t2@t2-project.org>
50 [P] X -----5---9 200.000
52 [D] 74bba306205052c4359cbce01160b1a869047d8b6c3be25570667247 Cheetah-2.4.4.tar.gz http://pypi.python.org/packages/source/C/Cheetah/