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] some adjustments around News and news.html


Add an anchor for the News item on our main page.  Use that linking
from news.html and tweak the latter.  Also, move the GCJ link there.

Installed

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.761
diff -u -3 -p -r1.761 index.html
--- index.html	3 Nov 2010 16:16:44 -0000	1.761
+++ index.html	6 Nov 2010 17:19:31 -0000
@@ -47,7 +47,7 @@ mission statement</a>.</p>
 
 
 
-<h2 style="margin-top:0pt;">News</h2>
+<h2 style="margin-top:0pt;" id="news">News</h2>
 
 <dl class="news">
 
@@ -90,8 +90,7 @@ target by Michael Eager, Eager Consultin
 </dl>
 
 <div>
-<a href="news.html">Older news and announcements</a> |
-<a href="java/index.html#news">GCJ news</a>
+<a href="news.html">Older news and announcements</a>
 </div>
 
 
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.122
diff -u -3 -p -r1.122 news.html
--- news.html	7 Aug 2010 17:50:57 -0000	1.122
+++ news.html	6 Nov 2010 17:19:32 -0000
@@ -7,8 +7,8 @@
 <body>
 <h1>GCC news and announcements</h1>
 
-<p>More current news items can be found on the <a href="index.html">GCC
-home page</a>.</p>
+<p>More <a href="index.html#news">current news</a>, or some (older)
+<a href="java/index.html#news">GCJ news</a>.</p>
 
 <dl>
 


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