NAME
Parrot::Docs::HTMLPage - HTML Documentation Page
DESCRIPTION
Parrot::Docs::HTMLPage gives Parrot documentation pages the Parrot house-style.
This just provides header() and footer() class methods for now,
to prevent code being duplicated in Parrot::Docs::POD2HTML and Parrot::Docs::Section.
Class Methods
header($title, $navigation, $resources)
Returns the page header with the specified title and navigation bar.
footer($navigation, $resources)
Returns the page footer.
$resources should be the relative path from the page to docs/resources,
the image and CSS file directory.
$navigation is currently unused.$resources should be the relative path from the page to docs/resources,
the image and CSS file directory.