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: htdocs/index.html "FAQ, installation"


Further brushing up our site for the forthcoming release by resolving
another request...

Merge FAQ and Online Documentation sections. Add a direct link to the
installation instructions and platform specific notes.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/index.html,v
retrieving revision 1.88
diff -c -3 -p -r1.88 index.html
*** index.html	1999/03/09 12:37:32	1.88
--- index.html	1999/03/09 20:49:22
*************** Christian Bruel and Jeff Law donate impr
*** 85,101 ****
  <a href="news.html">Older news and announcements...</a>
  <br><a href="onlinedocs/g77_news.html">Fortran news</a>
  
- <h2>FAQ</h2>
  
! <p>Got questions about egcs?  Please review 
! <a href="faq.html">the FAQ</a>
! to see if the question has already been answered.
  
! <h2>Online Documentation</h2>
  
! <p>The egcs project now has
! <a href="onlinedocs/index.html">
! online documentation.</a>
  
  
  <h2>Mailing Lists</h2>
--- 85,100 ----
  <a href="news.html">Older news and announcements...</a>
  <br><a href="onlinedocs/g77_news.html">Fortran news</a>
  
  
! <h2>FAQ &amp; Documentation</h2>
  
! <p>Got questions about egcs?  Please review our extensive <a
! href="onlinedocs/index.html">online documentation</a> and especially <a
! href="faq.html">the FAQ</a> to see if the question has already been
! answered.</p>
  
! <p>We also offer an up-to-date version of the <a href="install/index.html">
! installation instructions and platform specific notes</a>.
  
  
  <h2>Mailing Lists</h2>



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