view templates/atom/tagentry.tmpl @ 9230:e1f4d1fd021c

i18n-da: updates in gpg, highlight, inotify, and mq
author Martin Geisler <mg@lazybytes.net>
date Mon, 20 Jul 2009 23:55:55 +0200
parents 5ccca71775e1
children 3b93032516b3
line wrap: on
line source

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