NAME
Template::Plugin::ForumCode - Template plugin for HTML::ForumCode
SYNOPSIS
Standard usage in a Template Toolkit file:
# load the TT module
[% USE ForumCode %]
# ForumCodify some text
[% ForumCode.forumcode('[b]bold[/u] [u]underlined[/u] [i]italic[/i]') %]
[% ForumCode.forumcode('**bold** __underlined__') %]
DESCRIPTION
This module provides the Template::Toolkit plugin for HTML::ForumCode.
ForumCode allows end-users (of a web-site) limited access to a set of HTML markup through a HTML-esque syntax.
MARKUP
For a full description of available markup please see HTML::ForumCode.
PUBLIC METHODS
new
Create a new instance of an HTML::ForumCode object.
SEE ALSO
HTML::ForumCode, Template::Toolkit, HTML::ForumCode::Cookbook
AUTHOR
Chisel Wright <chiselwright@users.berlios.de>
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.