view templates/atom/tagentry.tmpl @ 5430:0bdea0abe62e

osutil.c: use strncpy instead of strncat
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 08 Oct 2007 21:37:25 -0300
parents 46c5e1ee8aaa
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>