templates/rss/header.tmpl
author Patrick Mezard <pmezard@gmail.com>
Sun, 06 May 2007 23:44:18 +0200
changeset 4406 f700ea2b0689
parent 3985 4874ca8a53c1
child 5928 3340aa5a64f7
permissions -rw-r--r--
mq: fix qtop failure when the series ends with guarded patches.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3985
4874ca8a53c1 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr>
parents: 3423
diff changeset
     1
Content-type: text/xml; charset={encoding}
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     2
3985
4874ca8a53c1 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr>
parents: 3423
diff changeset
     3
<?xml version="1.0" encoding="{encoding}"?>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     4
<rss version="2.0">
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     5
  <channel>
3423
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3235
diff changeset
     6
    <link>{urlbase}{url}</link>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
     7
    <language>en-us</language>