view mercurial/templates/atom/tagentry.tmpl @ 22338:8fcd56095d3b

obssmarker: add a bundle2 record with the number of markers added
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 25 Aug 2014 18:10:08 +0200
parents 9409aeaafdc1
children
line wrap: on
line source

 <entry>
  <title>{tag|escape}</title>
  <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
  <id>{urlbase}{url|urlescape}#tag-{node}</id>
  <updated>{date|rfc3339date}</updated>
  <published>{date|rfc3339date}</published>
  <content type="text">{tag|strip|escape}</content>
 </entry>