Mercurial > hg-stable
changeset 1125:a33a7a543803
Add RSS link to the repository index.
Index: hg/templates/index.tmpl
===================================================================
author | Ollivier Robert <roberto@keltia.freenix.fr> |
---|---|
date | Sat, 27 Aug 2005 23:45:27 -0700 |
parents | 725204f67d92 |
children | 624a3a4fa232 bd917e1a26dd |
files | templates/index.tmpl templates/map |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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