Query: pod::pseudopod::html
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::PseudoPod::HTML(3pm) User Contributed Perl Documentation Pod::PseudoPod::HTML(3pm)NAMEPod::PseudoPod::HTML -- format PseudoPod as HTMLSYNOPSISuse Pod::PseudoPod::HTML; my $parser = Pod::PseudoPod::HTML->new(); ... $parser->parse_file('path/to/file.pod');DESCRIPTIONThis class is a formatter that takes PseudoPod and renders it as wrapped html. This is a subclass of Pod::PseudoPod and inherits all its methods.METHODSadd_body_tags $parser->add_body_tags(1); $parser->parse_file($file); Adds beginning and ending "<html>" and "<body>" tags to the formatted document. add_css_tags $parser->add_css_tags(1); $parser->parse_file($file); Imports a css stylesheet to the html document and adds additional css tags to url, footnote, and sidebar elements for a nicer display. If you don't plan on writing a style.css file (or using the one provided in "examples/"), you probably don't want this option on.SEE ALSOPod::PseudoPod, Pod::SimpleCOPYRIGHTCopyright (c) 2003-2004 Allison Randal. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.AUTHORAllison Randal <allison@perl.org> perl v5.12.4 2011-08-10 Pod::PseudoPod::HTML(3pm)
Related Man Pages |
---|
pod::simple::methody(3pm) - mojave |
pod::simple::methody5.18(3pm) - mojave |
pod::pseudopod::html(3pm) - debian |
pod::simple::html(3pm) - suse |
pod::simple::methody(3pm) - suse |
Similar Topics in the Unix Linux Community |
---|
StringParser_BBCode 0.3.3 (Default branch) |
Removing all except couple of html tags from html file |
filtering and formatting the output |
Editing HTML with FTP access |
Update perl code with parser |