After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349253 - incorrect uses of DocBook tags in manual
incorrect uses of DocBook tags in manual
Status: VERIFIED FIXED
Product: meld
Classification: Other
Component: general
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: Stephen Kennedy
Stephen Kennedy
Depends on:
Blocks:
 
 
Reported: 2006-07-30 08:56 UTC by Joachim Noreiko
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joachim Noreiko 2006-07-30 08:56:19 UTC
I have found several incorrect uses of DocBook tags in the manual:


1. menu commands:

Manual has this:
<guimenu>Settings-&#62;Preferences-&#62;Text Filters</guimenu>

Correct usage:
<menuchoice><guimenu>Accessories</guimenu><guimenuitem>Character Map</guimenuitem></menuchoice>

The fancy arrows are added by Yelp, which makes life easier :)

2. menu commands (again)

The manual:
and choosing <command>Copy all left</command>

The command tag is only used for the command line. Use guimenuitem (probably!)

3. mousebutton
As far as I can tell, we don't bother with this one. At least, there is no use of it in the GNOME User Guide. No idea why though.

4. keyboard shorcuts

Manual has:
<keysym>Control+F</keysym>

Correct tag is keycombo, which magically adds the + symbol (or the - if that's what we're using now -- this way we don't have to worry, Yelp does the work).


I'm happy to make these changes myself if you're ok with me committing to meld's CVS.

I'm also going to add this to the list of why DocBook is evil :)
Comment 1 Stephen Kennedy 2006-07-30 18:58:55 UTC
It would be great if you could make those changes, thanks.
Comment 2 Joachim Noreiko 2006-08-04 13:34:15 UTC
In addition, I've changed all <keysym> to <keycap>, as yelp doesn't do anything with the former.
I've assumed that commands that seemed to refer to File->New-> being a submenu refer to an older menu structure, and changed to match what I see in 1.1.2 -- if that's incorrect let me know and I'll fix it.
I've also taken the liberty of making a few minor changes of style to match the GDP's guidelines, eg using 'choose' for menu commands.

Changes committed to CVS.

Comment 3 Stephen Kennedy 2006-08-05 20:12:40 UTC
Thanks Joachim, much appreciated.
Comment 4 Stephen Kennedy 2006-11-19 11:05:51 UTC
Batch close of old bugs.