Mercurial > hg-stable
annotate templates/rss/filelog.tmpl @ 3235:e281903c9d32
Move RSS theme into subdirectory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 02 Oct 2006 17:35:41 -0700 |
parents | templates/filelog-rss.tmpl@f2ebd5251e88 |
children | 5ccca71775e1 |
rev | line source |
---|---|
599 | 1 #header# |
1650
f2ebd5251e88
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Peter van Dijk <peter@dataloss.nl>
parents:
985
diff
changeset
|
2 <title>#repo|escape#: #file|escape# history</title> |
f2ebd5251e88
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Peter van Dijk <peter@dataloss.nl>
parents:
985
diff
changeset
|
3 <description>#file|escape# revision history</description> |
985 | 4 #entries%filelogentry# |
599 | 5 </channel> |
1650
f2ebd5251e88
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Peter van Dijk <peter@dataloss.nl>
parents:
985
diff
changeset
|
6 </rss> |