adding pages to ActivePerl HTML documentation tree

From: David Christensen <dpchrist_at_holgerdanske.com>
Date: Wed, 17 Sep 2003 14:52:07 -0700
To: <activeperl_at_listserv.ActiveState.com>

activeperl_at_listserv.ActiveState.com:

I have a Win2k Pro SP4 box with ActivePerl 806, and have installed the
Prima module (Prima-1.12-MSWin32-ActivePerl-806.zip):

    http://www.prima.eu.org/

Prima includes several dozen modules with embedded POD documentation. I
can convert the POD to html with

    C:\Perl\site\lib>pod2html -htmlroot=file:///C:/Perl/html Prima.pm >
Prima.html

and move the HTML files into the ActivePerl html documentation tree with

    C:\Perl\site\lib>move Prima.html ..\..\html\site\lib\.

The ActivePerl HTML help system

    file:///C:/Perl/html/index.html

uses

    file:///C:/Perl/html/perltoc.html

for the left frame (hierarchical alphabetic index of links).

What is the correct way to add links into perltoc.html? E.g. is there a
tool that builds this file, or do I just hack it with my editor and/or a
script?

TIA,

David
Received on Wed 17 Sep 2003 - 23:53:35 CEST

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:05 CET