templates/atom/changelog.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 20 May 2009 18:35:41 +0200
changeset 8530 03196ac9a8b9
parent 8428 5ccca71775e1
permissions -rw-r--r--
store: refactor the fncache handling put all the fncache file writing and reading in the same place.

{header}
 <!-- Changelog -->
 <id>{urlbase}{url}</id>
 <link rel="self" href="{urlbase}{url}atom-log"/>
 <link rel="alternate" href="{urlbase}{url}"/>
 <title>{repo|escape} Changelog</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>