# HG changeset patch # User Ollivier Robert # Date 2005-08-28 06:45:27 # Node ID a33a7a543803c7383a6918b19797bf9fd6b83e8e # Parent 725204f67d9255d086415acad8000b366e2e70a6 Add RSS link to the repository index. Index: hg/templates/index.tmpl =================================================================== diff --git a/templates/index.tmpl b/templates/index.tmpl --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -11,6 +11,7 @@ Description Contact Last change +   #entries%indexentry# diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -35,7 +35,7 @@ changelogtag = "tag: changesettag = "tag:#tag#" filediffparent = "parent #rev#:#node|short#" filelogparent = "parent #rev#: #node|short#" -indexentry = "#name##shortdesc##author# #email|obfuscate##lastupdate|age# ago" +indexentry = "#name##shortdesc##author##email|obfuscate##lastupdate|age# agoRSS" index = index.tmpl archiveentry = "#type# " notfound = notfound.tmpl