man HTML::WikiConverter::TikiWiki () - HTML-to-wiki conversion rules for TikiWiki

NAME

HTML::WikiConverter::TikiWiki - HTML-to-wiki conversion rules for TikiWiki

SYNOPSIS

  use HTML::WikiConverter;
  my $wc = new HTML::WikiConverter( dialect => 'TikiWiki' );
  print $wc->html2wiki( $html );

DESCRIPTION

This module contains rules for converting HTML into TikiWiki markup. See HTML::WikiConverter for additional usage details.

Formatting rule documentation:

  * Markup: http://doc.tikiwiki.org/tiki-index.php?page_ref_id=268
  * Images: http://doc.tikiwiki.org/tiki-index.php?page_ref_id=277
  * Links:  http://doc.tikiwiki.org/tiki-index.php?page_ref_id=270

Unsupported formatting rules:

  * text boxes

AUTHOR

David J. Iberri <diberri@cpan.org>

COPYRIGHT

Copyright (c) 2005 David J. Iberri

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

See http://www.perl.com/perl/misc/Artistic.html