Ivor Williams > Template-Plugin-WikiFormat-0.03 > Template::Plugin::WikiFormat

Download:
Template-Plugin-WikiFormat-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source   Latest Release: Template-Plugin-WikiFormat-0.04

NAME ^

Template::Plugin::WikiFormat - TT wrapper for Text::WikiFormat

SYNOPSIS ^

  [% USE WikiFormat %]
  [% FILTER $WikiFormat %]
  ...
  [% END %]

DESCRIPTION ^

This is a plugin used for wiki rendering inside Template Toolkit.

Parameters may be passed in through the USE directive, e.g.

  [% USE WikiFormat prefix = "http://www.mysite.com/?page=" %]

This provides the 4 options supported by Text::WikiFormat, i.e. prefix, extended, implicit_links, absolute_links, and the special option global_replace, which takes an array of arrays of from and to strings. The output from Text::WikiFormat is post processed by replacing each from regexp with the to regexp. Anything else passed in is interpreted as a tag (see the Gory Details section).

filter

Accepts the wiki text to be rendered, and context. The tags and options are passed in through the context. See Template::Plugin::Filter.

BUGS ^

Please use http://rt.cpan.org for reporting any bugs.

AUTHOR ^

    Ivor Williams
    CPAN ID: IVORW
    spamless@nowhere.com
    .

COPYRIGHT ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO ^

Text::WikiFormat