Changes for version 0.6
- Fixed bug in {% url %} with autoescaping Added example (blog.pl) Added Test::Pod::Coverage Made Test::Pod::Coverage not fail. Fixed bugs in META.yml Added version to every module.
Modules
Run Django Templates in Perl
Manages Dotiac::DTL-addons.
Stores a Django template comment tag.
Stores a compiled Django template.
Common functions for Dotiac::DTL and Dotiac::DTL::Reduced
Filters for variables
The default Django/Dotiac parser
Dotiac::DTL without the parser.
Terminates a template list
The {% autoescape [on/off] %} tag
The {% block NAME %} tag
The {% comment %} tag
The {% cycle CYCLENAME | VAR1 VAR2 VAR3 VAR4... [as CYCLENAME] %} tag
The {% debug %} tag
The {% extends FILE %} tag
The {% filter FILTER1[|FILTER2[|FILTER3[|...]]] %} tag
The {% firstof VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] %} tag
The {% for VARIABLE1[|VARIABLE2[|VARIABLE3[|...]]] in VARIABLE %} tag
The {% if [not ]VARIABLE1[ or [not ]VARIABLE2[ or ..]]|[and [not ]VARIABLE2[ and ..]] %} tag
The {% ifchanged [VARIABLE] %} tag
The {% ifequal VARIABLE1 VARIABLE2 %} tag
The {% ifnotequal VARIABLE1 VARIABLE2 %} tag
The {% include FILE %} tag
The {% load NAME %} tag
The {% now FORMAT %} tag
The {% regroup LIST by PROPERTY as NEWVARIABLE %} tag
The {% spaceless %} tag
The {% ssi FILE [parsed] %} tag
The {% templatetag openblock|closeblock|openvariable|closevariable|openbrace|closebrace|opencomment|closecomment %} tag
The {% url PATH,[PATH,[...],[PARAMETER=VALUE,[PARAMETER=VALUE,[..]]] [as VAR] %} tag
The {% widthratio CURRENTVALUE MAXVALUE CONSTANT %} tag
The {% with VARIABLE as NEWVARIABLENAME %} tag
A Dotiac/Django template.
Saves Dotiac::DTL-value.
Stores a Django template variable tag.
Examples
- examples/README
- examples/cgi-bin/ConfigPathes.pm
- examples/cgi-bin/DataAccess.pm
- examples/cgi-bin/blog.pl
- examples/persistent/blog_comments
- examples/persistent/blog_entry
- examples/templates/blog.html
- examples/templates/blog_base.html
- examples/templates/blog_error.html
- examples/templates/blog_new.html
- examples/templates/blog_view.html
- examples/templates/redirect.html