HTML::WikiConverter::Oddmuse 0.52 review

Download
by rbytes.net on

HTML::WikiConverter::Oddmuse is a Perl module that can convert HTML to Oddmuse markup. SYNOPSIS use HTML::WikiConverter; m

License: Perl Artistic License
File size: 6K
Developer: David J. Iberri
0 stars award from rbytes.net

HTML::WikiConverter::Oddmuse is a Perl module that can convert HTML to Oddmuse markup.

SYNOPSIS

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

This module contains rules for converting HTML into Oddmuse markup. This dialect module supports most of Oddmuse's text formatting rules described at [1], notably:

* bold, strong, italic, emphasized, and underlined text
* paragraph blocks
* external images
* internal and external links
* unordered and ordered lists
* tables [2]

[1] http://www.oddmuse.org/cgi-bin/wiki/Text_Formatting_Rules
[2] http://www.oddmuse.org/cgi-bin/wiki/Table_Markup_Extension

Requirements:
Perl

HTML::WikiConverter::Oddmuse 0.52 keywords