NAME

Template::Plugin::HtmlToText - Plugin interface to HTML::FormatText

VERSION

Version 0.01

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

[% USE HtmlToText %]

# or use text2html FILTER
[% myhtml FILTER html2text(leftmargin => 0, rightmargin => 50) %]

DESCRIPTION

This plugin provides an interface to the HTML::FormatText module which format HTML as plaintext.

AUTHOR

Fayland Lam, <fayland>

COPYRIGHT & LICENSE

Copyright 2006 Fayland Lam, all rights reserved.

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