NAME

Mediawiki::POD::HTML - a subclass to catch X keywords and =head lines

SYNOPSIS

use Mediawiki::POD::HTML;

my $parser = Mediawiki::POD::HTML->new();

my $html = $parser->parse_string_document($POD);

DESCRIPTION

Turns a given POD (Plain Old Documentation) into HTML code.

This subclass of Pod::Simple::HTML catches =head directives, and then allows you to assemble a TOC (table of contents) from the captured headlines.

METHODS

get_headlines()

Return all the captured headlines as an ARRAY ref.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms of the GPL.

See the LICENSE file for information.

AUTHOR

(c) by Tels bloodgate.com 2007

SEE ALSO

http://bloodgate.com/wiki/.