view templates/atom/filelog.tmpl @ 5287:c6f932d3e0f6

Don't decode unicode strings. This does not work with python2.3 and is probably not useful anyway with 2.4.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 07 Sep 2007 16:14:51 +0200
parents 46c5e1ee8aaa
children
line wrap: on
line source

#header#
 <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
 <link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
 <title>#repo|escape#: #file|escape# history</title>
 #latestentry%feedupdated#

#entries%changelogentry#
</feed>