This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: announce.html, javaannounce.html, news.html
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: announce.html, javaannounce.html, news.html
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Fri, 9 Jun 2000 01:03:09 +0200 (CEST)
- cc: Matt Kraai <kraai at alumni dot carnegiemellon dot edu>
The following is a combination of changes by Matt and myself:
Move announce.html and javaannounce.html in the news subdirectory.
Add a disclaimer to news/announce.html.
Installed. Thanks, Matt!
Gerald
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.46
diff -r1.46 news.html
247c247
< <br><a href="javaannounce.html">Read the release announcement</a>.
---
> <br><a href="news/javaannounce.html">Read the release announcement</a>.
481c481
< The egcs project is <a href="announcement.html">announced publicly</a>
---
> The egcs project is <a href="news/announcement.html">announced publicly</a>
The disclaimer in news/announce.html reads:
+ <p><small>This page is obsolete and kept for historical reasons only.
+ Please refer to <a href="../index.html">our main page</a> for up-to-date
+ information and our <a href="../news.html">news pages</a> for historical
+ news.</small></p>