view mercurial/templates/atom/tagentry.tmpl @ 26369:4799b5c4aaf4

help: define list of keywords that should be excluded from non-verbose output This list will be reused by the other deprecated/experimental handling.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Sep 2015 11:25:38 +0900
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>