| Project Name | Template Toolkit |
| Category | Web templating |
| Programming Language | Perl |
| Project Home Page | http://www.template-toolkit.org/ |
| License(s) | GNU General Public License (GPL) |
| License URL(s) | http://www.gnu.org/copyleft/gpl.html |
| Tags (edit) | html, presentation, template, web |
The Template Toolkit is a fast, powerful and easily extensible template processing system written in Perl with certain key elements coded in C for maximum speed. It is ideally suited (but not limited) to the creation of static and dynamic web content, and incorporates various modules and tools to simplify this process. The Toolkit is highly portable, with minimal dependencies or restrictions on how and where it can be used. It is robust, reliable, well documented and freely available as Open Source.
Features
- Fast, powerful and extensible template processing system.
- Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals, loops.
- Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch' statement, and more.
- Full support for complex Perl data types such as hashes, lists, objects and sub-routine references.
- Clear separation of concerns between user interface (templates), application code (Perl objects/sub-routines) and data (Perl data).
- Programmer-centric back end, allowing application logic and data structures to be built in Perl.
- Designer-centric front end, hiding underlying complexity behind simple variable access.
- Templates are compiled to Perl code for maximum runtime efficiency and performance. Compiled templates are cached and can be written to disk in " compiled form" (e.g. Perl code) to achieve cache persistance.
- Well suited to online dynamic web content generation (e.g. Apache/mod_perl).
- Also has excellent support for offline batch processing for generating static pages (e.g. HTML, POD, LaTeX, PostScript, plain text) from source templa tes.
- Comprehensive documentation including tutorial and reference manuals.
- Fully Open Source and Free
Similar Projects (edit)
Reviews
Be the first person to review this project!
User tips
Related books
| Title | Authors |
|---|---|
| Perl Template Toolkit | Darren Chamberlain et al. |
Last modified on 2005-09-15 07:53:49.768 (rel. 5).
