view templates/atom/tagentry.tmpl @ 5266:46c5e1ee8aaa

Added support for the Atom syndication format
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 16:42:17 +0200
parents
children
line wrap: on
line source

 <entry>
  <title>#tag|escape#</title>
  <link rel="alternate" href="{urlbase}{url}rev/{node}"/>
  <id>http://www.selenic.com/mercurial/#tag-{node}</id>
  <updated>#date|rfc3339date#</updated>
  <published>#date|rfc3339date#</published>
  <content type="text">#tag|strip|escape#</content>
 </entry>