brokent link
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Fri May 4 09:26:00 GMT 2001
On Thu, 3 May 2001, Joseph S. Myers wrote:
> * The link (see GCJNAV in style.mhtml) is to the old file name
> mail.html, which has been removed - java/mail.html now redirects to
> the toplevel lists.html. The fix in style.mhtml is trivial, but I
> don't know whether anything special would need to be done to cause all
> relevant pages to be regenerated after a new style.mhtml is checked in
> or whether that happens automatically.
I have comitted the fix below and done a manual update on gcc.gnu.org.
www.gnu.org should automatically sync next night, and the problem gone.
(To make sure, I'll verify this tomorrow.)
> * The .htaccess files on gcc.gnu.org would need rewriting when used on
> www.gnu.org to allow for the /software/gcc prefix on the old file name
> being redirected.
I have simply yanked the old redirection (and we probably should be more
agressive in that direction in the future).
Gerald
Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.10
diff -u -3 -p -r1.10 style.mhtml
--- style.mhtml 2001/05/04 15:07:19 1.10
+++ style.mhtml 2001/05/04 16:23:23
@@ -92,7 +92,7 @@ permitted in any medium, provided this n
<table border=0><tr><td width="10"></td><td>
<a href="index.html">Home</a><br>
<a href="faq.html">FAQ</a><br>
-<a href="mail.html">Mailing Lists</a><br>
+<a href="../lists.html">Mailing Lists</a><br>
<a href="docs.html">Documentation</a><br>
<a href="download.html">Download</a><br>
<a href="build-snapshot.html">Build</a><br>
Index: java/.htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/.htaccess,v
retrieving revision 1.5
diff -u -3 -p -r1.5 .htaccess
--- .htaccess 2001/02/08 17:34:35 1.5
+++ .htaccess 2001/05/04 16:23:23
@@ -2,4 +2,3 @@ Redirect permanent /java/FAQ.html http:/
Redirect permanent /java/gcj.html http://gcc.gnu.org/java/index.html
Redirect permanent /java/libgcj.html http://gcc.gnu.org/java/index.html
Redirect permanent /java/about.html http://gcc.gnu.org/about.html
-Redirect permanent /java/mail.html http://gcc.gnu.org/lists.html
More information about the Gcc
mailing list