[wwwdocs] index.html, various tweaks

Gerald Pfeifer gerald@pfeifer.com
Mon Jun 5 10:47:00 GMT 2006


Welcoming visitors to a home page is 90s-ish, I guess. ;-)

Have <title> and <h1> no longer refer to home pages.
Compress the links to further news.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.561
diff -u -3 -p -r1.561 index.html
--- index.html	5 Jun 2006 00:04:54 -0000	1.561
+++ index.html	5 Jun 2006 10:37:01 -0000
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>GCC Home Page</title>
+<title>GCC, the GNU Compiler Collection</title>
 </head>
 
 <set-var navigation>
@@ -8,9 +8,9 @@
 
 <img src="gcc.png" alt="" align="right" />
 
-<h1><small>Welcome to the GCC home page!</small></h1>
+<h1>GCC, the GNU Compiler Collection</h1>
 
-<p>GCC, the GNU Compiler Collection, includes front ends for
+<p>The GNU Compiler Collection includes front ends for
 C, C++, Objective-C, <a href="fortran/">Fortran</a>,
 <a href="java/">Java</a>, and Ada, as well as libraries for these
 languages (<a href="libstdc++/">libstdc++</a>, libgcj,...).</p>
@@ -120,10 +120,9 @@ interface for C, C++ and Fortran.
 
 </dl>
 
-<a href="news.html">Older news and announcements...</a>
-<br />
 <a href="java/index.html#news">GCJ news</a>
 | <a href="http://gcc.gnu.org/onlinedocs/g77/News.html">Fortran 77 status</a>
+| <a href="news.html">Older news and announcements...</a>
 
 <include searchbox.ihtml>
 



More information about the Gcc-patches mailing list