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

Re: [PATCH] web pages: add lots of info to testing/index.html


>Validated with http://validator.w3.org (although it doesn't like the
>existing <verbatim> tag in beginner.html). If there are no objections
>I'll check these in within a couple of days.

<verbatim> is a MetaHTML tag that won't show up in the generated page and which you can verify is not actually in the web page at http://gcc.gnu.org/projects/beginner.html

MetaHTML unfortunately makes it somewhat difficult to pre-debug an html
patch. Here is a workaround that sometimes works. You can save the page that is currently on the website (and therefore already has been processed by metaHTML) and hopefully apply your proposed diff-file to that page (this, of course, only works if you were not using metaHTML tags), to which you can check using the HTML Validator.

Kelley Cook


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