##// END OF EJS Templates
[hgweb] Prevent search engine bots from indexing the entire repository
[hgweb] Prevent search engine bots from indexing the entire repository

File last commit:

r1575:0a1cca91 default
r1628:88ad18c1 default
Show More
tags-gitweb.tmpl
21 lines | 669 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
<title>#repo|escape#: Tags</title>
<link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
</head>
<body>
<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / tags
</div>
<div class="page_nav">
Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style...
r1575 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | tags | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <br/>
</div>
<table cellspacing="0">
#entries%tagentry#
</table>
#footer#