annotate templates/rss/header.tmpl @ 9622:9d1a480ca6ea

gendoc: fix synopsis The synopsis is used as an inline literal when generating the manpage. There should not be any whitespace on the inside of the quotation marks in inline literals. Commands with an empty synopsis (such as tags) produces ``tags `` as synopsis, which triggers a warning.
author Martin Geisler <mg@lazybytes.net>
date Tue, 20 Oct 2009 22:42:49 +0200
parents 3340aa5a64f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3948
be5d099e7a62 Send encoding information in rss header
Edouard Gomez <ed.gomez@free.fr>
parents: 3423
diff changeset
1 <?xml version="1.0" encoding="{encoding}"?>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
2 <rss version="2.0">
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
3 <channel>
3423
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3235
diff changeset
4 <link>{urlbase}{url}</link>
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
5 <language>en-us</language>