comparison templates/atom/changelog.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 <!-- Changelog -->
3 <id>{urlbase}{url}</id>
4 <link rel="self" href="{urlbase}{url}atom-log"/>
5 <link rel="alternate" href="{urlbase}{url}"/>
6 <title>#repo|escape# Changelog</title>
7 #latestentry%feedupdated#
8
9 #entries%changelogentry#
10 </feed>