- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Jul 2009 11:12:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27598
Modified Files:
.htaccess tocmix.xsl
Log Message:
fix rewrite loop
Index: tocmix.xsl
===================================================================
RCS file: /sources/public/html5/spec/tocmix.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tocmix.xsl 27 Jul 2009 11:08:22 -0000 1.10
+++ tocmix.xsl 27 Jul 2009 11:12:52 -0000 1.11
@@ -3,7 +3,7 @@
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
- <xsl:param name="Annotations">http://dev.w3.org/html5/spec/get-all-annotations.py</xsl:param>
+ <xsl:param name="Annotations">http://dev.w3.org/html5/spec/get-annotations.py</xsl:param>
<xsl:param name="AnnoDB" select="document($Annotations)" />
<xsl:template match="h:ol[@class='toc']">
<xsl:apply-templates mode="toc" />
Index: .htaccess
===================================================================
RCS file: /sources/public/html5/spec/.htaccess,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- .htaccess 27 Jul 2009 11:06:22 -0000 1.7
+++ .htaccess 27 Jul 2009 11:12:52 -0000 1.8
@@ -5,4 +5,4 @@
AddDefaultCharset utf-8
RewriteEngine on
RewriteRule ^status.html$ http://people.w3.org/mike/html5/spec/toc-status.xml [P,L]
-RewriteRule ^get-all-annotations.py$ http://people.w3.org/mike/html5/spec/get-all-annotations.py [P,L]
+RewriteRule ^get-annotations.py$ http://people.w3.org/mike/html5/spec/get-all-annotations.py [P,L]
Received on Monday, 27 July 2009 11:13:08 UTC