This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] More style changes


...from that flight of mine.

  Shorten the descriptions of "Supported Platforms" and "Bug database
  (Bugzilla)" to "Platforms" and "Bug database", respectively to reduce
  horizontal space consumption.
  Move "Mailing list" down one notch in its navigation box.  Move all
  CVS related links into a navigation box of their own.

Tested by rerunning the preprocess script on gcc.gnu.org and testing a few of those pages that changes (only our main page should be really affected, though).

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.69
diff -u -r1.69 style.mhtml
--- style.mhtml	6 Nov 2004 10:37:34 -0000	1.69
+++ style.mhtml	14 Nov 2004 22:39:26 -0000
@@ -175,8 +175,8 @@
   <tr><td <nav-body-style> >
   <p>
   <a href="<get-var BACKPATH>gccmission.html">Mission Statement</a><br />
-  <a href="<get-var BACKPATH>lists.html">Mailing lists</a><br />
   <a href="<get-var BACKPATH>releases.html#timeline">Timeline</a><br />
+  <a href="<get-var BACKPATH>lists.html">Mailing lists</a><br />
   <a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>Contributors</a><br />
   <a href="<get-var BACKPATH>steering.html">Steering Committee</a><br />
   </p>
@@ -190,7 +190,7 @@
   <tr><td <nav-body-style> >
   <p>
   <a href="http://gcc.gnu.org/install/";>Installation</a><br />
-  &middot;&nbsp;<a href="http://gcc.gnu.org/install/specific.html";>Supported&nbsp;Platforms</a><br />
+  &middot;&nbsp;<a href="http://gcc.gnu.org/install/specific.html";>Platforms</a><br />
   &middot;&nbsp;<a href="http://gcc.gnu.org/install/test.html";>Testing</a><br />
   <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br />
   <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
@@ -215,6 +215,20 @@

   <tr><td><table cellspacing="0" width="100%">
   <tr><td <nav-title-style> >
+  <b>"Life" Sources</b>
+  </td></tr>
+  <tr><td <nav-body-style> >
+  <p>
+  <a href="<get-var BACKPATH>cvs.html">CVS read access</a><br />
+  <a href="<get-var BACKPATH>rsync.html">Rsync read access</a><br />
+  <a href="<get-var BACKPATH>cvsup.html">CVSup mirrors</a><br />
+  <a href="<get-var BACKPATH>cvswrite.html">CVS write access</a><br />
+  </p>
+  </td></tr>
+  </table></td></tr>
+
+  <tr><td><table cellspacing="0" width="100%">
+  <tr><td <nav-title-style> >
   <b>Development</b>
   </td></tr>
   <tr><td <nav-body-style> >
@@ -227,10 +241,6 @@
   <a href="<get-var BACKPATH>frontends.html">Front ends</a><br />
   <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>cvs.html">CVS read access</a><br />
-  <a href="<get-var BACKPATH>rsync.html">Rsync read access</a><br />
-  <a href="<get-var BACKPATH>cvsup.html">CVSup mirrors</a><br />
-  <a href="<get-var BACKPATH>cvswrite.html">CVS write access</a><br />
   </p>
   </td></tr>
   </table></td></tr>
@@ -242,7 +252,7 @@
   <tr><td <nav-body-style> >
   <p>
   <a href="<get-var BACKPATH>bugs.html">Report a bug</a><br />
-  <a href="http://gcc.gnu.org/bugzilla/";>Bug&nbsp;database&nbsp;(Bugzilla)</a><br />
+  <a href="http://gcc.gnu.org/bugzilla/";>Bug&nbsp;database</a><br />
   <a href="<get-var BACKPATH>bugs/management.html">...Management</a><br />
   <a href="<get-var BACKPATH>bugs.html#known">Known bugs</a>
   </p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]