<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Export Safari RSS feeds via OPML</title>
	<atom:link href="http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/feed/" rel="self" type="application/rss+xml" />
	<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 23 Jan 2010 23:44:18 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vincent</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-101991</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Sat, 23 Jan 2010 23:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-101991</guid>
		<description>hi, 
I couldn t get the script working on my 10.5.8 . I just wanted to export my 71 rss flow out of mail.app so I change some little thing to make the scritp work ($BASH_ARGV problem).
I am sharing it with you , if this can help someone.

cat &lt;&lt; HEADER


        
                Safari OPML Export
        
        
HEADER
##sqlite3 ~/Library/Syndication/Database3 &#039;select *  from Sources;&#039; &#124; \
##      sed -e &#039;s/&amp;/\&amp;amp\;/g&#039;  -e &#039;s//\&amp;gt\;/g&#039; -e &#039;s/&quot;/\&amp;quot\;/g&#039; -e &#039;s/\x2C/\&amp;#39/g&#039; &#124; \
##      awk -F&quot;&#124;&quot; &#039;{printf &quot;\
##              &quot;, $4, $2   }&#039;

IFS=$&#039;\n&#039;;for i in $(find ~/Library/Mail/RSS/ -name &quot;Info.plist&quot;);do TITEL=`echo $i &#124; sed -e &quot;s/\.rssmbox\/Info.plist//&quot; &#124; sed -e &quot;s/.*\/\///&quot; &#124; sed -e &quot;s/[\&quot;&amp;&lt;]//g&quot; ` ;egrep &quot;http[s]*://&quot; $i &#124; sed -e &quot;s/.*\(http[^&lt;]*\).*/\1/&quot; &#124; xargs  echo -n &quot;&quot;;done


cat &lt;&lt; FOOTER
        

FOOTER


this pass opml validation on all my flow, support https flow, title with reserved caracters . hope it helps.

Vincent.</description>
		<content:encoded><![CDATA[<p>hi,<br />
I couldn t get the script working on my 10.5.8 . I just wanted to export my 71 rss flow out of mail.app so I change some little thing to make the scritp work ($BASH_ARGV problem).<br />
I am sharing it with you , if this can help someone.</p>
<p>cat &lt;&lt; HEADER</p>
<p>                Safari OPML Export</p>
<p>HEADER<br />
##sqlite3 ~/Library/Syndication/Database3 &#8217;select *  from Sources;&#8217; | \<br />
##      sed -e &#8217;s/&amp;/\&amp;amp\;/g&#8217;  -e &#8217;s//\&amp;gt\;/g&#8217; -e &#8217;s/&#8221;/\&amp;quot\;/g&#8217; -e &#8217;s/\x2C/\&amp;#39/g&#8217; | \<br />
##      awk -F&#8221;|&#8221; &#8216;{printf &#8220;\<br />
##              &#8220;, $4, $2   }&#8217;</p>
<p>IFS=$&#8217;\n&#8217;;for i in $(find ~/Library/Mail/RSS/ -name &#8220;Info.plist&#8221;);do TITEL=`echo $i | sed -e &#8220;s/\.rssmbox\/Info.plist//&#8221; | sed -e &#8220;s/.*\/\///&#8221; | sed -e &#8220;s/[\"&amp;&lt;]//g&quot; ` ;egrep &quot;http[s]*://&#8221; $i | sed -e &#8220;s/.*\(http[^&lt;]*\).*/\1/&quot; | xargs  echo -n &quot;&#8221;;done</p>
<p>cat &lt;&lt; FOOTER</p>
<p>FOOTER</p>
<p>this pass opml validation on all my flow, support https flow, title with reserved caracters . hope it helps.</p>
<p>Vincent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-100233</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 11 Aug 2009 03:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-100233</guid>
		<description>Try searching for Safari.opml in Spotlight.

I&#039;m using 10.5.7 and it works for me. (Safari version 4.0.2). I will update to 10.5.8 and put out a new version if it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Try searching for Safari.opml in Spotlight.</p>
<p>I&#8217;m using 10.5.7 and it works for me. (Safari version 4.0.2). I will update to 10.5.8 and put out a new version if it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curmudgeon Geographer</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-100232</link>
		<dc:creator>Curmudgeon Geographer</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-100232</guid>
		<description>Automator application is broken for me also. I wonder if it is a Safari 4.x issue, which I&#039;m using as well as 10.5.8. Hope this is fixed soon!</description>
		<content:encoded><![CDATA[<p>Automator application is broken for me also. I wonder if it is a Safari 4.x issue, which I&#8217;m using as well as 10.5.8. Hope this is fixed soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-100145</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sun, 19 Jul 2009 15:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-100145</guid>
		<description>After I run the Automater (which seems that it is working) nothing ends up on my Desktop.  Is there another location it might be saved?

Running 10.5.7</description>
		<content:encoded><![CDATA[<p>After I run the Automater (which seems that it is working) nothing ends up on my Desktop.  Is there another location it might be saved?</p>
<p>Running 10.5.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shortcut Keys for Google Reader &#124; Gtricks.com</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-99892</link>
		<dc:creator>Shortcut Keys for Google Reader &#124; Gtricks.com</dc:creator>
		<pubDate>Sat, 20 Jun 2009 20:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-99892</guid>
		<description>[...] http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/" rel="nofollow">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Kapadia</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-93470</link>
		<dc:creator>C Kapadia</dc:creator>
		<pubDate>Wed, 11 Jun 2008 05:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-93470</guid>
		<description>Worked perfectly, thanks!</description>
		<content:encoded><![CDATA[<p>Worked perfectly, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shell script</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/comment-page-1/#comment-93447</link>
		<dc:creator>shell script</dc:creator>
		<pubDate>Sun, 01 Jun 2008 09:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comment-93447</guid>
		<description>[...] feeds as an OPML file. This enabled me to import my list of feeds into other News Aggregators. ...http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/Shell script - Wikipedia, the free encyclopediaA shell script is a script written for the shell , or [...]</description>
		<content:encoded><![CDATA[<p>[...] feeds as an OPML file. This enabled me to import my list of feeds into other News Aggregators. &#8230;http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/Shell script &#8211; Wikipedia, the free encyclopediaA shell script is a script written for the shell , or [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
