##// 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:

r661:148f642d default
r661:148f642d default
Show More
changelog.tmpl
36 lines | 866 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: changelog</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168
<div class="buttons">
<a href="?cmd=tags">tags</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <a type="application/rss+xml" href="?cmd=changelog;style=rss">rss</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 </div>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changelog for #repo|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search1">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search1" type="text" size="30">
navigate: <small>#changenav#</small>
</p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #entries#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search2">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search2" type="text" size="30">
navigate: <small>#changenav#</small>
</p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#