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
No comments:
Post a Comment