Following up on the call yesterday, there was a request to access one's pledge via an RSS feed. Will the format below work for those interested in this? And should the number of pledges be limited to the last ten, or would you prefer that all be included? The <item>s will be displayed in reverse chronological order.
Code:
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Seek the Peak Hiker Pledges</title>
<link>http://www.seekthepeak.org/view.php?p=PageName</link>
<description></description>
<language>en-us</language>
<ttl>60</ttl>
<item>
<title>Tue, 3 Feb - Sponsor Display Name</title>
<link>http://www.seekthepeak.org/view.php?p=PageName</link>
<description>Sponsor Comments go here</description>
<pubDate>Tue, 3 Feb 2009 15:23:00 EST</pubDate>
<guid>http://www.seekthepeak.org/view.php?p=PageName</guid>
</item>
<item>
...
</item>
</channel>
</rss>