<?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>Josef Richter &#187; standalone</title>
	<atom:link href="http://www.josefrichter.com/blog/tag/standalone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josefrichter.com/blog</link>
	<description>blogging about the world around</description>
	<lastBuildDate>Sat, 14 Jan 2012 10:55:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gmail as a stand-alone offline application using Gears and Prism</title>
		<link>http://www.josefrichter.com/blog/gmail-as-a-stand-alone-offline-application-using-gears-and-prism/</link>
		<comments>http://www.josefrichter.com/blog/gmail-as-a-stand-alone-offline-application-using-gears-and-prism/#comments</comments>
		<pubDate>Sun, 17 May 2009 13:08:46 +0000</pubDate>
		<dc:creator>Josef Richter</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[mozilla prism]]></category>
		<category><![CDATA[standalone]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.josefrichter.com/blog/?p=93</guid>
		<description><![CDATA[This guide explains how to combine the wonderful new techonologies Mozilla Prism and Google Gears with Gmail to create a fully fledged desktop application that works also in offline mode. It is tested on Mac OS X Leopard, but it should be done the same way under Windows and Linux. In the same way you [...]]]></description>
			<content:encoded><![CDATA[<p>This guide explains how to combine the wonderful new techonologies <a href="http://prism.mozilla.com/">Mozilla Prism</a> and <a href="http://gears.google.com/">Google Gears</a> with Gmail to create a fully fledged desktop application that works also in offline mode. It is tested on Mac OS X Leopard, but it should be done the same way under Windows and Linux. In the same way you can also build a stand-alone rss reader using Google Reader. It should basically work with any Gears enabled website, including Google Docs, Google Calendar, Worpress, etc. (not tested yet).</p>
<p>UPDATE: successfully tested also with Google Reader, Google Docs and Google Calendar. Works like charm, just the Calendar does not allow you to add events in offline mode &#8211; disabled by Google, not sure why.</p>
<p>Here is the screenshot of the result as a proof I am not kidding and it works <img src='http://www.josefrichter.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.josefrichter.com/blog/wp-content/uploads/gmail_client.jpg"><img src="http://www.josefrichter.com/blog/wp-content/uploads/gmail_client-300x208.jpg" alt="Gmail standalone application" title="Gmail standalone application" width="300" height="208" class="alignnone size-medium wp-image-114" /></a></p>
<p>So here we go:</p>
<ol>
<li>Start Firefox and install Prism add-on, if you didn&#8217;t before (<a href="http://prism.mozilla.com/">http://prism.mozilla.com/</a>).</li>
<li>Grab a nice big Gmail icon over at <a href="http://www.iconspedia.com/pack/simply-google-1-37/">Iconspedia.com</a></li>
<li>Go to <a href="http://mail.google.com">http://mail.google.com</a></li>
<li>In Firefox, select Tools-Convert Website to Application. You may want to change the URL to http://mail.google.com. Change other settings as you wish and use that nice Gmail icon we downloaded before.</li>
<li>If you are lazy as me, download the amended <a href='http://www.josefrichter.com/blog/wp-content/uploads/gears.xpi'>gears.xpi</a> directly and proceed to step 12.</li>
<li>Grab Gears XPI file (Mac/Lin/Win) over here: <a href="http://65.30.72.135/prism/addons/">http://65.30.72.135/prism/addons/</a> (thanks <a href="http://matthewbauer.wordpress.com/">Matthew</a>!) <del datetime="2009-05-22T08:22:08+00:00">Open Opera or Safari and go to <a href="http://gears.google.com">http://gears.google.com</a>. Click the tiny &#8220;Firefox&#8221; link on the right. We are doing this in Opera, because we need to download the XPI file, instead of automatically install it in Firefox. So press &#8220;Install&#8221; and then &#8220;Agree&#8221; and you should download a gears-osx-opt.xpi file (On windows you need to find the XPI file somewhere via google, instead of the EXE installer &#8211; that should be the only difference &#8211; let me know if not, please)</del></li>
<li>Open the XPI file with Stuffit Expander (It&#8217;s a ZIP file, just with XPI extension) or your favourite ZIP application</li>
<li>Browse to the unpacked folder and open the file install.rdf in TextMate or your favorite text editor</li>
<li>Find the section <code><em:targetApplication></em:targetApplication></code> This specifies it&#8217;s a Firefox addon, so we need to change it to Prism addon</li>
<li>Replace the whole section with this:
<pre class="brush: xml; gutter: false; auto-links: false; font-size: 5%; tab-size: 2;">
<em:targetApplication>
	<!-- Prism -->
	<Description>
		<em:id>prism@developer.mozilla.org</em:id>
			<em:minVersion>0.8</em:minVersion>
			<em:maxVersion>1.1.*</em:maxVersion>
	</Description>
</em:targetApplication>
</pre>
<p>Save and close</li>
<li>Now compress again the previously uncompressed folder. Make sure you are archiving the folder contents, not the folder itself! Change the zipped file extension to XPI again. We have the Gears plugin ready now <img src='http://www.josefrichter.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Run the Gmail.app previously created by Prism</li>
<li>Click that gear icon in the bottom right corner and select Tools-Addons</li>
<li>Drag and drop the XPI file into this new window, it should start the plugin insallation. So continue with the installation and then restart the Gmail.app</li>
<li>Now log in to gmail with your login info</li>
<li>Go to Settings (link on top right) and select Labs tab</li>
<li>Select Offline (should be the first item) &#8211; Enable and Save the change</li>
<li>Return to mailbox. Now you should see a link &#8220;Offline&#8221; on the top right. Click it and follow the instructions</li>
<li>It should then start Syncing. This takes some time first time</li>
<li>If everything went ok, you should now have fully functional stand-alone Gmail client application. Enjoy!</li>
</ol>
<p>Please leave a comment if this guide works for you. Also please share it, if you find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josefrichter.com/blog/gmail-as-a-stand-alone-offline-application-using-gears-and-prism/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

