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]
Other format: [Raw text]

GCC online documentation


Hi

I think there are some problems with the "GCC online documentation" page 
(http://gcc.gnu.org/onlinedocs/):
* There is no reference to the 3.0.3 manuals.
   But, most of them are in place 
(http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcc.html,
   for example, works correctly).
* The GCC 3.0.3 CPP manual isn't there. (the HTML one. The PS one is OK).
* HTML 4.0 validation errors.

I've written a small patch to fix the former and part of the latter: it 
doesn't introduce any new validation error with the w3.org validator, but 
one of the errors comes from code the web server is adding automatically 
(that code is not the file from CVS).
The patch does introduce a broken link (to the 3.0.3 CPP manual), but I 
think the right thing would be to add that manual online.

As soon as I find out what's wrong with the headers, I'll send a patch for 
that, too.

fwyzard

Index: index.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.29
diff -c -3 -p -r1.29 index.html
*** index.html  17 Dec 2001 19:53:18 -0000      1.29
--- index.html  14 Jan 2002 01:23:50 -0000
***************
*** 16,21 ****
--- 16,40 ----
        versions.  -->

   <ul>
+   <li>GCC 3.0.3 manuals:
+   <ul>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcc.html";>GCC
+          3.0.3 Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcc.ps.gz";>also
+          in PostScript</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/g77.html";>G77
+          0.5.26 (GCC 3.0.3) Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/g77.ps.gz";>also
+          in PostScript</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcj.html";>GCC
+          3.0.3 GCJ Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcj.ps.gz";>also
+          in PostScript</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/cpp.html";>GCC
+          3.0.3 CPP Manual</a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/cpp.ps.gz";>also
+          in PostScript</a>)</li>
+   </ul></li>
     <li>GCC 3.0.2 manuals:
     <ul>
       <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc.html";>GCC
*************** existing release.</p>
*** 115,125 ****
            PostScript</a>)</li>
     <li><a href="http://gcc.gnu.org/onlinedocs/g77/";>G77 Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/g77.ps.gz";>also in
!          PostScript</a>)</li>
     <ul>
        <li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html";>G77 
News</a></li>
        <li><a href="http://gcc.gnu.org/onlinedocs/g77_bugs.html";>G77 
Bugs</a></li>
!   </ul>
     <li><a href="http://gcc.gnu.org/onlinedocs/gcj/";>GCJ Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/gcj.ps.gz";>also in
            PostScript</a>)</li>
--- 134,144 ----
            PostScript</a>)</li>
     <li><a href="http://gcc.gnu.org/onlinedocs/g77/";>G77 Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/g77.ps.gz";>also in
!          PostScript</a>)
     <ul>
        <li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html";>G77 
News</a></li>
        <li><a href="http://gcc.gnu.org/onlinedocs/g77_bugs.html";>G77 
Bugs</a></li>
!   </ul></li>
     <li><a href="http://gcc.gnu.org/onlinedocs/gcj/";>GCJ Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/gcj.ps.gz";>also in
            PostScript</a>)</li>


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