templates/rss/header.tmpl
author Brendan Cully <brendan@kublai.com>
Fri, 08 Dec 2006 12:53:51 -0800
changeset 3832 08c169cbd9e1
parent 3423 a2179e78d18b
child 3948 be5d099e7a62
permissions -rw-r--r--
Merge with mpm
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>
3423
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3235
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>