Working on the move to HTML 5 I noticed several opportunities 
beyond what I did in February 2016:

  https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00932.html

The patch below
 - changes the "Mission Statement" link to just "Mission",
 - removes the link to the "Steering Committee" page, which already
   is referenced in the intro on the main page as well as the Mission
   Statement page (which is our first link),
 - changes the "Development Plan" link in the "Development" section
   to just "Plan", and
 - puts it on one line with the "Timeline", and finally
 - rename "Build Robot" to the now widely established "Buildbot".

Committed, and the pages on gcc.gnu.org regenerated.

As you can see, the navigation bar ends the looking about four entries
shorter due to those changes.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.152
diff -u -r1.152 style.mhtml
--- style.mhtml 8 Sep 2018 19:15:35 -0000       1.152
+++ style.mhtml 8 Sep 2018 20:25:46 -0000
@@ -89,12 +89,11 @@
   <tr><td><table class="navitem">
   <tr><td>About GCC</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>gccmission.html">Mission Statement</a><br />
+  <a href="<get-var BACKPATH>gccmission.html">Mission</a><br />
   <a href="<get-var BACKPATH>releases.html">Releases</a><br />
   <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br />
   <a href="<get-var BACKPATH>lists.html">Mailing lists</a><br />
   <a 
href="https://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>Contributors</a><br 
/>
-  <a href="<get-var BACKPATH>steering.html">Steering Committee</a><br />
   <div class="center">
   <a href="https://twitter.com/gnutools";>
     <img src="<get-var BACKPATH>twitter-bird-light-bgs.png"
@@ -149,8 +148,8 @@
   <tr><td><table class="navitem">
   <tr><td>Development</td></tr>
   <tr><td>
-  <a href="<get-var BACKPATH>develop.html">Development Plan</a><br />
-  &middot;&nbsp;<a href="<get-var 
BACKPATH>develop.html#timeline">Timeline</a><br />
+  <a href="<get-var BACKPATH>develop.html">Plan</a>
+  &amp; <a href="<get-var BACKPATH>develop.html#timeline">Timeline</a><br />
   <a href="<get-var BACKPATH>contribute.html">Contributing</a><br />
   <a href="<get-var BACKPATH>contributewhy.html">Why&nbsp;contribute?</a><br />
   <a href="<get-var BACKPATH>projects/">Open projects</a><br />
@@ -158,7 +157,7 @@
   <a href="<get-var BACKPATH>backends.html">Back ends</a><br />
   <a href="<get-var BACKPATH>extensions.html">Extensions</a><br />
   <a href="<get-var BACKPATH>benchmarks/">Benchmarks</a><br />
-  <a href="http://toolchain.lug-owl.de/buildbot/";>Build Robot</a><br />
+  <a href="http://toolchain.lug-owl.de/buildbot/";>Buildbot</a><br />
   <a href="<get-var BACKPATH>translation.html">Translations</a><br />
   </td></tr>
   </table></td></tr>

Reply via email to