GNOME Bugzilla – Bug 577123
Add Pulse Support to Docs
Last modified: 2009-05-24 15:24:55 UTC
This patch adds support for the GNOME Docs Project's Pulse application to track documentation updates by adding a <releaseinfo> tag.
Created attachment 131593 [details] [review] Adds Pulse support to docs This patch was built against SVN trunk as I did not see a 2.26 branch. Pulse status is left in "review" until Bug 438806 is committed / released.
The branch for 2.26 is the same as for 2.24, "gnome-2-24". Ok to commit to gnome-2-24; for trunk wait for the ok from the trunk maintainers.
I do not have GNOME SVN commit access, will need someone to commit. Thank you.
OK, stupid question, should I commit that as-is or changing 2.26 for something else or...? Does it need to be updated for each release?
This patch can be committed as is. Each release recycle, if documentation needs to be updated, the <releasetag> is changed to show it (planning, review, candidate, etc). This first patch just ass the <releasetag> so we can track it's status in Pulse.
Thanks, committed in trunk.
Created attachment 134241 [details] [review] Fix XML It was brought to my attention that I had a bad XML tag. This patch fixes it, and the XML passes: xmllint --noout --xinclude --noent --postvalid epiphany-extensions.xml I apologize for the bad patch. This new patch was build against git branch.
I committed the fix on master, commit 7a5c5257c130b4662059d2f2d2f93fb064d6dd54 Author: Paul Cutler <pcutler@foresightlinux.org> Date: Sun May 24 16:19:23 2009 +0100 Fixed documentation XML validity issue. help/C/epiphany-extensions.xml: Fixed documentation validity issue. Related to #577123, comment #7. Details at http://git.gnome.org/cgit/epiphany-extensions/commit/?id=7a5c5257c130b4662059d2f2d2f93fb064d6dd54 I hope it is fine with the maintainer.