GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DocSet::Doc::POD2HTML(3) User Contributed Perl Documentation DocSet::Doc::POD2HTML(3)

"DocSet::Doc::POD2HTML" - POD source to HTML target converter

Implements an "DocSet::Doc" sub-class which converts a source document in POD, into an output document in HTML.

For the rest of the super class methods see "DocSet::Doc".
convert

documents using this class are rendered via "DocSet::Doc::POD2HTML::View::HTML", which is a subclass of "Pod::POM::View::HTML".

"view_head{1-4}()" are overridden to add the <a name> anchors next to the headers for proper hyperlinking.

view_seq_file() is overriden too. Here we search for the file relative to the location of the document and if we find it we link to it otherwise the default behaviour applies (the file path is turned into italics).

view_verbatim() is overriden: renders the <pre>...</pre> html, but defines a CSS class "pre-section" so the look-n-feel can be adjusted.

The following rendering methods: anchor() and view_seq_link_transform_path() are defined in the "DocSet::Doc::Common" class and documented there.

Stas Bekman <stas (at) stason.org>
2005-09-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.