Mercurial > hg
annotate templates/rss/changelog.tmpl @ 8791:23730a475363
inotify.server: the decorator eventaction() shouldn't be a method of repowatcher
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 13 Jun 2009 18:41:28 +0200 |
parents | 5ccca71775e1 |
children |
rev | line source |
---|---|
8428
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
3235
diff
changeset
|
1 {header} |
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
3235
diff
changeset
|
2 <title>{repo|escape} Changelog</title> |
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
3235
diff
changeset
|
3 <description>{repo|escape} Changelog</description> |
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
3235
diff
changeset
|
4 {entries%changelogentry} |
599 | 5 </channel> |
6 </rss> |