Begin
File: html2toc.tgz
Description:Automatically builds Table of Contents (.toc) files for Photon Helpviewer.
Keywords: Photon Helpviewer toc
Version: Beta
Entered-date: 1997-12-09
Author: Barry Millman (bmillman@entrenet.com)
Ported-by: Barry Millman
Original-site:
Copying-policy: Free to copy and use as desired.
Supplemental: This program will automatically build a .toc file for use with the
Photon Helpviewer. It supports two modes: AUTO, where the .toc entries are based
purely on heading statements in the HTML files Non-AUTO, where the user must
prepare the HTML file with statements to identify the Table of Contents
items.
Files in the archive (html2toc.tgz):
html2toc The executable
html2toc.html Helpviewer documentation for the program (you must run
buildtoc to use it!)
buildtoc A script to build the .toc file for html2toc.html, and
run the Helpviewer
copyright_ht2.html A copyright notice.
After downloading the archive, verify the checksum.
cksum html2toc.tgz
should produce:
1743217408 15946 html2toc.tgz
When you unpack the archive, it will create a subdirectory as:
./html2toc
Unpack the archive using: gzip -cd html2toc.tgz | pax -vr
Run the script file: buildtoc
This will build the Helpviewer documentation for html2toc, and start the helpviewer.
Note: If the Helpviewer doesn't display the html2toc documentation, it could be
a directory problem. Terminate the Helpviewer, and re-start it with:
helpviewer -T /mydir
where: /mydir represents the path the the directory where buildtoc placed the files.
End