GNOME Bugzilla – Bug 515535
AUTHORS should be autogenerated
Last modified: 2009-10-20 09:56:52 UTC
As Ulf already mentioned, the AUTHORS should now be autogenerated by the Makefile.
This has already been implemented by myself. I check if I can resolve this bug as FIXED.
The translation from authors.xml -> AUTHORS works nicely, but the translation from authors.xml to DocBook isn't what I expected. The result is usable, but the XSL stylesheet mixes content with programming code. A better way to do this would be similar to the quickreference approach. Generate a English authors.xml as a source and use the *.po tools to create different translations from it. Though creating 'subfolders' for every small project feels kinda stupid to me.
I've committed a xsl-based solution for preface/authors.xml. The stylesheet has been splitted, translations are now in "src/preface/titles.xml". BTW, it seems that stylesheets/authors.xml is not up-to-date (e.g., Jean Pierre is missing).
I make this bug dependent on another bug which need to be fixed. Since we fix bug #369510 it will be a piece of cake to generate the authors HTML file.
This bug is still scheduled for 2.4.1 which is already be released. It's dependent on bug #369510 anyways, which is already being fixed. -> FUTURE
Hmm, IMHO this bug does not depend on bug #369510. Generating the "AUTHORS" file works fine in trunk, and if necessary we will just have to make some corrections to make in work in the xml2po branch - this is what we have to do with everything else too. So I think we should resolve this bug as FIXED.