| This Release | Template-Toolkit-2.13 | [Download] [Browse] | 30 Jan 2004 | |||
| Latest Release | Template-Toolkit-2.24 | [Download] [Browse] | 07 Feb 2012 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (42) ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | PASS (13) FAIL (6) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(21 Reviews)
[ Rate this distribution ]
| |||||
| License | Unknown | |||||
| Special Files |
|
|||||
| Template | Front-end module to the Template Toolkit | 2.13 | |
| Template::Base | Base class module implementing common functionality | 2.69 | |
| Template::Config | Factory module for instantiating other TT2 modules | 2.67 | |
| Template::Constants | Defines constants for the Template Toolkit | 2.67 | |
| Template::Context | Runtime context in which templates are processed | 2.89 | |
| Template::Directive | 2.18 | ||
| Template::Document | Compiled template document object | 2.71 | |
| Template::Exception | Exception handling class module | 2.64 | |
| Template::Filters | Post-processing filters for template blocks | 2.77 | |
| Template::Grammar | 2.22 | ||
| Template::Iterator | Data iterator used by the FOREACH directive | 2.64 | |
| Template::Namespace::Constants | Compile time constant folding | 1.22 | |
| Template::Parser | LALR(1) parser for compiling template documents | 2.81 | |
| Template::Plugin | Base class for Template Toolkit plugins | 2.65 | |
| Template::Plugin::Autoformat | Interface to Text::Autoformat module | 2.64 | |
| Template::Plugin::CGI | Interface to the CGI module | 2.64 | |
| Template::Plugin::DBI | Template interface to the DBI module | 2.62 | |
| Template::Plugin::Datafile | Plugin to construct records from a simple data file | 2.66 | |
| Template::Plugin::Date | Plugin to generate formatted date strings | 2.71 | |
| Template::Plugin::Directory | Plugin for generating directory listings | 2.64 | |
| Template::Plugin::Dumper | Plugin interface to Data::Dumper | 2.64 | |
| Template::Plugin::File | Plugin providing information about files | 2.64 | |
| Template::Plugin::Filter | Base class for plugin filters | 1.30 | |
| Template::Plugin::Format | Plugin to create formatting functions | 2.64 | |
| Template::Plugin::GD::Constants | Interface to GD module constants | 1.55 | |
| Template::Plugin::GD::Graph::area | Create area graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::bars | Create bar graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::bars3d | Create 3D bar graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::lines | Create line graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::lines3d | Create 3D line graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::linespoints | Create line/point graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::mixed | Create mixed graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Graph::pie | Create pie charts with legends | 1.55 | |
| Template::Plugin::GD::Graph::pie3d | Create 3D pie charts with legends | 1.55 | |
| Template::Plugin::GD::Graph::points | Create point graphs with axes and legends | 1.57 | |
| Template::Plugin::GD::Image | Interface to GD Graphics Library | 1.55 | |
| Template::Plugin::GD::Polygon | Interface to GD module Polygon class | 1.55 | |
| Template::Plugin::GD::Text | Text utilities for use with GD | 1.55 | |
| Template::Plugin::GD::Text::Align | Draw aligned strings in GD images | 1.55 | |
| Template::Plugin::GD::Text::Wrap | Break and wrap strings in GD images | 1.55 | |
| Template::Plugin::HTML | Plugin to create HTML elements | 2.56 | |
| Template::Plugin::Image | Plugin access to image sizes | 1.13 | |
| Template::Plugin::Iterator | Plugin to create iterators (Template::Iterator) | 2.62 | |
| Template::Plugin::Pod | Plugin interface to Pod::POM (Pod Object Model) | 2.62 | |
| Template::Plugin::Procedural | Base class for procedural plugins | 1.11 | |
| Template::Plugin::String | Object oriented interface for string manipulation | 2.33 | |
| Template::Plugin::Table | Plugin to present data in a table | 2.64 | |
| Template::Plugin::URL | Plugin to construct complex URLs | 2.64 | |
| Template::Plugin::View | Plugin to create views (Template::View) | 2.63 | |
| Template::Plugin::Wrap | Plugin interface to Text::Wrap | 2.63 | |
| Template::Plugin::XML::DOM | Plugin interface to XML::DOM | 2.6 | |
| Template::Plugin::XML::RSS | Plugin interface to XML::RSS | 2.64 | |
| Template::Plugin::XML::Simple | Plugin interface to XML::Simple | 2.63 | |
| Template::Plugin::XML::Style | Simple XML stylesheet transfomations | 2.34 | |
| Template::Plugin::XML::XPath | Plugin interface to XML::XPath | 2.69 | |
| Template::Plugins | Plugin provider module | 2.70 | |
| Template::Provider | Provider module for loading/compiling templates | 2.79 | |
| Template::Service | General purpose template processing service | 2.75 | |
| Template::Stash | Magical storage for template variables | 2.85 | |
| Template::Stash::Context | Experimetal stash allowing list/scalar context definition | 1.58 | |
| Template::Stash::XS | Experimetal high-speed stash written in XS | ||
| Template::Test | Module for automating TT2 test scripts | 2.69 | |
| Template::View | customised view of a template processing context | 2.09 |
| Template::FAQ | Frequently Asked Questions about the Template Toolkit  |
| Template::Library::HTML | Template library for building basic HTML pages  |
| Template::Library::PostScript | Template library for generating PostScript  |
| Template::Library::Splash | Template library for building stylish HTML user interfaces  |
| Template::Manual | User guide and reference manual for the Template Toolkit  |
| Template::Manual::Config | Configuration options  |
| Template::Manual::Credits | Author and contributor credits  |
| Template::Manual::Directives | Template directives  |
| Template::Manual::Filters | Standard filters  |
| Template::Manual::Internals | Template Toolkit internals  |
| Template::Manual::Intro | Introduction to the Template Toolkit  |
| Template::Manual::Plugins | Standard plugins  |
| Template::Manual::Refs | Related modules, projects and other resources  |
| Template::Manual::Syntax | Directive syntax, structure and semantics  |
| Template::Manual::VMethods | Virtual Methods  |
| Template::Manual::Variables | Template variables and code bindings  |
| Template::Manual::Views | Template Toolkit views (experimental)  |
| Template::Modules | Core modules comprising the Template Toolkit  |
| Template::Tools::tpage | Process templates from command line  |
| Template::Tools::ttree | Process entire directory trees of templates  |
| Template::Tutorial | Template Toolkit Tutorials  |
| Template::Tutorial::Datafile | Creating Data Output Files Using the Template Toolkit  |
| Template::Tutorial::Web | Generating Web Content Using the Template Toolkit  |