html5 .htaccess,1.14,1.15

Update of /sources/public/html5
In directory hutz:/tmp/cvs-serv6944

Modified Files:
	.htaccess 
Log Message:
redirect URLs for pseudo-schemas to appropriate spec


Index: .htaccess
===================================================================
RCS file: /sources/public/html5/.htaccess,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- .htaccess	10 Jan 2012 19:36:04 -0000	1.14
+++ .htaccess	15 Jan 2012 11:11:07 -0000	1.15
@@ -1,3 +1,9 @@
 Redirect 410 /html5/core
 RedirectMatch permanent /html5/editing-api http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
 RedirectMatch permanent /html5/html-api-map http://dvcs.w3.org/hg/html-api-map/raw-file/tip/Overview.html
+RedirectMatch permanent /html5/s/html.rnc http://dev.w3.org/html5/spec/
+RedirectMatch permanent /html5/s/xml.rnc http://dev.w3.org/html5/spec/
+RedirectMatch permanent /html5/s/html-microdata.rnc http://dev.w3.org/html5/md/
+RedirectMatch permanent /html5/s/xml-microdata.rnc http://dev.w3.org/html5/md/
+RedirectMatch permanent /html5/c/all/ http://dev.w3.org/html5/spec/
+RedirectMatch permanent /html5/c/microdata/ http://dev.w3.org/html5/md/

Received on Sunday, 15 January 2012 11:11:36 UTC