HTMLINDEX is a utility that builds a "skeleton" HTML page for a source code file. Each line of the file that begins with double exclamation marks is given special mention in the page. (These usually represent the one line explanations of various modules in the file). After a little editing, the page is ready for posting.
Sample output of the program looks like this:
< HTML >
< HEAD >
< TITLE >
(title goes here)
< /TITLE >
< /HEAD >
< BODY bgcolor="#EEEEEE" link="#CC0000" alink="#FF3300" vlink="#000055" >
< H1 >
Main heading goes here.
< /H1 >
< P >
Software description goes here.
< /P >
< P >
Files you may copy include:
< UL >
< /UL >
< /P >
< P >
The list of routines includes:
< UL >
< LI >
< B ABC2RC < /B > finds the circle through three points in 2 space.
< /LI >
< LI >
< B > ANG3D </B >returns the angle between two vectors in 3 space.
< /LI >
< LI >
< B > ANGLE</B > returns the angle swept out between two rays in 2 space.
< /LI >
< LI >
...
...
...
< LI >
< B > VOLTOR < /B > computes the volume of a torus in 3 space.
< /LI >
< /UL >
< /P >
< P >
Return to the < A HREF = ../f_src.html > FORTRAN software page < /A >.
< /P >
< HR >
< I >
Last revised on Fri Oct 30 08:31:56 1998
< /I >
< /BODY >
< /HTML >
Files you may copy include:
Back to the C software page.