validator/htdocs header.html,1.49,1.50 index.html,1.91,1.92 whatsnew.html,1.63,1.64

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv22613/htdocs

Modified Files:
	header.html index.html whatsnew.html 
Log Message:
* final location (static) of atom newsfeed
* adding alternate link for atom feed to home and news page


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- index.html	14 Jun 2007 19:40:24 -0000	1.91
+++ index.html	17 Jul 2007 05:17:56 -0000	1.92
@@ -2,6 +2,7 @@
 --><!--#set var="date" value="\$Date$"
 --><!--#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">

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- whatsnew.html	5 Jun 2007 15:43:14 -0000	1.63
+++ whatsnew.html	17 Jul 2007 05:17:56 -0000	1.64
@@ -2,6 +2,7 @@
 --><!--#set var="date" value="\$Date$"
 --><!--#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>

Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- header.html	31 May 2007 02:32:14 -0000	1.49
+++ header.html	17 Jul 2007 05:17:56 -0000	1.50
@@ -18,7 +18,7 @@
       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$ -->
 

Received on Tuesday, 17 July 2007 05:18:01 UTC