The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bundle::Dotiac - Bundle Dotiac::DTL with all Addons

SYNOPSIS

 perl -MCPAN -e 'install Bundle::Dotiac'

CONTENTS

Dotiac::DTL - The main module

Dotiac::DTL::Addon::case_insensitive - Makes variables case insensitive

Dotiac::DTL::Addon::importloop - A loop that modifies the root namespace.

Dotiac::DTL::Addon::html_template - Renders HTML::Template templates with Dotiac

Dotiac::DTL::Addon::json - render data into json files, uses JSON.

Dotiac::DTL::Addon::jsonify - render to json (http://www.djangosnippets.org/snippets/1250/). Also uses JSON.

Dotiac::DTL::Addon::markup - Different markup text (django.contrib.markup), uses Text::Markdown amd Text::Textile.

Dotiac::DTL::Addon::unparsed - Don't parse the content of the unparsed tag.

DESCRIPTION

Installs Dotiac with all the known addons, this way Dotiac can render any valid template it encounters.

"Everything needed to render Django Templates in Perl"

AUTHOR

Marc Lucksch <perl@marc-s.de>