# HG changeset patch # User kreijack@inwind.REMOVEME.it # Date 2005-07-10 23:59:26 # Node ID 148f642d1f8ecb504d589ea2e19fe8351e51e2ab # Parent 2c83350784c3aa3680a4e824c2383bb8210e0f64 Add rss tag in the changelog/filelog html template. # HG changeset patch # User kreijack@inwind.REMOVEME.it # Node ID 20edcc82038fce8460076ca5723fbbb919016356 # Parent 8c89408a7154d2da94766e957a088407fd0fef93 Add rss tag in the changelog/filelog html template. This patch add rss tags in the changelog/filelog template html pages. This tags permit the browser to detect the rss feed. diff --git a/templates/changelog.tmpl b/templates/changelog.tmpl --- a/templates/changelog.tmpl +++ b/templates/changelog.tmpl @@ -1,12 +1,14 @@ #header# #repo|escape#: changelog +
tags manifest -rss +rss

changelog for #repo|escape#

diff --git a/templates/filelog.tmpl b/templates/filelog.tmpl --- a/templates/filelog.tmpl +++ b/templates/filelog.tmpl @@ -1,5 +1,8 @@ #header# #repo|escape#: #file# history + + @@ -8,7 +11,7 @@ tags file annotate -rss +rss

#file# revision history