<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tim Keller &#187; mail</title>
	<atom:link href="http://timk.co.za/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://timk.co.za</link>
	<description>Web, IT, Telecoms, Development, Networks, Photography, Life.</description>
	<lastBuildDate>Sat, 10 Jul 2010 12:49:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSS: Exporting from Mail.app to Google Reader</title>
		<link>http://timk.co.za/2009/06/21/rss-exporting-from-mail-app-to-google-reader/</link>
		<comments>http://timk.co.za/2009/06/21/rss-exporting-from-mail-app-to-google-reader/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:54:47 +0000</pubDate>
		<dc:creator>Tim Keller</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://timk.co.za/?p=62038122</guid>
		<description><![CDATA[Despite the fact that some believe that RSS is dead (well, some don&#8217;t), I still use it frequently to catch up on the day&#8217;s news at a glance.
Historically, I&#8217;ve kept my feeds in Apple&#8217;s Mail.app. However, I&#8217;ve recently found myself wanting to catch up on RSS when I&#8217;m in the car or at the gym. [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the fact that some believe that <a href="http://www.techcrunchit.com/2009/05/05/rest-in-peace-rss/" target="_blank">RSS is dead</a> (well, <a href="http://www.scripting.com/stories/2009/05/06/rssIsDeadMyAss.html" target="_blank">some</a> don&#8217;t), I still use it frequently to catch up on the day&#8217;s news at a glance.</p>
<p>Historically, I&#8217;ve kept my feeds in Apple&#8217;s Mail.app. However, I&#8217;ve recently found myself wanting to catch up on RSS when I&#8217;m in the car or at the gym. I needed a way to move from Mail to Google Reader.</p>
<p>The trouble is, Apple doesn&#8217;t have a way for you to export your RSS links our of Mail (as text or <a href="http://en.wikipedia.org/wiki/OPML" target="_blank">OPML</a>). Thus, I turned to the Google, and found a fairly simple solution:</p>
<ol>
<li>Export the RSS feeds as URL links in plain text (Mac OSX Leopard-only). This bash link places the export on your desktop.<br />
<code></p>
<pre style="color:green">IFS=$'\n';for i in $(find ~/Library/Mail/RSS/ -name "Info.plist");</pre>
<pre style="color:green">do grep "http://" $i | sed "s/.*\(http[^&lt;]*\).*/\1/" &gt;&gt; ~/Desktop/Mail\ Feeds.txt;done</pre>
<p></code>
</li>
<li>Convert to from Plain Text to OPML. I used the excellent converter at <a href="http://unold.dk/code/opmlgen/" target="_blank">http://unold.dk/code/opmlgen/</a></li>
<li>Import into GoogleReader!</li>
</ol>
<p>Simple. I know have all my feeds in GoogleReader, and can access them whereever I am.</p>
]]></content:encoded>
			<wfw:commentRss>http://timk.co.za/2009/06/21/rss-exporting-from-mail-app-to-google-reader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
