CheetahTemplate: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Unreferenced}}
PakisOne (talk | contribs)
No edit summary
 
(25 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{unreferenced|date=November 2014}}
{{refimprove|date=May 2017}}
{{ Infobox Software
'''Cheetah''' (or '''CheetahTemplate''') is a [[template engine (web)| template engine]] that uses the [[Python (programming language)|Python programming language]]. It can be used standalone or combined with other tools and frameworks. It is often used for [[server-side scripting]] and [[dynamic web content]] by generating [[HTML]], but can also be used to [[Automatic programming|generate source code]]. Cheetah is [[Free software|free]]/[[open-source software]] licensed under the [[MIT License]].
| name = CheetahTemplate
| logo =
| screenshot =
| caption =
| collapsible =
| author = Tavis Rudd
| developer = Oleg Broytman
| released = {{Start date and age|2001|06}}<ref name=Cheetah095>{{cite web | last=Rudd | first=Tavis | title=0.9.5 | url=https://sourceforge.net/p/cheetahtemplate/mailman/message/4670286/ | publisher=CheetahTemplate | date=June 10, 2001}}</ref>
| latest release version = 3.3.3
| latest release date = {{Start date and age|2023|10|22}}
| latest preview version = 3.3.4a0
| latest preview date = {{Start date and age|2023|10|22}}
| operating system = [[Cross-platform]]
| size =
| programming language = [[Python (programming language)|Python]]
| genre = [[Template processor]]
| license = [[MIT License]]
| website = {{url|https://cheetahtemplate.org/}}
}}
'''Cheetah''' (or '''CheetahTemplate''') is a [[template processor|template engine]] that uses the [[Python (programming language)|Python programming language]]. It can be used standalone or combined with other tools and frameworks. It is often used for [[server-side scripting]] and [[dynamic web content]] by generating [[HTML]], but can also be used to [[Automatic programming|generate source code]]. Cheetah is [[Free software|free]]/[[open-source software]] licensed under the [[MIT License]].


[[Templating engine]]s encourage clean separation of content, graphic design, and program code. This leads to more modular, flexible, and reusable site architectures, shorter development time, and code that is easier to understand and maintain. Cheetah compiles templates into optimized, yet readable, Python code. It gives template authors full access to any Python data and functionality, while providing a way for administrators to selectively restrict access to Python when needed.
Templating engines encourage clean separation of content, graphic design, and program code. This leads to more modular, flexible, and reusable site architectures, shorter development time, and code that is easier to understand and maintain. Cheetah compiles templates into optimized, yet readable, Python code. It gives template authors full access to any Python data, and functionality, while providing a way for administrators to selectively restrict access to Python when needed.


Cheetah is included in the [[FreeBSD Ports|FreeBSD Ports collection]] and several [[Linux]] distributions: [[Gentoo Linux|Gentoo]], [[Fedora (operating system)|Fedora]], [[Debian]], and [[Ubuntu Linux|Ubuntu]] among others.
Cheetah is included in the [[FreeBSD Ports|FreeBSD Ports collection]] and several [[Linux]] distributions: [[Gentoo Linux|Gentoo]], [[Fedora (operating system)|Fedora]], [[Debian]], and [[Ubuntu Linux|Ubuntu]] among others.

==References==
{{Reflist}}


== External links ==
== External links ==
* [http://www.cheetahtemplate.org/ Cheetah official website]
* {{Official|www.cheetahtemplate.org}}
* [http://www.onlamp.com/pub/a/python/2005/01/13/cheetah.html ONLamp.com tutorial]
* [http://www.onlamp.com/pub/a/python/2005/01/13/cheetah.html ONLamp.com tutorial] {{Webarchive|url=https://web.archive.org/web/20060616060947/http://www.onlamp.com/pub/a/python/2005/01/13/cheetah.html |date=2006-06-16 }}
* [http://www.devshed.com/c/a/Python/Templating-with-Cheetah Dev Shed tutorial]
* [https://web.archive.org/web/20060613025542/http://www.devshed.com/c/a/Python/Templating-with-Cheetah/ Dev Shed tutorial]


{{web-software-stub}}


[[Category:Free system software]]
[[Category:Free system software]]
[[Category:Free software programmed in Python]]
[[Category:Free software programmed in Python]]
[[Category:Python_software]]
[[Category:Python (programming language) software]]
[[Category:Python libraries]]
[[Category:Python (programming language) libraries]]
[[Category:Scripting languages]]
[[Category:Scripting languages]]
[[Category:Template engines]]
[[Category:Template engines]]


{{web-software-stub}}

Latest revision as of 15:45, 12 January 2024

CheetahTemplate
Original author(s)Tavis Rudd
Developer(s)Oleg Broytman
Initial releaseJune 2001; 23 years ago (2001-06)[1]
Stable release
3.3.3 / October 22, 2023; 7 months ago (2023-10-22)
Preview release
3.3.4a0 / October 22, 2023; 7 months ago (2023-10-22)
Written inPython
Operating systemCross-platform
TypeTemplate processor
LicenseMIT License
Websitecheetahtemplate.org

Cheetah (or CheetahTemplate) is a template engine that uses the Python programming language. It can be used standalone or combined with other tools and frameworks. It is often used for server-side scripting and dynamic web content by generating HTML, but can also be used to generate source code. Cheetah is free/open-source software licensed under the MIT License.

Templating engines encourage clean separation of content, graphic design, and program code. This leads to more modular, flexible, and reusable site architectures, shorter development time, and code that is easier to understand and maintain. Cheetah compiles templates into optimized, yet readable, Python code. It gives template authors full access to any Python data, and functionality, while providing a way for administrators to selectively restrict access to Python when needed.

Cheetah is included in the FreeBSD Ports collection and several Linux distributions: Gentoo, Fedora, Debian, and Ubuntu among others.

References[edit]

  1. ^ Rudd, Tavis (June 10, 2001). "0.9.5". CheetahTemplate.

External links[edit]