diff options
author | ot <ot@localhost> | 2007-07-17 05:17:57 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-07-17 05:17:57 +0000 |
commit | 87d0acedfc014b97874e82d741dbcd84356ca741 (patch) | |
tree | ff1516726db01a9e37cac02a5ea0582d51bc3488 | |
parent | 88bf37c47ddda7fbacb87d74894dcc3b7dd668c4 (diff) | |
download | markup-validator-87d0acedfc014b97874e82d741dbcd84356ca741.zip markup-validator-87d0acedfc014b97874e82d741dbcd84356ca741.tar.gz markup-validator-87d0acedfc014b97874e82d741dbcd84356ca741.tar.bz2 |
* final location (static) of atom newsfeed
* adding alternate link for atom feed to home and news page
-rwxr-xr-x | htdocs/header.html | 6 | ||||
-rwxr-xr-x | htdocs/index.html | 5 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 5 | ||||
-rw-r--r-- | httpd/conf/httpd.conf | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index d24934c..37c42db 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -11,16 +11,16 @@ </style> <script type="text/javascript" src="scripts/mootools.js"></script> <script type="text/javascript" src="scripts/w3c-validator.js"></script> - <meta name="revision" content="$Id: header.html,v 1.49 2007-05-31 02:32:14 ot Exp $" /> + <meta name="revision" content="$Id: header.html,v 1.50 2007-07-17 05:17:56 ot Exp $" /> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="<!--#echo var="revision" -->" /> <!--#if expr="$feeds = 1" --> - <link rel="alternate" type="application/atom+xml" href="<!--#echo var="relroot" -->whatsnew.atom" /> + <link rel="alternate" type="application/atom+xml" href="http://www.w3.org/QA/Tools/validator-whatsnew.atom" /> <!--#endif --> - <!-- SSI Template Version: $Id: header.html,v 1.49 2007-05-31 02:32:14 ot Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.50 2007-07-17 05:17:56 ot Exp $ --> </head> diff --git a/htdocs/index.html b/htdocs/index.html index 717aff7..0516db4 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,7 +1,8 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.91 2007-06-14 19:40:24 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-06-14 19:40:24 $" +<!--#set var="revision" value="\$Id: index.html,v 1.92 2007-07-17 05:17:56 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-07-17 05:17:56 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" +--><!--#set var="feeds" value="1" --><!--#include virtual="header.html" --> <div id="frontforms"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index f0c7366..349dce8 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,7 +1,8 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.63 2007-06-05 15:43:14 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-06-05 15:43:14 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.64 2007-07-17 05:17:56 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-07-17 05:17:56 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" +--><!--#set var="feeds" value="1" --><!--#include virtual="header.html" --> <div class="doc"><a name="skip" id="skip"></a> <h2>News for the W3C Markup Validator</h2> diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index a27738e..eb1fe5c 100644 --- a/httpd/conf/httpd.conf +++ b/httpd/conf/httpd.conf @@ -60,8 +60,7 @@ Alias /w3c-validator/ /usr/local/validator/htdocs/ # atom news feed <IfModule mod_rewrite.c> - RewriteRule /w3c-validator/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. + RewriteRule /w3c-validator/whatsnew.atom$ http://www.w3.org/QA/Tools/validator-whatsnew.atom [P,L] </IfModule> <Proxy *> |