Michael McCracken's Weblog
 Saturday, August 17, 2002
Categories

By the way, along with playing around with the visual theme of my weblog, I've split the posts into topics (so now there are more topics for me not to fill).

If you're only interested in some of what I have to say, you should bookmark or subscribe to just that category...
2:43:50 PM    ...comment? ()

RSS Autodiscovery

I like the idea of rss auto-discovery, as covered by Mark Pilgrim here, so I wrote a quickie class in ObjC to wrap around his python script: RSSFinder. Update: now the link works

I was planning to just port his script, but it uses way too many of the 'batteries' that python comes with (ie, fantastic standard libraries that just aren't there for C/ObjC) - so I just wrote an NSTask wrapper.
2:37:10 PM    ...comment? ()