Lines Matching refs:HTML
17 installhtml - converts a collection of POD pages to HTML format.
29 collection of HTML pages. This is used to convert the pod pages found in the
31 converter/installer of POD pages in HTML format. See L<Pod::Html>.)
56 =item B<--htmldir> HTML destination directory
58 The base directory which all HTML files will be written to. This should
63 The base directory which all resulting HTML files will be visible at in
308 open(HTML, '>', $html) ||
313 print HTML "<DL COMPACT>\n";
334 print HTML qq(<DT><A HREF="$url">);
335 print HTML "$lcp1</A></DT><DD>$lcp2</DD>\n";
337 print HTML "</DL>\n";
339 close(HTML);