view templates/atom/tagentry.tmpl @ 8793:9d0c521bce0e

inotify: put the "while True: poll()" loop in pollable class
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 21 May 2009 23:51:54 +0900
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>