##// END OF EJS Templates
Merge with i18n
Merge with i18n

File last commit:

r8962:4aade1a0 default
r10308:4aa619c4 merge 1.4.3 stable
Show More
filelog.tmpl
8 lines | 245 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 {header}
Robert Bachmann
Added support for the Atom syndication format
r5269 <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
Brodie Rao
atom: use urlescape in filelog's file link
r8962 <link rel="self" href="{urlbase}{url}atom-log/tip/{file|urlescape}"/>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{repo|escape}: {file|escape} history</title>
{latestentry%feedupdated}
Robert Bachmann
Added support for the Atom syndication format
r5269
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 {entries%changelogentry}
Robert Bachmann
Added support for the Atom syndication format
r5269 </feed>