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]

XHTML compliance patches (htdig/)


Hi
I don't know how to test these pages, as I don't have a CGI up.
I tried to do my best in updating these by hand.

I've validated "syntax.html" and "nomatch.html" as thay are.
For "header.html" and "footer.hrml", I validated the result of 
concatenating them.
Now they look OK.

Andrea
Index: htdig/footer.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/htdig/footer.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 footer.html
--- htdig/footer.html	2 Nov 1999 11:30:51 -0000	1.2
+++ htdig/footer.html	16 Feb 2002 01:18:49 -0000
@@ -1,6 +1,6 @@
 $(PAGEHEADER)
 $(PREVPAGE) $(PAGELIST) $(NEXTPAGE)
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <a href="http://www.htdig.org";>
-<img src="/htdig/htdig.jpeg" border=0>ht://Dig $(VERSION)</a>
+<img src="/htdig/htdig.jpeg" alt="ht://Dig" border="0" />ht://Dig $(VERSION)</a>
 </body></html>
Index: htdig/header.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/htdig/header.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 header.html
--- htdig/header.html	27 Dec 2001 06:09:13 -0000	1.4
+++ htdig/header.html	16 Feb 2002 01:18:49 -0000
@@ -1,26 +1,25 @@
 <html><head><title>Search results for '$(WORDS)'</title></head>
 <body bgcolor="#eef7ff">
-<h2><img src="/htdig/htdig.jpeg">
+<h2><img src="/htdig/htdig.jpeg" border="0" alt="ht://Dig" />
 Search results for '$(LOGICAL_WORDS)'</h2>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <form method="get" action="$(CGI)">
-<font size=-1>
-<input type=hidden name=config value=$(CONFIG)>
-<input type=hidden name=restrict value="$(RESTRICT)">
-<input type=hidden name=exclude value="$(EXCLUDE)">
+<font size="-1">
+<input type="hidden" name="config" value="$(CONFIG)" />
+<input type="hidden" name="restrict" value="$(RESTRICT)" />
+<input type="hidden" name="exclude" value="$(EXCLUDE)" />
 Match: $(METHOD)
 Format: $(FORMAT)
 Sort by: $(SORT)
-<br>
+<br />
 Refine search:
-<input type="text" size="30" name="words" value="$(WORDS)">
-<input type="submit" value="Search">
-</select>
+<input type="text" size="30" name="words" value="$(WORDS)" />
+<input type="submit" value="Search" />
 <a href="/search.html#syntax">Search-syntax</a>
 </font>
 </form>
-<hr noshade size=1>
+<hr noshade="noshade" size="1" />
 <b>Documents $(FIRSTDISPLAYED) - $(LASTDISPLAYED) of $(MATCHES) matches.
-More <img src="/htdig/star.png" alt="*">'s indicate a better match.
+More <img src="/htdig/star.png" alt="*" />'s indicate a better match.
 </b>
-<hr noshade size=1>
+<hr noshade="noshade" size="1" />
Index: htdig/nomatch.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/htdig/nomatch.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 nomatch.html
--- htdig/nomatch.html	2 Nov 1999 11:30:51 -0000	1.2
+++ htdig/nomatch.html	16 Feb 2002 01:18:49 -0000
@@ -1,8 +1,8 @@
 <html><head><title>No match for '$(LOGICAL_WORDS)'</title></head>
 <body bgcolor="#eef7ff">
-<h1><img src="/htdig/htdig.jpeg">
+<h1><img src="/htdig/htdig.jpeg" border="0" alt="ht://Dig" />
 Search results</h1>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <h2>No matches were found for '$(LOGICAL_WORDS)'</h2>
 <p>
 Check the spelling of the search word(s) you used.
@@ -15,23 +15,22 @@ words with "<b>Any</b>."</p><p>
 If the spelling is correct and you used more than one
 word with "<b>All</b>," try using one or more of the same words
 with "<b>Any</b>."</p>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <form method="get" action="$(CGI)">
-<font size=-1>
-<input type=hidden name=config value=$(CONFIG)>
-<input type=hidden name=restrict value="$(RESTRICT)">
-<input type=hidden name=exclude value="$(EXCLUDE)">
+<font size="-1">
+<input type="hidden" name="config" value="$(CONFIG)" />
+<input type="hidden" name="restrict" value="$(RESTRICT)" />
+<input type="hidden" name="exclude" value="$(EXCLUDE)" />
 Match: $(METHOD)
 Format: $(FORMAT)
 Sort by: $(SORT)
-<br>
+<br />
 Refine search:
-<input type="text" size="30" name="words" value="$(WORDS)">
-<input type="submit" value="Search">
-</select>
+<input type="text" size="30" name="words" value="$(WORDS)" />
+<input type="submit" value="Search" />
 </font>
 </form>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <a href="http://www.htdig.org/";>
-<img src="/htdig/htdig.jpeg" border=0>ht://Dig $(VERSION)</a>
+<img src="/htdig/htdig.jpeg" border="0" alt="ht://Dig" />ht://Dig $(VERSION)</a>
 </body></html>
Index: htdig/syntax.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/htdig/syntax.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 syntax.html
--- htdig/syntax.html	2 Nov 1999 11:30:51 -0000	1.2
+++ htdig/syntax.html	16 Feb 2002 01:18:49 -0000
@@ -1,35 +1,34 @@
 <html><head><title>Error in Boolean search for '$(WORDS)'</title></head>
 <body bgcolor="#eef7ff">
-<h1><img src="/htdig/htdig.jpeg">
+<h1><img src="/htdig/htdig.jpeg" border="0" alt="ht://Dig" />
 Error in Boolean search for '$(LOGICAL_WORDS)'</h1>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 Boolean expressions need to be 'correct' in order for the search
 system to use them.
 The expression you entered has errors in it.<p>
 Examples of correct expressions are: <b>cat and dog</b>, <b>cat
-not dog</b>, <b>cat or (dog not nose)</b>.<br>Note that
-the operator <b>not</b> has the meaning of 'without'.
+not dog</b>, <b>cat or (dog not nose)</b>.<br />Note that
+the operator <b>not</b> has the meaning of 'without'.</p>
 <blockquote><b>
 $(SYNTAXERROR)
 </b></blockquote>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <form method="get" action="$(CGI)">
-<font size=-1>
-<input type=hidden name=config value=$(CONFIG)>
-<input type=hidden name=restrict value="$(RESTRICT)">
-<input type=hidden name=exclude value="$(EXCLUDE)">
+<font size="-1">
+<input type="hidden" name="config" value="$(CONFIG)" />
+<input type="hidden" name="restrict" value="$(RESTRICT)" />
+<input type="hidden" name="exclude" value="$(EXCLUDE)" />
 Match: $(METHOD)
 Format: $(FORMAT)
 Sort: $(SORT)
-<br>
+<br />
 Refine search:
-<input type="text" size="30" name="words" value="$(WORDS)">
-<input type="submit" value="Search">
-</select>
+<input type="text" size="30" name="words" value="$(WORDS)" />
+<input type="submit" value="Search" />
 </font>
 </form>
-<hr noshade size=4>
+<hr noshade="noshade" size="4" />
 <a href="http://www.htdig.org/";>
-<img src="/htdig/htdig.jpeg" border=0>ht://Dig $(VERSION)</a>
+<img src="/htdig/htdig.jpeg" border="0" alt="ht://Dig" />ht://Dig $(VERSION)</a>
 </body></html>
 

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