Author: nick Date: 2006-06-22 15:43:15 +0100 (Thu, 22 Jun 2006) New Revision: 815
Modified: trunk/templates/site_index.tt Log: Add links to rdf, rss and atom
Modified: trunk/templates/site_index.tt =================================================================== --- trunk/templates/site_index.tt 2006-06-22 14:30:44 UTC (rev 814) +++ trunk/templates/site_index.tt 2006-06-22 14:43:15 UTC (rev 815) @@ -27,4 +27,14 @@ [% END %] </ol> </div> + +<p> + This list is available as + <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=rdf">rdf</a>, + or as a + <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=rss">rss feed</a>, + or as an + <a href="[% cgi_url %]?action=index;index_type=[% type %];index_value=[% value %];format=atom">atom feed</a>. +</p> + [% INCLUDE footer.tt %]
openguides-commits@lists.openguides.org