Hi Brent, Yesterday at 21:11, Brent Smith wrote:
> I can do this. I've actually been meaning to for awhile, but > I wasn't sure how this affected translations since I wasn't sure > if we could port the existing ones over or not. Great, you are welcome to do it as well ;) As for translations, porting is a bit more complicated, and since we've not been shipping them anyway (check that Makefile.am has only SUBDIRS = C), there are no regressions. Of course, since translations are Sun work, they probably are based on a single revision of original, and it should be easier to find which one is it (instead of looking for different originals for each translation). Basic description on migrating them is on http://live.gnome.org/GnomeDocUtilsTranslationMigration > I would also like to consolidate the licenses from gnome-desktop, The only problem I see with this is if user guide is not installed, and other applications license texts (gnome-desktop also contains libdesktop for reading .desktop files, I think, so it's always installed). > any updates you make shouldn't affect the port to gnome-doc-utils > (unless you are touching Makefiles, etc..), so don't worry about it > :-) If we keep the current layout of user-guide.xml (i.e. including using <!ENTITY SYSTEM ...>), xml2po is going to produce single big XML file for translations instead. The solution is to switch to xinclude, and put all additional files to DOC_INCLUDES. So, this would mean changing all the &gos... references to <include...>s, but it seems it's all in user-guide.xml. Example of how this looks is in gnome-doc-utils/doc/gnome-doc-make/ :) Cheers, Danilo _______________________________________________ gnome-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-doc-list
