NAME
XHTML::MediaWiki - Translate Wiki markup into xhtml
VERSION
Version 0.05
SYNOPSIS
use XHTML::MediaWiki;
my $mediawiki = XHTML::MediaWiki->new();
my $xhtm = $mediawiki->format($text);
DESCRIPTION
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.
AUTHOR
"G. Allen Morris III"
COPYRIGHT
Copyright (C) 2008 G. Allen Morris III, all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.