|
NAMEpodtohtml - (DEPRECATED) convert POD documentation to HTMLSYNOPSISTHIS IS A DEPRECATED PROGRAM. See Pod::Simple::HTML instead. podtohtml [-bhqvIS] [-i index] [-d outdirectory] [-s sfx] <pods or directories of pods...> DESCRIPTIONTHIS IS A DEPRECATED PROGRAM."podtohtml" converts POD documentation to HTML. It is based on the generic Pod::Parser. It works by making two passes over the selected pods, the fisrt pass uses Pod::Links to pre-scan for L<> links and "=head1 NAME" sections, and then a second to build a tree of HTML::Elements for each POD and calling the "as_HTML" method on the resulting tree. The Generated HTML uses relative links. OPTIONSThe following command line options affect the behaviour:
EXAMPLESBuild HTML for all installed modules and associated scripts :podtohtml -I -S -d "/home/WWW/perl" -i "/home/WWW/perl/index.html" That takes rather a long time (22 minutes on my 60MHz SPARCStation10). Build HTML for unistalled Tk extension:podtohtml -d "/home/WWW/Tk8" -i /home/WWW/TkIndex.html ~/Tk8/pod BUGSTHIS IS A DEPRECATED PROGRAM. THESE BUGS WILL NOT BE FIXED.
SEE ALSOPod::Simple::HTMLAUTHORNick Ing-Simmons <nick@ni-s.u-net.com>
Visit the GSP FreeBSD Man Page Interface. |