This is the mail archive of the gcc@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]

Re: Error with page, how do I subscribe


On Thu, 21 Oct 1999, selious wrote:
> the links on the gnu.org page for the mailinglists is broken... How can I
> subscribe to any of tgem ??

It would have been useful had you reported the exact URL of the page in
question and what exactly happened, BUT anyway I have found at least one
problem. ;-)

Technically, the official GNU site is a mirror of our CVS/list server
gcc.gnu.org, so we have to link there for all cgi-bins. I just installed
the patch below which fixes this.

It will take some time until the updated patch has been mirrored, in the
meantime you can subscribe directly at http://gcc.gnu.org/lists.html.

Hope this helps and thanks for the hint!

Gerald

Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.32
diff -r1.32 lists.html
93c93
< <form method="post" action="/cgi-bin/ml-request">
---
> <form method="post" action="http://gcc.gnu.org/cgi-bin/ml-request">
162c162
< <p><i>Last modified:  October 12, 1999</i>
---
> <p><i>Last modified:  October 25, 1999</i>


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