##// END OF EJS Templates
merge with mpm
merge with mpm

File last commit:

r3423:a2179e78 default
r6776:39319a45 merge default
Show More
filelogentry.tmpl
7 lines | 290 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#desc|strip|firstline|strip|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}log{#node|short#}/{file|urlescape}</link>
Brendan Cully
Move RSS theme into subdirectory
r3235 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
<author>#author|obfuscate#</author>
Benoit Boissinot
fix rss template
r3410 <pubDate>#date|rfc822date#</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>