This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Java web pages and #include virtual="/..."
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Java web pages and #include virtual="/..."
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Tue, 6 Feb 2001 19:15:20 +0000 (GMT)
- cc: Tom Tromey <tromey at redhat dot com>, <java at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
On Tue, 6 Feb 2001, Gerald Pfeifer wrote:
> Right now, most of these pages won't validate as any version of HTML --
> things like <title> but no <head>,
Valid HTML (though probably not XHTML, and probably not desirable).
> missing </html>,
Valid HTML (same comments as above).
> <body bgcolor> with
> no font colors (thus yielding white text on white background for some
> users).
Gets overridden by style.mhtml (so all <body bgcolor> should simply have
their bgcolor removed).
Many of these pages, however, have links to the old java GNATS database,
which also fail to escape & as &.
The libstdc++ web pages use their own (working on gcc.gnu.org only)
#includes - would those better move to appropriate templates in
style.mthml (as suggested for the common parts of the Java pages)?
--
Joseph S. Myers
jsm28@cam.ac.uk