Add RSS link to the repository index.
Index: hg/templates/index.tmpl
===================================================================
--- a/templates/index.tmpl Sat Aug 27 23:44:26 2005 -0700
+++ b/templates/index.tmpl Sat Aug 27 23:45:27 2005 -0700
@@ -11,6 +11,7 @@
<td>Description</td>
<td>Contact</td>
<td>Last change</td>
+ <td> </td>
<tr>
#entries%indexentry#
</table>
--- a/templates/map Sat Aug 27 23:44:26 2005 -0700
+++ b/templates/map Sat Aug 27 23:45:27 2005 -0700
@@ -35,7 +35,7 @@
changesettag = "<tr><th class="tag">tag:</th><td class="tag">#tag#</td></tr>"
filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>"
filelogparent = "<tr><td align="right">parent #rev#: </td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node|short#</a></td></tr>"
-indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#author# <i>#email|obfuscate#</i></td><td>#lastupdate|age# ago</td></tr>"
+indexentry = "<tr class="parity#parity#"><td><a href="#url#">#name#</a></td><td>#shortdesc#</td><td>#author#<i>#email|obfuscate#</i></td><td>#lastupdate|age# ago</td><td><a href="#url#?cmd=changelog;style=rss">RSS</a></td></tr>"
index = index.tmpl
archiveentry = "<a href="?cmd=archive;node=#node#;type=#type#">#type#</a> "
notfound = notfound.tmpl