Hi! I have added two enhancements to the translation.xml format, both related to CHM generation. I would like to drop out all make_chm_lang.html files in the future, when the new CHM build system will be ready. So I needed a way to put all info from them to a standard place. This is obviously translation.xml.
Two new things: <chmindex> The small generation date text and intro to the CHM frontpage. See the hu/translation.xml and the PHPDOC HOWTO. </chmindex> <person .... editor="yes"/> Well, this new attribute can be good for other purposes, but for now, I decided to use it for autogeneration of CHM index pages in the future. If anybody would like to add more to their CHM index page, please do not hesitate to propose a way :) In the future, CHM index pages will be generated from en/bookinfo.xml and $LANG/translation.xml, so everything that should be on a CHM index page must be in one of these files (original translators and editors, translators and translation editors, and intro text is all I can think of). Of course the above changes are backward compatible, so the revcheck script will not hang on translation.xml files not equiped with the above new features. BTW it would be nice to update the translation.xml files with this info, so in the future, we can remove chm_index_lang.html files (which are of course ugly, as Simone pointed out many times ;). Goba
