On Wed, Mar 25, 2009 at 14:46, Richard Quadling <rquadl...@googlemail.com> wrote: > So, could generating the funcindex.xml within PhD be as simple as > processing the .refnames_.manual.ser once it is created or as part of > mktoc.php?
That file is indeed more accurate, and it makes sense to generate the index from it. I would however prefer if that step was outside of PhD (or somehow made phpdotnet specific...). We do however have a theoretical chicken-and-egg problem here. The indexes page is included in manual.xml, so generating it after running phd doesn't help until the next phd execution :) But if we maintain this file in CVS then we can update it "on regular basis" from the PhD serialization files... On a similar note, PhD really needs to start using sqlite so we can deploy the indexes on mirrors and use it for the shortcut searches... -Hannes