##// END OF EJS Templates
Add rss tag in the changelog/filelog html template....
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.

File last commit:

r599:765182a4 default
r661:148f642d default
Show More
filelog-rss.tmpl
5 lines | 146 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: #file# history</title>
<description>#file# revision history</description>
#entries#
</channel>
</rss>