The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

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.