Trond Lossius wrote: > One thing I've been wondering about for a while: Do anyone know > how to make a de.icio.us rss feed show up in the blog, similar > to this plugin for WordPress? > > http://chrismetcalf.net/wiki/index.php/DeliciousPlugin
One way might be to use e.g. the universal feedparser from feedparser.org to scrape the RSS, then post each entry to one's coreblog using python's smtp module. I'm using a similar method to pipe RSS into NNTP. Cheers, -- Klaus Alexander Seistrup PNX ยท http://pnx.dk/ _______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
