Index: xdocs/index.xml
===================================================================
--- xdocs/index.xml	(revision 417443)
+++ xdocs/index.xml	(working copy)
@@ -2,6 +2,7 @@
 <document>
   <properties>
     <author email="docs@httpd.apache.org">Documentation Group</author>
+    <atom url="http://mail-archives.apache.org/mod_mbox/httpd-announce/?format=atom">httpd Announcement</atom>
     <title>Welcome!</title>
   </properties>
 <body>
Index: xdocs/stylesheets/site.vsl
===================================================================
--- xdocs/stylesheets/site.vsl	(revision 417443)
+++ xdocs/stylesheets/site.vsl	(working copy)
@@ -90,6 +90,11 @@
 #end
 ##
 ##
+#macro ( metaatom $title $url )
+<link rel="alternate" title="$title" type="application/atom+xml" href="$url" />
+#end
+##
+##
 #macro ( source $value )
 <div align="left">
   <table cellspacing="4" cellpadding="0" border="0">
@@ -225,6 +230,10 @@
   #foreach ( $au in $authors )
    #metaauthor ( $au.getText() $au.getAttributeValue("email") )
   #end
+  #set ($atoms = $root.getChild("properties").getChildren("atom"))
+  #foreach ( $atom in $atoms )
+   #metaatom ( $atom.getText() $atom.getAttributeValue("url") )
+  #end
   <title>$root.getChild("properties").getChild("title").getText() - $project.getChild("title").getText()</title>
  </head>
  <body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
