validator/httpd/conf httpd.conf,1.28,1.29

Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv13205/httpd/conf

Modified Files:
	httpd.conf 
Log Message:
- Publishing XSLT used for the creation of the atom news feed 
(courtesy of Antonio Cavedoni)
- sample server config to serve atom feed through W3C xslt service
- adding link rel="alternate" for the newsfeed in both whatsnew and index.html



Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- httpd.conf	24 Oct 2005 12:09:51 -0000	1.28
+++ httpd.conf	15 Nov 2005 05:17:25 -0000	1.29
@@ -33,3 +33,13 @@
   Header set            Cache-Control "max-age=604800"
 </Directory>
 </IfModule>
+
+# atom news feed
+  RewriteRule ^/whatsnew.atom$ http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http://www.w3.org/QA/Tools/validator-news.xsl&xmlfile=http://validator.w3.org/whatsnew.html [P,L]
+# will need to change this to point to validator.w3.org/validator-news.xsl when we publish it there.
+
+<Proxy *>
+  Order Deny,Allow
+  Allow from all
+</Proxy>
+

Received on Tuesday, 15 November 2005 05:17:33 UTC