> > No, it's not finished, it's on the way, with the general reference page > > "facelift" project. Look at the reservered.constants.xml file in the phpdoc > > root dir. It still contains many constant xml files (which are ugly named, > > and not at the right place). And see in the appendices directory. Those > > files are not moved. I have started this and Friedhelm caught up, by > > ocassionally doing some files in alphabetical order... I would not be too > > good to have more major reorganization in progress... Instead we should > > join forces to do one in a shorter time AFAIK... > > I'm absolutely for joining :) If I now just would have > understood what you tried to tell me about the file I would > be glad ....
I cannot completely undestand what you cannot understand but you can easily spot what we have done with Friedhelm. Open eg. the reference.xml from the ibase extension. The new and clean structure for reference.xml files is the <section>-ed one you can see here. Every section has it's own id with EXTNAME.SECTIONTYPE format. Every section title is expressed by using a section title entity (to ease translation for lasy guys such as me :). The constants.xml file should be in the same dir, and look quite like the other <section>s in the reference.xml file (it could be easily modified from the copy-pasted sources from appendices/*). Then if you move the constants info from the appendices dir, the corresponding file should be deleted from there, and the entity from phpdoc/reserved.constants.xml should also be removed. So as you can see, this is itself two reorganizational projects in one :) It's goals is to have a more organized reference masterpage for all references, and to move the constants info to there at the same time.. Goba