##// END OF EJS Templates
Fixed synopsis for grep command.
Fixed synopsis for grep command.

File last commit:

r814:0902ffec merge default
r1068:498456c2 default
Show More
filelogentry-rss.tmpl
7 lines | 271 B | application/x-cheetah | CheetahLexer
/ templates / filelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
<title>#desc|firstline|escape#</title>
Matt Mackall
Fix quoting for RSS links...
r626 <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
mpm@selenic.com
Wrap RSS description in CDATA...
r777 <description><![CDATA[#desc|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>>
</item>