templates/filelog-rss.tmpl
author Markus F.X.J. Oberhumer <markus@oberhumer.com>
Thu, 01 Jun 2006 15:54:31 -0700
changeset 2388 74d569332f8b
parent 1650 f2ebd5251e88
permissions -rw-r--r--
Cleanup: unifiy the coding style in the ui.py configitems forwarders. No functional changes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     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
7ffa91f275ff hgweb: fix RSS and raw for new % scheme
mpm@selenic.com
parents: 599
diff changeset
     4
    #entries%filelogentry#
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     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>