annotate templates/atom/changelog.tmpl @ 8889:9be824115ee8

help: wrap extension descriptions
author Martin Geisler <mg@lazybytes.net>
date Mon, 22 Jun 2009 00:02:31 +0200
parents 5ccca71775e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 5269
diff changeset
1 {header}
5269
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
2 <!-- Changelog -->
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
3 <id>{urlbase}{url}</id>
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
4 <link rel="self" href="{urlbase}{url}atom-log"/>
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
5 <link rel="alternate" href="{urlbase}{url}"/>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 5269
diff changeset
6 <title>{repo|escape} Changelog</title>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 5269
diff changeset
7 {latestentry%feedupdated}
5269
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
8
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 5269
diff changeset
9 {entries%changelogentry}
5269
46c5e1ee8aaa Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff changeset
10 </feed>