templates/filelogentry-rss.tmpl
author Matt Mackall <mpm@selenic.com>
Tue, 05 Jul 2005 18:15:38 -0800
changeset 626 47207ec19c51
parent 601 8865eb8ade99
child 777 8a61f25414b5
child 793 445970ccf57a
permissions -rw-r--r--
Fix quoting for RSS links Spotted by Mikael Berthe <mikael.berthe@lilotux.net>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     1
<item>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     2
    <title>#desc|firstline|escape#</title>
626
47207ec19c51 Fix quoting for RSS links
Matt Mackall <mpm@selenic.com>
parents: 601
diff changeset
     3
    <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     4
    <description>#desc|escape|addbreaks#</description>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     5
    <author>#author|obfuscate#</author>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     6
    <pubDate>#date|rfc822date#</pubDate>>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     7
</item>