So... is there any program that'll take a collection of HTML documents and index them? I could do it manually, of course, but I really don't want to if there's an alternative. I presume I'll have to shove a load of A NAME="xxxx" commands at suitable points, then build an index to them, but I suspect it's going to be a total pain to do this and link to all of them by hand. Any suggestions on ways of doing this, either automatically or good methods for organising the manual process, would be appreciated.
One possibility - I was thinking of making each link descriptive, e.g.
A NAME="MIND_CHARACTERISTIC"
A NAME="MIND_AND_SKILLS"
then taking each file, finding all these links, and putting them into another document, then doing a mass search and replace to turn each one into a link to the appropriate document and name. But I really don't feel that it's my forte, so suggestions would be appreciated.