TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: HTML ToC and Index From:"Sandy Harris" <sharris -at- dkl -dot- com> To:TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com> Date:Mon, 27 Mar 2000 13:34:39 -0500
"Jessica N. Lange" wrote:
>
> John wondered "How can I create a "real" HTML ToC and Index?"
Likely the best solution is to go to a richer format such as DocBook
SGML or XML that supports complex structure -- including indexing, a
glossary with tags pointing to it, bibliographic entries, ... -- and
can generate HTML with appropriate links automatically.
which will generate a TOC from headers for any HTML doc, and does some
other neat tricks like combining multiple HTML files into one big doc,
adjusting all the links.
You can also get a TOC from a set of HTML files, e.g.:
with some free tools I wrote and that are included in the FreeS/WAN
distribution at the above site.
Those tools are certainly less than ideal. They do the job for me, on
the simple (must work with Lynx text-only browser) HTML that I write
for that project, but they are certainly more in the "quick & dirty"
than the "finished product" category. Also, they rely on various Unix
utilities so users of other OSs would have to do quite a lot of work
to support them. On the other hand, you do get source and a license
that lets you fix or improve them to your heart's content.