##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r9581:3b930325 default
r9998:4a3c388f default
Show More
tagentry.tmpl
8 lines | 286 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 <entry>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{tag|escape}</title>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>{urlbase}{url}#tag-{node}</id>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{tag|strip|escape}</content>
Robert Bachmann
Added support for the Atom syndication format
r5269 </entry>