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]

PATCH for Re: http://gcc.gnu.org


On Fri, 4 Oct 2002 vargenau@free.fr wrote:
> Some pages have additional problems:
> - some pages lack the DOCTYPE declaration

Which ones?  (Please note that those under /onlinedocs are generated
automatically, so unless there is a serious problem, we probably won't
start tweaking them, though of course we'll try to get the tools we have
been using updated.)

> - in page cvs.html, there are illegal "<" and ">" characters

Fixed by the patch below.

> - in page libstdc++/ you have a misplaced <a name="download">

Also fixed by the patch below.

We are now trying to get makeinfo (which we use to generate parts of the
documentation in HTML format) updated to support XHTML, and I have already
started hacking our scripts to add a proper DOCTYPE where we are not fully
XHTML compliant.

Thanks for your comments,
Gerald

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.78
diff -u -3 -p -r1.78 cvs.html
--- cvs.html	16 Sep 2002 19:24:45 -0000	1.78
+++ cvs.html	4 Oct 2002 11:52:16 -0000
@@ -178,7 +178,8 @@ you may want to check out include:</p>
   <li>mips-3_4-rewrite-branch: This branch is for largish rewrites to the
       mips backend.  This has a long term goal of no macro instructions and
       updating the port to the current infrastructure.  Send patches to
-      Eric Christopher <<a href="mailto:echristo@redhat.com";>echristo@redhat.com</a>> and CC: <<a href="mailto:gcc-patches@gcc.gnu.org";>gcc-patches@gcc.gnu.org</a>> for inclusion.</li>
+      Eric Christopher &lt;<a href="mailto:echristo@redhat.com";>echristo@redhat.com</a>&gt;
+      and CC: &lt;<a href="mailto:gcc-patches@gcc.gnu.org";>gcc-patches@gcc.gnu.org</a>&gt;.</li>
 </ul>
Index: libstdc++/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.26
diff -u -3 -p -r1.26 index.html
--- libstdc++/index.html	15 Jul 2002 20:02:53 -0000	1.26
+++ libstdc++/index.html	4 Oct 2002 12:05:17 -0000
@@ -126,7 +126,7 @@

 <hr />

-<a name="download"><h3>Downloading</h3></a>
+<h3><a name="download">Downloading</a></h3>

 <p>Snapshots are located in the GCC FTP area, in the libstdc++ subdirectory,
    <code>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt;</code>.  You will
@@ -145,6 +145,7 @@
    out the <code>gcc</code> module will also get the library sources; to
    retrieve only the library, check out the <code>libstdc++-v3</code> module
    instead.
+</p>

 </td></tr></table></td></tr></table>



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