HTML::Template::Pro::Extension README File

Introduction

This module extends HTML::Template::Pro to easily support methods and tags not implemented in parent module. Piece of code needed to add new tags syntax and new functionality are called plugins.

All plugins can be dynamically loaded for supporing needed syntax and functionality. All dynamic plugins live in the HTML::Template::Extension namespace and you can built your own extension to support you prefered tags and functionality.

A plugin named DO_NOTHING is present in this package and can be use like a skeleton to built your own plugin. DO_NOTHING, as name says, add nothing to standard HTML::Template::Extension but there are other plugins just available:

Installation

0. Prerequisites:

More info

Have a look to

http://www.ebruni.it/en/software/perl/cpan/html/template/extension/index.htm to have more info about this module.

Disclaimer


*** This is beta software -- use at your own risks ***

--
Bruni Emiliano <info AT ebruni DOT it>
2005-08-16