NAME
Template::Plugin::NoFollow - TT filter to add rel="nofollow" to all HTML links
SYNOPSIS
[% use NoFollow %]
...
[% FILTER nofollow %]
<a href="http://www.google.com/">Google</a>
[% END %]
...
[% text | nofollow %]
DESCRIPTION
Template::Plugin::NoFollow
is a filter plugin for TT, which adds rel="nofollow"
to all HTML links found in the filtered text.
AUTHOR
Graham TerMarsch <cpan@howlingfrog.com>
COPYRIGHT
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.