Mailing List Archive

HTML-fying *all* the docs
I have no problem with running pod2html by hand, for now, and cp'ing the
resultant set of *.html to my preferred area in oue web server. But I also
like having the various modules HTML'd and at least the ones referenced in
perlmod linked. So, for now, I hand-edit perlmod.html to mke links to
subs.pm.html, Abbrev.pm.html etc. I create the HTML for the libs by cd'ing into
the lib dir and doing:

find . -name \*.pm -exec ../pod/pod2html \{\} \;

I should probably do:

../pod/pod2html `find . -name \*.pm -print`

instead, in case of cross-refs (to become links). But even this method is far
from effective, as there are no links from perlmod to things like Math::BigInt
or other simlarly-modularized packages.

Just some random thoughts for if/when HTML generation is a regualar part of
the build.

Randy
--
^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^
Randy J. Ray -- U S WEST Technologies IAD/CSS/DPDS Phone: (303)595-2869
Denver, CO rjray@lookout.ecte.uswc.uswest.com

I don't suffer from insanity. I enjoy every minute of it.