validator/htdocs/dev/tests index.html,1.110,1.111

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv27058/htdocs/dev/tests

Modified Files:
	index.html 
Log Message:
Update Atom test case to one that currently really serves application/atom+xml, add some "with v.w.o" links.

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- index.html	4 Dec 2009 21:05:22 -0000	1.110
+++ index.html	4 Dec 2009 21:45:02 -0000	1.111
@@ -1251,10 +1251,16 @@
 	  <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fvalidator.w3.org%3A8000%2F">with v.w.o</a> - 
 	  httpd on a non-standard port (should be working transparently if :8000 server is running)
 	</li>
-  <li><a href="../../check?uri=http%3A%2F%2Fwww.oreillynet.com%2Fpub%2Ffeed%2F20">validate</a> -
-    a resource served as application/atom+xml, should be passed on to the Feed Validator.</li>
-  <li><a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">validate</a> -
-    a resource served as text/css, should be passed on to the CSS Validator.</li>
+	<li>
+	  <a href="../../check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">validate</a> -
+	  <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fidenti.ca%2Fapi%2Fstatuses%2Fuser_timeline%2Fw3c.atom">with v.w.o</a> -
+	  a resource served as application/atom+xml, should be passed on to the Feed Validator.
+	</li>
+	<li>
+	  <a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">validate</a> -
+	  <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FSwiss">with v.w.o</a> -
+	  a resource served as text/css, should be passed on to the CSS Validator.
+	</li>
 </ul>
 
       <h4  id="regress">Bugs and Regression Tests</h4>

Received on Friday, 4 December 2009 21:45:13 UTC