view templates/old/tags.tmpl @ 4187:9814d600011e

util._matcher: unify pattern normalization This should fix issue347. It also highlights one issue with the directory walking code when you have an --include pattern that matches the end of a filename. This is fixed by the next patch.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 10 Mar 2007 23:00:53 -0300
parents fc34c031ff54
children 46c5e1ee8aaa
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/rss+xml"
   href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?sl=tip">shortlog</a>
<a href="?mf=#node|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries%tagentry#
</ul>

#footer#