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]

thanks.html broken


Howdy,

The link thanks.html is broken in various ways.  At
http://gcc.gnu.org/thanks.html, all the links on the page are broken.  
At http://www.gnu.org/software/gcc/thanks.html, it doesn't exist.

In order to fix both problems, I'd suggest creating a new symlink in 
onlinedocs/ called gcc_contributors.html, which links to gcc_23.html.  
If this fix is propogated to www.gnu.org, it fixes the problem at that 
site.  And, since it is in the onlinedocs/ directory, the relative links
will also work.  I believe that this is similar to what is done with the 
Fortran news.

The following patch changes all occurences of thanks.html to use the new
gcc_contributors.html.  It also removes some extra </p> tags.

Matt
Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 about.html
*** about.html	2000/02/01 00:44:52	1.6
--- about.html	2000/06/08 15:28:59
***************
*** 9,17 ****
  <h1 align="center">GCC: About</h1>
  
  <p>These pages are maintained by the GCC team, which consists of
! numerous <a href="thanks.html">volunteers and contributors</a>. The
! web effort is coordinated by Jeff Law and Gerald Pfeifer, but again,
! there are <em>lots</em> of people who contribute.</p>
  </p>
  
  <p>Please send feedback, problem reports and patches to our
--- 9,17 ----
  <h1 align="center">GCC: About</h1>
  
  <p>These pages are maintained by the GCC team, which consists of
! numerous <a href="onlinedocs/gcc_contributors.html">volunteers and 
! contributors</a>. The web effort is coordinated by Jeff Law and Gerald 
! Pfeifer, but again, there are <em>lots</em> of people who contribute.
  </p>
  
  <p>Please send feedback, problem reports and patches to our
*************** changes or contribute some of your own.
*** 25,31 ****
  </p>
  
  <p>Want to contribute? Please check our <a href="web.html">TODO list</a>!</p>
- </p>
  
  </body>
  </html>
--- 25,30 ----
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.204
diff -c -3 -p -r1.204 index.html
*** index.html	2000/05/30 20:49:39	1.204
--- index.html	2000/06/08 15:29:03
***************
*** 14,20 ****
  <A HREF="gccmission.html">Mission Statement</A><BR>
  <A HREF="lists.html">Mailing lists</A><BR>
  <A HREF="timeline.html">Timeline</A><BR>
! <A HREF="thanks.html">Contributors</A><BR>
  <A HREF="steering.html">Steering Committee</A><BR>
  </P>
  <H2>Docs</H2>
--- 14,20 ----
  <A HREF="gccmission.html">Mission Statement</A><BR>
  <A HREF="lists.html">Mailing lists</A><BR>
  <A HREF="timeline.html">Timeline</A><BR>
! <A HREF="onlinedocs/gcc_contributors.html">Contributors</A><BR>
  <A HREF="steering.html">Steering Committee</A><BR>
  </P>
  <H2>Docs</H2>
Index: ./egcs-1.1/egcs-1.1.1.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1.1.html,v
retrieving revision 1.11
diff -c -3 -p -r1.11 egcs-1.1.1.html
*** egcs-1.1.1.html	1999/07/29 04:27:45	1.11
--- egcs-1.1.1.html	2000/06/08 15:29:06
*************** will update those pages as new informati
*** 95,102 ****
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../thanks.html">amazing group of volunteers </a> is what makes
! EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.1.
--- 95,102 ----
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../onlinedocs/gcc_contributors.html">amazing group of 
! volunteers</a> is what makes EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.1.
Index: ./egcs-1.1/egcs-1.1.2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1.2.html,v
retrieving revision 1.18
diff -c -3 -p -r1.18 egcs-1.1.2.html
*** egcs-1.1.2.html	1999/07/29 04:27:45	1.18
--- egcs-1.1.2.html	2000/06/08 15:29:10
*************** will update those pages as new informati
*** 180,187 ****
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../thanks.html">amazing group of volunteers</a> is what makes
! EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.2.
--- 180,187 ----
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../onlinedocs/gcc_contributors.html">amazing group of 
! volunteers</a> is what makes EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.2.
Index: ./egcs-1.1/egcs-1.1.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1.html,v
retrieving revision 1.17
diff -c -3 -p -r1.17 egcs-1.1.html
*** egcs-1.1.html	1999/09/04 15:16:25	1.17
--- egcs-1.1.html	2000/06/08 15:29:11
*************** will update those pages as new informati
*** 49,56 ****
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../thanks.html">amazing group of volunteers</a> is what makes
! EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.
--- 49,56 ----
  
  <p> The EGCS project would like to thank the numerous people that have
  contributed new features, test results, bugfixes, etc.  This 
! <a href="../onlinedocs/gcc_contributors.html">amazing group of 
! volunteers</a> is what makes EGCS successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using EGCS 1.1.
Index: ./gcc-2.95/gcc-2.95.1.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.1.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 gcc-2.95.1.html
*** gcc-2.95.1.html	2000/02/08 10:02:34	1.6
--- gcc-2.95.1.html	2000/06/08 15:29:14
*************** will update those pages as new informati
*** 96,103 ****
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../thanks.html">amazing group of volunteers</a> is what makes GCC 
! successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.1.
--- 96,103 ----
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../gcc_contributors.html">amazing group of volunteers</a> is what 
! makes GCC successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.1.
Index: ./gcc-2.95/gcc-2.95.2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.2.html,v
retrieving revision 1.6
diff -c -3 -p -r1.6 gcc-2.95.2.html
*** gcc-2.95.2.html	2000/02/08 10:02:34	1.6
--- gcc-2.95.2.html	2000/06/08 15:29:18
*************** will update those pages as new informati
*** 122,129 ****
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../thanks.html">amazing group of volunteers</a> is what makes GCC 
! successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.2.
--- 122,129 ----
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../onlinedocs/gcc_contributors.html">amazing group of 
! volunteers</a> is what makes GCC successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.2.
Index: ./gcc-2.95/gcc-2.95.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/gcc-2.95.html,v
retrieving revision 1.15
diff -c -3 -p -r1.15 gcc-2.95.html
*** gcc-2.95.html	2000/02/08 10:02:34	1.15
--- gcc-2.95.html	2000/06/08 15:29:20
*************** will update those pages as new informati
*** 37,44 ****
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../thanks.html">amazing group of volunteers</a> is what makes GCC 
! successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.
--- 37,44 ----
  
  <p> The GCC developers would like to thank the numerous people that
  have contributed new features, test results, bugfixes, etc to GCC.  This
! <a href="../onlinedocs/gcc_contributors.html">amazing group of 
! volunteers</a> is what makes GCC successful.
  
  <p>And finally, we can't in good conscience fail to mention some
  <a href="caveats.html">caveats</a> to using GCC 2.95.

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