Lines Matching refs:HTML
3 # html2man: Converts the NTP HTML documentation to man page format
5 # This file require the Perl HTML::TokeParser module:
6 # http://search.cpan.org/search?module=HTML::TokeParser
13 require HTML::TokeParser;
19 # HTML files to convert. Also include per-file info here:
48 $seealso_disclaimer = "The official HTML documentation.\n\n" .
49 "This file was automatically generated from HTML source.\n";
68 $p = HTML::TokeParser->new("$filename.html") || die "Can't open $filename.html: $!";
83 # Add the manpage name, if not in the HTML title already
119 # ignore these sections in ntpd.html