NAME
XHTML::Mediawiki - Translate Wiki markup into xhtml
VERSION
Version 0.00
SYNOPSIS
use XHTML::Mediawiki;
my $mediawiki = XHTML::Mediawiki->new();
my $xhtm = $mediawiki->format($text);
DESCRIPTION
http://wikipedia.org/ and its sister projects use the PHP Mediawiki to format their pages. This module attempts to duplicate the Mediawiki formatting rules. Those formatting rules can be simple and easy to use, while providing more advanced options for the power user. They are also easy to translate into other, more complicated markup languages with this module.
The most important method is XHTML::Mediawiki::format()
.
It should be noted that this module is written as a replacement for XHTML::MediawikiFormat that expands on that modules functionality.