Wednesday, October 1, 2008

Converting Safari RSS feeds into exportable OPML file

At first, saving and reading your RSS feeds from Safari may have seemed appealing. But that may have changed. After all, there are a good five or six solid RSS readers for the Mac that can do the job better. Well, there seems to be a way to move those RSS feeds out of Safari and into the reader of your choice.

By using an XML stylesheet and running it in the Mac terminal, you can convert the RSS feeds into an OPML file. Nearly all RSS readers -- both desktop and online -- will let you import feeds via OPML. Here's how you do it:

Download the XML stylesheet from here. Then run it in the terminal with these commands:
$ cd ~/Library/Safari
$ plutil -convert xml1 Bookmarks.plist
$ xsltproc SafariFeeds2OPML.xslt Bookmarks.plist > SafariFeeds.opml
$ plutil -convert binary1 Bookmarks.plist

Now you have an OPML file called SafariFeeds.opml. Download a news reader or use an online one and import the file. Now you can enjoy those RSS feeds in a more comfortable reading environment.

Via Mac OS X Hints.
Read�|�Permalink�|�Email this�|�Linking�Blogs�|�Comments

Read more

No comments: