Categories
dTemplate
dTemplate is a flexible template system. It can generate HTML or newsletters, etc., and is similar to the CGI::FastTemplate system in that it separates the code from the design.
You can define only one kind of template variable (placeholder), but you can assign anything you want to it, even an unnamed subroutine, which can parse other templates. You can define a template parse tree this way. Advanced features include printf formatting of template variables (for statistic generation), transparent handling of multiple styles of a template (for multi-language sites or skinned web-pages), and encoders (uri_encoder and html_encoder). You can write template-parsing routines in the same way the templates are structured logically: starting from the biggest and going to the smallest.
Last updated 23 Sep, 2009
Versions
2.4.1
2.4.1 stable released 2005-01-29
- Released: 29 Jan, 2005
- Code Maturity: Stable
- Source Archive: http://hacks.dlux.hu/dTemplate/download/dTempla...
- Licenses: Perl
- Interfaces: X Window System




