Template-Plugin-WikiFormat
==========================

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 L<Text::WikiFormat>, i.e.
C<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).

See http://search.cpan.org/~abw/Template-Toolkit/lib/Template/Manual/Directives.pod

DEPENDENCIES

The distribution requires the following modules:

 Template
 Template::Plugin::Filter
 Text::WikiFormat

For testing purposes, the following modules are desirable, but not essential:

 Pod::Coverage
 Test::CPAN::Meta
 Test::CPAN::Meta::JSON
 Test::Pod
 Test::Pod::Coverage

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

If you are on a windows box you should use 'nmake' rather than 'make'.

BUGS, PATCHES & FIXES

There are no known bugs at the time of this release. However, if you spot a
bug or are experiencing difficulties that are not explained within the POD
documentation, please submit a bug to the RT system (see link below). However,
it would help greatly if you are able to pinpoint problems or even supply a
patch.

Fixes are dependent upon their severity and my availability. Should a fix not
be forthcoming, please feel free to (politely) remind me by sending an email
to [email protected] .

RT: http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-WikiFormat

AUTHOR

 Original Author: Ivor Williams (RIP)          2008-2009
 Current Maintainer: Barbie <[email protected]>  2009-2015

COPYRIGHT AND LICENSE

 Copyright � 2008-2009 Ivor Williams
 Copyright � 2009-2015 Barbie for Miss Barbell Productions.

This distribution is free software; you can redistribute it and/or
modify it under the Artistic License v2.