comparison templates/filelogentry-rss.tmpl @ 1650:f2ebd5251e88

changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
author Peter van Dijk <peter@dataloss.nl>
date Sun, 29 Jan 2006 00:18:52 +0100
parents a91bfbbe88d3
children 79fd7a92f3e2
comparison
equal deleted inserted replaced
1649:beb7da710c8a 1650:f2ebd5251e88
1 <item> 1 <item>
2 <title>#desc|strip|firstline|strip|escape#</title> 2 <title>#desc|strip|firstline|strip|escape#</title>
3 <link>#url#?f=#filenode|short#;file=#file#</link> 3 <link>#url#?f=#filenode|short#;file=#file|urlescape#</link>
4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description> 4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
5 <author>#author|obfuscate#</author> 5 <author>#author|obfuscate#</author>
6 <pubDate>#date|rfc822date#</pubDate>> 6 <pubDate>#date|rfc822date#</pubDate>>
7 </item> 7 </item>