<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.nodalpoint.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>nodalpoint.org - nar webserver publications - Comments</title>
 <link>http://www.nodalpoint.org/nodalpoint_tags/nar_webserver_publications</link>
 <description>Comments for &quot;nar webserver publications&quot;</description>
 <language>en</language>
<item>
 <title>the heroic script</title>
 <link>http://www.nodalpoint.org/2007/08/01/nar_2007_test_drive#comment-3866</link>
 <description>&lt;p&gt;For the record, here is the &quot;heroic&quot; python script:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
import feedparser&lt;br /&gt;
d = feedparser.parse(&quot;http://bioinformatics.ca/links_directory/rss.php?group_id=8&quot;)&lt;br /&gt;
for e in d.entries:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print &quot;|[[%s|%s]]|%s|none yet|&quot; % (e.links[0].href, e.title, e.summary)&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The real hero is the &lt;a href=&quot;http://feedparser.org&quot;&gt;feedparser python library&lt;/a&gt; by Mark Pilgram.&lt;/p&gt;
&lt;p&gt;I cheated a little, since there was a tinsy bit of hand editing of the output required because some of the text in the RSS titles/descriptions contained stuff interpreted as wiki markup, which broke things. For a once off script, it was easier to hand edit the output than make the script fix those parts ...&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 01 Aug 2007 21:46:57 -0400</pubDate>
 <dc:creator>pansapiens</dc:creator>
 <guid isPermaLink="false">comment 3866 at http://www.nodalpoint.org</guid>
</item>
</channel>
</rss>
