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

r1433:70a3b6a5 default
r1628:88ad18c1 default
Show More
filelog.tmpl
21 lines | 543 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: #file# history</title>
<link rel="alternate" type="application/rss+xml"
href="?fl=0;file=#file#;style=rss" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>
<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?tags=">tags</a>
<a href="?f=#filenode|short#;file=#file#">file</a>
<a href="?fa=#filenode|short#;file=#file#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
</div>
<h2>#file# revision history</h2>
#entries%filelogentry#
#footer#