RTFM::Extension::ArticleTemplates - turns articles into dynamic templates.


RTFM-Extension-ArticleTemplates documentation  | view source Contained in the RTFM-Extension-ArticleTemplates distribution.

Index


NAME

Top

RTFM::Extension::ArticleTemplates - turns articles into dynamic templates.

DESCRIPTION

Top

When this extension is installed RTFM parses content of articles as a template using Text::Template module. Using this extension you can make your articles dynamic. Text::Template module is used to parse RT's Templates as well and its syntax is pretty simple - you can consult RT docs/wiki or module's documentation.

VERY IMPORTANT

Top

It's a SECURITY RISK to install this extension on systems where articles can be changed by not trusted users. You're warned!

Your articles may contain some text that looks like a template and will be parsed after installation when it's actually is not valid template.

INSTALLATION

Top

This extension requires RTFM 2.2.2 at least. To install it run the following commands:

    perl Makefile.PL
    make
    make install

Set @Plugins option if you're using RT 3.8.1 or newer.

AUTHOR

Top

Kevin Falcone <falcone@bestpractical.com> Ruslan Zakirov <ruz@bestpractical.com>

LICENCE AND COPYRIGHT

Top


RTFM-Extension-ArticleTemplates documentation  | view source Contained in the RTFM-Extension-ArticleTemplates distribution.