Sure, Derek. I’d definitely have done them in one big list anyway. There’s a couple of places where anchors are unique in a document but not globally unique, which confuses things and i’m having to replace them manually—but most of the problems are that inter-document links sometimes look like this: “./something/something.html”, sometimes look like this: “/something/something.html”, and sometimes like this: “something.html”. Without, so far as i can tell, any actual rhyme or reason.
Being an EE person, i’ve long since fallen into the habit of doing EVERYTHING as root-relative (makes it easier to declare images in pages which may get called from a number of different fake subdirectories), which might be the best strategy to use here too.
Adrienne