diff options
author | ot <ot@localhost> | 2005-11-15 05:17:25 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-11-15 05:17:25 +0000 |
commit | 7c241db4d115e7cf97d5dac38f6384c14011e802 (patch) | |
tree | 4099e9930d100a12f0d0779dda8fd20084c86a7d /htdocs/index.html | |
parent | 3e7727b70983e03172adb25aab2901ee2c29876c (diff) | |
download | markup-validator-7c241db4d115e7cf97d5dac38f6384c14011e802.zip markup-validator-7c241db4d115e7cf97d5dac38f6384c14011e802.tar.gz markup-validator-7c241db4d115e7cf97d5dac38f6384c14011e802.tar.bz2 |
- 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
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index b4c44bd..b2405f1 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,7 +1,8 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.75 2005-10-20 06:46:50 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-10-20 06:46:50 $" +<!--#set var="revision" value="\$Id: index.html,v 1.76 2005-11-15 05:17:25 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-11-15 05:17:25 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" +--><!--#set var="feeds" value="1" --><!--#include virtual="header.html" --> <div id="head"> |