templates/filelogentry-rss.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 18 Jul 2006 00:32:18 +0200
changeset 2631 8f564a875b50
parent 1650 f2ebd5251e88
child 3206 79fd7a92f3e2
permissions -rw-r--r--
codingstyle: use spaces instead of tabs
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>
1511
a91bfbbe88d3 hgweb: remove redundant rstrip filter
TK Soh <teekaysoh@yahoo.com>
parents: 1445
diff changeset
     2
    <title>#desc|strip|firstline|strip|escape#</title>
1650
f2ebd5251e88 changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Peter van Dijk <peter@dataloss.nl>
parents: 1511
diff changeset
     3
    <link>#url#?f=#filenode|short#;file=#file|urlescape#</link>
1445
56281e086f38 hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com>
parents: 1410
diff changeset
     4
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
599
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>