templates/rss/header.tmpl
author Matt Mackall <mpm@selenic.com>
Tue, 17 Oct 2006 22:07:54 -0500
changeset 3438 b17f9d3eda74
parent 3413 a2179e78d18b
child 3946 be5d099e7a62
permissions -rw-r--r--
revlog.lookup tweaks - fast path for binary node ids - direct lookup for full hex ids - silly change to bin_id
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
Content-type: text/xml
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     2
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     3
<rss version="2.0">
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     4
  <channel>
3413
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3227
diff changeset
     5
    <link>{urlbase}{url}</link>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     6
    <language>en-us</language>