This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build status page:Succes and failures.
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: Janis Johnson <janis187 at us dot ibm dot com>, Joe Buck <jbuck at synopsys dot com>, Gcc k6 testing account <caligula at cam029208 dot student dot utwente dot nl>, gcc at gcc dot gnu dot org, Zack Weinberg <zack at codesourcery dot com>
- Date: Thu, 13 Dec 2001 13:07:27 -0800
- Subject: Re: Build status page:Succes and failures.
- References: <20011212103425.A1741@us.ibm.com> <Pine.BSF.4.43.0112132123380.99865-100000@pulcherrima.dbai.tuwien.ac.at>
On Thu, Dec 13, 2001 at 09:26:34PM +0100, Gerald Pfeifer wrote:
>
> > P.S. What's the tool that's supposed to be used now to check the
> > validity of html files?
>
> Personally, I mostly use validator.w3.org. IIRC Zack had a nice
> description on how to perform such a test which was part of a larger
> patch which required some splitting and I believe he didn't have the
> time to commit this part yet...
OK, I found Zack's description in the gcc-patches archives. The file is
clean, although Zack's patch contains an extraneous semicolon in the
html command to use:
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
^ here
Janis