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]

PATCH for Re: web page starting to show its age


On Thu, 3 Oct 2002, Joe Buck wrote:
> There are several things about the web page gcc.gnu.org that are beginning
> to show their age and should be revised.  Take the first paragraph:
> [...]
> I can try to think up some new text to go here, but others may have ideas.

I also stumbled across that repeatedly, but never found a good
replacement, so I'd certainly welcome any suggestions!

> Under the "Bugs" menu on the bottom left, many folks won't know what GNATS
> means.  I suggest that the text be changed to "Bug database" or some such.

Fixed thusly. I also took the opportunity to rephrase the paragraph on
releases (which was also pointing into the future).

Thanks for the comments!
Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.334
diff -u -3 -p -r1.334 index.html
--- index.html	13 Sep 2002 15:51:09 -0000	1.334
+++ index.html	4 Oct 2002 12:21:27 -0000
@@ -86,7 +86,7 @@
 <tr bgcolor="#FFFFBB"><td>
 <p>
 <a href="bugs.html">Report a bug</a><br />
-<a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl";>GNATS</a><br />
+<a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl";>Bug database</a><br />
 <a href="gnatswrite.html">...write access</a><br />
 <a href="bugs.html#known">Known bugs</a>
 </p>
@@ -126,12 +126,11 @@ and help testing GCC, and we provide acc
 <a href="cvs.html">anonymous CVS</a> and <a href="snapshots.html">weekly
 snapshots</a>.</p>

-<p>We will provide regular, high quality
-<a href="releases.html">releases</a>.
-We want those releases to work well on a variety of native (including
-GNU/Linux) and cross targets and use an extensive
-<a href="http://gcc.gnu.org/testresults/";>test suite</a> as well as
-<a href="benchmarks/">various benchmark suites
+<p>We strive to provide regular, high quality
+<a href="releases.html">releases</a>, which we want to work well on a variety
+of native (including GNU/Linux) and cross targets. To that end, we use an
+extensive <a href="http://gcc.gnu.org/testresults/";>test suite</a> as well
+as <a href="benchmarks/">various benchmark suites
 and automated testers</a> to maintain and improve quality.</p>




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