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] Make status section of the title page more concise


This removes "Older maintained release series" and the like which
were emphasized, even, in favor of focusing on the version numbers.

Overall this means we have less text on the main page, but basically
the same contents.

Gerald

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.17
diff -u -r1.17 gcc.css
--- gcc.css	10 Apr 2011 21:51:47 -0000	1.17
+++ gcc.css	24 Apr 2011 19:35:45 -0000
@@ -19,6 +19,7 @@
 dl.news dd   { margin-left:3ex; }
 
 dl.status    { margin-top:0; }
+dl.status .version { font-weight:bold; }
 dl.status dd { margin-left:3ex; }
 
 .td_title {
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.793
retrieving revision 1.795
diff -u -r1.793 -r1.795
--- index.html	21 Apr 2011 09:32:37 -0000	1.793
+++ index.html	24 Apr 2011 19:39:39 -0000	1.795
@@ -102,12 +102,11 @@
 
 
 
-<h2 style="margin-top:0pt;">Status</h2>
+<h2 style="margin-top:0pt;">Release Series and Status</h2>
 
 <dl class="status">
 
-<dt><strong>Current release series:</strong>
-  <a href="gcc-4.6/">GCC 4.6.0</a>
+<dt><span class="version"><a href="gcc-4.6/">GCC 4.6.0</a></span>
   (<a href="gcc-4.6/changes.html">changes</a>)
 </dt><dd>
   Status:
@@ -124,8 +123,7 @@
   regressions</a>.
 </dd>
 
-<dt><strong>Previous release series:</strong>
-  <a href="gcc-4.5/">GCC 4.5.2</a>
+<dt><span class="version"><a href="gcc-4.5/">GCC 4.5.2</a></span>
   (<a href="gcc-4.5/changes.html">changes</a>)
 </dt><dd>
   Status:
@@ -142,8 +140,7 @@
   regressions</a>.
 </dd>
 
-<dt><strong>Older maintained release series:</strong>
-  <a href="gcc-4.4/">GCC 4.4.6</a>
+<dt><span class="version"><a href="gcc-4.4/">GCC 4.4.6</a></span>
   (<a href="gcc-4.4/changes.html">changes</a>)
 </dt><dd>
   Status:
@@ -160,9 +157,9 @@
   regressions</a>.
 </dd>
 
- <dt><strong>Oldest maintained release series:</strong>
-   <a href="gcc-4.3/">GCC 4.3.5</a>
- </dt><dd>
+<dt><span class="version"><a href="gcc-4.3/">GCC 4.3.5</a></span>
+  (oldest maintained release series)
+</dt><dd>
    Status:
    <a href="http://gcc.gnu.org/ml/gcc/2010-05/msg00435.html";>2010-05-22</a>
    (regression fixes and docs only).
@@ -175,7 +172,7 @@
    regressions</a>.
  </dd>
 
-<dt><strong>Active development:</strong>
+<dt><span class="version">Active development:</span>
   GCC 4.7.0 (<a href="gcc-4.7/changes.html">changes</a>)
 </dt><dd>
   Status:


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