% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
FS::Misc::Pod2Html
Generate HTML from POD Documentation
Usage:
use FS::Misc::Pod2Html 'fs_pod2html'; fs_pod2html( '/output/directory' );
Also:
perl -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html('/tmp/pod2html');"
Generates Freeside-themed HTML docuemtnation from installed perl modules
Generate Freeside-themed HTML documentation from a Freeside source tree
Will fail, unless run with CWD at the root of the Freesidse source tree
Generate Freeside-themed HTML documentation, scanning the provided directories
Inline::Pod::Simple::Search
Subclass of Pod::Simple::Search
Enable searching for POD in all files instead of just .pl and .pm
Inline::Pod::Simple::HTML
Subclass of Pod::Simple::HTML
Customize parsed HTML output