<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automating export of Firefox 3 bookmarks and history from command-line/cron</title>
	<atom:link href="http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/feed/" rel="self" type="application/rss+xml" />
	<link>http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/</link>
	<description>Creating trouble with Ruby, ncurses and other things</description>
	<lastBuildDate>Mon, 26 Oct 2009 15:58:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Capturing iPhone Data, Daily and Automatically (Well, Almost) &#171; Life2Bits</title>
		<link>http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-882</link>
		<dc:creator>Capturing iPhone Data, Daily and Automatically (Well, Almost) &#171; Life2Bits</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-882</guid>
		<description>[...] with converting the SQlite and .plist files came from here and here. Help with getting the .plist files readable came from [...]</description>
		<content:encoded><![CDATA[<p>[...] with converting the SQlite and .plist files came from here and here. Help with getting the .plist files readable came from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrglasshalfempty</title>
		<link>http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-876</link>
		<dc:creator>mrglasshalfempty</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-876</guid>
		<description>um....am I the only one that has a daily backup of my bookmarks in .json format located in my profile under /bookmarkbackups? This file will import into firefox. It&#039;s a good way to have the same bookmarks available on other computers. The only drawback is that the bookmarks are not added....they replace all your existing bookmarks on that copy of your profile...no biggie if you have one main computer that you try to replicate out to others.

#!/bin/bash
for file in *.json
	do
	cp -u $file /place/to/copy/bookmarks/
done</description>
		<content:encoded><![CDATA[<p>um&#8230;.am I the only one that has a daily backup of my bookmarks in .json format located in my profile under /bookmarkbackups? This file will import into firefox. It&#8217;s a good way to have the same bookmarks available on other computers. The only drawback is that the bookmarks are not added&#8230;.they replace all your existing bookmarks on that copy of your profile&#8230;no biggie if you have one main computer that you try to replicate out to others.</p>
<p>#!/bin/bash<br />
for file in *.json<br />
	do<br />
	cp -u $file /place/to/copy/bookmarks/<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designatevoid</title>
		<link>http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-849</link>
		<dc:creator>designatevoid</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/#comment-849</guid>
		<description>Thank you for the information.  However I couldn&#039;t get this solution to import back into Firefox (the entire point) and wound up going with the about:config trick after spending quite a bit of time trying to get this to work well.</description>
		<content:encoded><![CDATA[<p>Thank you for the information.  However I couldn&#8217;t get this solution to import back into Firefox (the entire point) and wound up going with the about:config trick after spending quite a bit of time trying to get this to work well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
