##// 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
changelogentry.tmpl
16 lines | 514 B | application/x-cheetah | CheetahLexer
/ templates / atom / changelogentry.tmpl
Robert Bachmann
Added support for the Atom syndication format
r5269 <entry>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{desc|strip|firstline|strip|escape|nonempty}</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>{urlbase}{url}#changeset-{node}</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="{urlbase}{url}rev/{node|short}"/>
Robert Bachmann
Added support for the Atom syndication format
r5269 <author>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <name>{author|person|escape}</name>
<email>{author|email|obfuscate}</email>
Robert Bachmann
Added support for the Atom syndication format
r5269 </author>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
Robert Bachmann
Added support for the Atom syndication format
r5269 <content type="xhtml">
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 <div xmlns="http://www.w3.org/1999/xhtml">
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <pre xml:space="preserve">{desc|escape|nonempty}</pre>
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 </div>
Robert Bachmann
Added support for the Atom syndication format
r5269 </content>
</entry>