Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582750

Summary: Change HTML title
Product: Documentation Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: DevmanualAssignee: Gentoo Devmanual Team <devmanual>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 536654    
Bug Blocks:    
Attachments: Screenshot showing multiple opened tabs from devmanual.gentoo.org in Firefox (Current status)
Screenshot showing multiple opened tabs from devmanual.gentoo.org in Firefox (After proposed change)

Description Thomas Deutschmann (RETIRED) gentoo-dev 2016-05-11 11:58:47 UTC
Created attachment 433954 [details]
Screenshot showing multiple opened tabs from devmanual.gentoo.org in Firefox (Current status)

Currently all documents from devmanual.gentoo.org have a title in the format

  <title>Gentoo Development Guide: $document_title</title>

This results in the following usability problem when you have multiple tabs from devmanual opened:

  <See attachment>

You are unable to distinguish between tabs.


If we would change the order, i.e.

  <title>$document_title - Gentoo Development Guide</title>

the problem would be resolved.
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2016-05-11 11:59:41 UTC
Created attachment 433956 [details]
Screenshot showing multiple opened tabs from devmanual.gentoo.org in Firefox (After proposed change)
Comment 2 Ulrich Müller gentoo-dev 2016-05-12 14:43:13 UTC
Could you provide a patch for this (updating devbook.xsl, I guess)?
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2016-05-12 15:59:37 UTC
PR submitted: https://github.com/gentoo/devmanual.gentoo.org/pull/44
Comment 4 Ulrich Müller gentoo-dev 2016-05-15 11:50:10 UTC
Merged, thanks.
Comment 5 Ulrich Müller gentoo-dev 2016-05-17 11:54:44 UTC
Eclass reference pages need to be changed, too:
https://devmanual.gentoo.org/eclass-reference/index.html

Reopening. We must wait for bug 536654 though.
Comment 6 Brian Evans (RETIRED) gentoo-dev 2019-03-22 19:44:17 UTC
All done