comparison templates/atom/filelog.tmpl @ 5266:46c5e1ee8aaa

Added support for the Atom syndication format
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 16:42:17 +0200
parents
children
comparison
equal deleted inserted replaced
5265:980da86fc66a 5266:46c5e1ee8aaa
1 #header#
2 <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
3 <link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
4 <title>#repo|escape#: #file|escape# history</title>
5 #latestentry%feedupdated#
6
7 #entries%changelogentry#
8 </feed>