NAME
HTML::WikiConverter::Txt2tags - Convert HTML to Txt2tags markup
SYNOPSIS
use HTML::WikiConverter;
my $wc = new HTML::WikiConverter( dialect => 'Txt2tags' );
print $wc->html2wiki( $html );
or
html2wiki --dialect Txt2tags file.html
or
curl --silent http://theody.net/elements.html | html2wiki --dialect Txt2tags > elements.t2t
DESCRIPTION
This module contains rules for converting HTML into Txt2tags markup. See HTML::WikiConverter for additional usage details.
See http://www.txt2tags.org for more information on Txt2tags.
AUTHOR
Eric Forgeot <eforgeot@cpan.org>
, based on David J. Iberri's work
BUGS
Please report any bugs or feature requests through the web interface at https://code.google.com/p/txt2tags/issues/list.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HTML::WikiConverter::Txt2tags
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-WikiConverter-Txt2tags
Search CPAN
COPYRIGHT & LICENSE
Based on the DokuWiki.pm converter. Many thanks to David J. Iberri, <diberri at cpan.org>
for writing HTML::WikiConverter.
Copyright 2006 David J. Iberri, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.