Template Toolkit: Difference between revisions
John Bessa (talk | contribs) |
m clean up, References after punctuation per WP:REFPUNC and WP:CITEFOOT using AWB (8792) |
||
Line 3: | Line 3: | ||
TT is used as a templating system for various Perl application frameworks, including the [[Catalyst MVC Framework]], [[CGI::Application]] and the [[Maypole framework]]. |
TT is used as a templating system for various Perl application frameworks, including the [[Catalyst MVC Framework]], [[CGI::Application]] and the [[Maypole framework]]. |
||
The Template Toolkit was written by [[Andy Wardley]]. The "prototype" for TT (the Text::MetaText Perl module) was released in 1996. The first version of TT proper was released in 1999. Version 2.00 was released in 2001. A Version 3 was in development<ref>http://tt3.template-toolkit.org/</ref> |
The Template Toolkit was written by [[Andy Wardley]]. The "prototype" for TT (the Text::MetaText Perl module) was released in 1996. The first version of TT proper was released in 1999. Version 2.00 was released in 2001. A Version 3 was in development,<ref>http://tt3.template-toolkit.org/</ref> but was last touched in January 2010<ref>{{Cite web|url=https://github.com/abw/Template-TT3|title=GitHub repository abw/Template-TT3|accessdate=13 October 2011}}</ref> |
||
==External links== |
==External links== |
Revision as of 10:51, 11 December 2012
The Template Toolkit (TT) is a template engine used primarily for building web sites, but is also suitable for creating any type of digital document, such as a PDF or LaTeX file. Template Toolkit is based on a mini-language and does not allow direct Perl in its templates by default, unlike some competing products (e.g. Mason). This forces developers to separate business logic into Perl libraries, leaving only presentation logic in their templates. It is written in Perl, with some popular accessories in C. It is released under a free software licence (Perl Artistic Licence or GPL).
TT is used as a templating system for various Perl application frameworks, including the Catalyst MVC Framework, CGI::Application and the Maypole framework.
The Template Toolkit was written by Andy Wardley. The "prototype" for TT (the Text::MetaText Perl module) was released in 1996. The first version of TT proper was released in 1999. Version 2.00 was released in 2001. A Version 3 was in development,[1] but was last touched in January 2010[2]
External links
- Template Toolkit Web Site
- Template Toolkit on the CPAN
- Perl Template Toolkit book (ISBN 0-596-00476-1)
- Andy Wardley's Template Toolkit Web page
- C# port of TT
- Eclipse plugin
References
- ^ http://tt3.template-toolkit.org/
- ^ "GitHub repository abw/Template-TT3". Retrieved 13 October 2011.