view templates/atom/tags.tmpl @ 8428:5ccca71775e1

atom/rss: use newer template syntax everywhere
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 15 May 2009 10:46:52 +0200
parents 46c5e1ee8aaa
children
line wrap: on
line source

{header}
 <id>{urlbase}{url}</id>
 <link rel="self" href="{urlbase}{url}atom-tags"/>
 <link rel="alternate" href="{urlbase}{url}tags"/>
 <title>{repo|escape}: tags</title>
 <summary>{repo|escape} tag history</summary>
 <author><name>Mercurial SCM</name></author>
 {latestentry%feedupdated}

{entriesnotip%tagentry}
</feed>