The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

AUTHOR

Eric Forgeot, 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.

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.