I think Maria's priority would be to enhance this great product rather than sort out RSS. Remember that RSS is fairly new and a lot of people just don't know what it is. Only three browsers can read RSS at the moment anyway, otherwise you need a Feed Reader.
You would be better off creating your own. Something like this
Code:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Volvo Articles</title>
<description>Articles from our forum</description>
<link>http://www.volvoclub.org.uk/forum/vbarticles.php</link>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<lastBuildDate>Sun, 11 Feb 2007 20:02:53 +0000</lastBuildDate>
<managingEditor>robert.isaac@domain.com (Robert Isaac)</managingEditor>
<pubDate>Sun, 11 Feb 2007 20:00:20 +0000</pubDate>
<webMaster>robert.isaac@domain.com (Robert Isaac)</webMaster>
<item>
<title>Engine Oil Development From 1997-2005</title>
<description>This article is by Gavin Scott who is technical sales manager of Delta Oil Ltd. This article addresses the development of motor oil between 1997 and 2005.</description>
<link>http://www.volvoclub.org.uk/forum/vbarticles.php?do=article&articleid=1</link>
<author>robert.isaac@domain.com (Robert Isaac)</author>
<guid isPermaLink="false">503932B9-0F2C-4353-BEBC-F35BA827FC1A</guid>
<pubDate>Sun, 11 Feb 2007 20:01:22 +0000</pubDate>
</item>
</channel>
</rss>
Save it as articles.xml and put the link code in your header.
Just add more <item></item> as you need to. There are some nifty RSS feed generators around like
FeedForAll
Bob