NAME

XHTML::MediaWiki - Translate Wiki markup into xhtml

SYNOPSIS

            use XHTML::MediaWiki;
            my $mediawiki = XHTML::MediaWiki->new( link_path => "http://example.com/base/" );
            my $xhtm = $mediawiki->format($text);

DESCRIPTION

http://www.mediawiki.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.

Constructors

Methods

Overridable Methods
The following methods can be overridden to change the functionality of the object.

        link takes 3 arguments the Link, any extra_text, and the type of the
        link;

        The type is true for footnotes.

ACKNOWLEDGEMENTS

This module is derived from Text::WikiFormat, written by chromatic.

AUTHOR

"G. Allen Morris III" <gam3@gam3.net>

COPYRIGHT

Copyright (C) 2008-2010 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.