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]

PATCH: lists.html and absolute URLs


I noticed that 

  1999-09-28  Jason Molenda  (jsm@bugshack.cygnus.com)

        * lists.html: Shorten local URLs to not include the sitename.

is causing troubles with our web mirrors, who do not mirror the
mailing list stuff, including the official page at www.gnu.org.

Do you have any objections at the following patch which restores
the old behaviour?

Gerald

Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.31
diff -r1.31 lists.html
11c11
<   <li><b><a href="/ml/gcc-announce/">gcc-announce</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-announce/">gcc-announce</a></b>
15c15
<   <li><b><a href="/ml/gcc/">gcc</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc/">gcc</a></b>
20c20
<   <li><b><a href="/ml/gcc-help/">gcc-help</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-help/">gcc-help</a></b>
24c24
<   <li><b><a href="/ml/gcc-bugs/">gcc-bugs</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-bugs/">gcc-bugs</a></b>
28c28
<   <li><b><a href="/ml/gcc-patches/">gcc-patches</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-patches/">gcc-patches</a></b>
33c33
<   <li><b><a href="/ml/gcc-cvs/">gcc-cvs</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-cvs/">gcc-cvs</a></b>
37c37
<   <li><b><a href="/ml/gcc-cvs-wwwdocs/">gcc-cvs-wwwdocs</a></b>
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-cvs-wwwdocs/">gcc-cvs-wwwdocs</a></b>
41c41
<   <li><b><a href="/ml/gcc-testresults/">
---
>   <li><b><a href="http://gcc.gnu.org/ml/gcc-testresults/">
64,71c64,71
< (<a href="/ml/gcc-announce/">gcc-announce</a>,
< <a href="/ml/gcc/">gcc</a>,
< <a href="/ml/gcc-bugs/">gcc-bugs</a>,
< <a href="/ml/gcc-help/">gcc-help</a>,
< <a href="/ml/gcc-patches/">gcc-patches</a>,
< <a href="/ml/gcc-cvs/">gcc-cvs</a>,
< <a href="/ml/gcc-cvs-wwwdocs/">gcc-cvs-wwwdocs</a>, and
< <a href="/ml/gcc-testresults/">gcc-testresults</a>),
---
> (<a href="http://gcc.gnu.org/ml/gcc-announce/">gcc-announce</a>,
> <a href="http://gcc.gnu.org/ml/gcc/">gcc</a>,
> <a href="http://gcc.gnu.org/ml/gcc-bugs/">gcc-bugs</a>,
> <a href="http://gcc.gnu.org/ml/gcc-help/">gcc-help</a>,
> <a href="http://gcc.gnu.org/ml/gcc-patches/">gcc-patches</a>,
> <a href="http://gcc.gnu.org/ml/gcc-cvs/">gcc-cvs</a>,
> <a href="http://gcc.gnu.org/ml/gcc-cvs-wwwdocs/">gcc-cvs-wwwdocs</a>, and
> <a href="http://gcc.gnu.org/ml/gcc-testresults/">gcc-testresults</a>),
157c157
< <p><i>Last modified:  September 28, 1999</i>
---
> <p><i>Last modified:  October 12, 1999</i>




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