[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] information policy
From: |
Patrick Georgi |
Subject: |
Re: [Monotone-devel] information policy |
Date: |
Thu, 21 Oct 2010 12:09:05 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.11) Gecko/20101013 Lightning/1.0b2 Thunderbird/3.1.5 |
Am 21.10.2010 11:57, schrieb Stephen Leake:
> Emacs Gnus (which I use to read news and mail) does incorporate an RSS
> reader. However, I can't figure out what URL to give it;
> http://www.monotone.ca/ doesn't work, and I don't see anything on that
> page to indicate what the RSS URL might be.
>
>> Its just that I have too many irons in the fire and serving many
>> different media with basically the same contents just takes more time (I
>> do write enough emails already to monotone-devel, right?! ;))
>
> As long as it is clear how to integrate the RSS feed into typical
> clients, that's fine.
I get an RSS logo in Firefox (address bar, orange block, with 3
quarter-circles). Clicking on that registers the site's RSS feeds in my
feed reader.
Firefox takes its information about RSS from these lines in the
website's HTML code:
<link rel="alternate" type="application/rss+xml" title="monotone news"
href="news.xml.php" />
<link rel="alternate" type="application/rss+xml" title="monotone
releases" href="releases.xml.php" />
Maybe Gnus' could be taught to look for these when it's given HTML not
RSS URLs?
Patrick