##// END OF EJS Templates
dirstate: don't complain about 0-length files
dirstate: don't complain about 0-length files

File last commit:

r8428:5ccca717 default
r8716:f3322bb2 default
Show More
changelogentry.tmpl
16 lines | 508 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>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link href="{urlbase}{url}rev/{node}"/>
<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>