Dotiac 0.8 Latest
Files
- Changes
- LICENSE
- MANIFEST
- META.yml
- Makefile.PL
- README
- 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
- lib/Dotiac/DTL.pm
- lib/Dotiac/DTL/Addon.pm
- lib/Dotiac/DTL/Comment.pm
- lib/Dotiac/DTL/Compiled.pm
- lib/Dotiac/DTL/Core.pm
- lib/Dotiac/DTL/Filter.pm
- lib/Dotiac/DTL/Parser.pm
- lib/Dotiac/DTL/Reduced.pm
- lib/Dotiac/DTL/Tag.pm
- lib/Dotiac/DTL/Tag/autoescape.pm
- lib/Dotiac/DTL/Tag/block.pm
- lib/Dotiac/DTL/Tag/comment.pm
- lib/Dotiac/DTL/Tag/cycle.pm
- lib/Dotiac/DTL/Tag/debug.pm
- lib/Dotiac/DTL/Tag/extends.pm
- lib/Dotiac/DTL/Tag/filter.pm
- lib/Dotiac/DTL/Tag/firstof.pm
- lib/Dotiac/DTL/Tag/for.pm
- lib/Dotiac/DTL/Tag/if.pm
- lib/Dotiac/DTL/Tag/ifchanged.pm
- lib/Dotiac/DTL/Tag/ifequal.pm
- lib/Dotiac/DTL/Tag/ifnotequal.pm
- lib/Dotiac/DTL/Tag/include.pm
- lib/Dotiac/DTL/Tag/load.pm
- lib/Dotiac/DTL/Tag/now.pm
- lib/Dotiac/DTL/Tag/regroup.pm
- lib/Dotiac/DTL/Tag/spaceless.pm
- lib/Dotiac/DTL/Tag/ssi.pm
- lib/Dotiac/DTL/Tag/templatetag.pm
- lib/Dotiac/DTL/Tag/url.pm
- lib/Dotiac/DTL/Tag/widthratio.pm
- lib/Dotiac/DTL/Tag/with.pm
- lib/Dotiac/DTL/Template.pm
- lib/Dotiac/DTL/Value.pm
- lib/Dotiac/DTL/Variable.pm
- t/0_basic_markup.t
- t/1_basic_tags.t
- t/1_tag_now.t
- t/1_tag_ssi.t
- t/2_basic_filters.t
- t/4_pod.t
- t/4_pod_coverage.t
- t/5_bugs.t
- t/6_reduced_compiled.t
- t/7_special.t
- t/7_special_noload.t
- t/7_special_reparse.t
- t/8_old.t
- t/9_undoc_behavior.t
- t/Dotiac/DTL/Addon/customtext.pm
- t/Dotiac/DTL/Addon/unparsed.pm
- t/Dotiac/DTL/Tag/unparsed.pm
- t/Dtest.pm
- t/comments.html
- t/datastructures.html
- t/dir/inc.html
- t/dir/subinc.html
- t/filter_add.html
- t/filter_addslashes.html
- t/filter_capfirst.html
- t/filter_center.html
- t/filter_cut.html
- t/filter_date.html
- t/filter_default.html
- t/filter_default_if_none.html
- t/filter_dictsort.html
- t/filter_dictsortreversed.html
- t/filter_divisibleby.html
- t/filter_escape.html
- t/filter_escapejs.html
- t/filter_filesizeformat.html
- t/filter_first.html
- t/filter_fix_ampersands.html
- t/filter_floatformat.html
- t/filter_force_escape.html
- t/filter_get_digit.html
- t/filter_iriencode.html
- t/filter_join.html
- t/filter_last.html
- t/filter_length.html
- t/filter_length_is.html
- t/filter_linebreaks.html
- t/filter_linebreaksbr.html
- t/filter_linenumbers.html
- t/filter_ljust.html
- t/filter_lower.html
- t/filter_make_list.html
- t/filter_phone2numeric.html
- t/filter_pluralize.html
- t/filter_pprint.html
- t/filter_random.html
- t/filter_removetags.html
- t/filter_rjust.html
- t/filter_safe.html
- t/filter_slice.html
- t/filter_slugify.html
- t/filter_stringformat.html
- t/filter_striptags.html
- t/filter_time.html
- t/filter_timesince.html
- t/filter_timeuntil.html
- t/filter_title.html
- t/filter_truncatewords.html
- t/filter_truncatewords_html.html
- t/filter_unordered_list.html
- t/filter_upper.html
- t/filter_urlencode.html
- t/filter_urlize.html
- t/filter_urlizetrunc.html
- t/filter_wordcount.html
- t/filter_wordwrap.html
- t/filter_yesno.html
- t/inc_more.html
- t/inc_more2.html
- t/inc_var.html
- t/justtext.html
- t/old_cycle.html
- t/special_unparsed.html
- t/special_unparsed_noload.html
- t/statics.html
- t/tag_autoescape.html
- t/tag_block.html
- t/tag_comment.html
- t/tag_cycle.html
- t/tag_cycle_for.html
- t/tag_cycle_for2.html
- t/tag_cycle_for3.html
- t/tag_cycle_for4.html
- t/tag_debug.html
- t/tag_extends.html
- t/tag_extends_var.html
- t/tag_filter.html
- t/tag_filter_bug.html
- t/tag_firstof.html
- t/tag_for_array.html
- t/tag_for_array2.html
- t/tag_for_array3.html
- t/tag_for_array4.html
- t/tag_for_hash.html
- t/tag_for_hash2.html
- t/tag_for_hash3.html
- t/tag_for_hash4.html
- t/tag_for_nested.html
- t/tag_for_vars.html
- t/tag_if.html
- t/tag_if2.html
- t/tag_if_and.html
- t/tag_if_or.html
- t/tag_if_true.html
- t/tag_ifchanged.html
- t/tag_ifchanged_else.html
- t/tag_ifchanged_var.html
- t/tag_ifchanged_var_else.html
- t/tag_ifequal.html
- t/tag_ifnotequal.html
- t/tag_include.html
- t/tag_load.html
- t/tag_now.html
- t/tag_regroup.html
- t/tag_regroup2.html
- t/tag_spaceless.html
- t/tag_ssi.html
- t/tag_ssi_static.html
- t/tag_templatetags.html
- t/tag_url.html
- t/tag_widthratio.html
- t/tag_with.html
- t/test_include.html.pm
- t/undoc_cycle.html
- t/variables.html
- t/variables1.html
- t/variables2.html
- t/variables3.html