<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -85,6 +85,9 @@
       padding-left:10px;
     }
     
+    .new-info{
+/*      background:#999999;
+*/    }
     
   &lt;/style&gt;
     
@@ -94,12 +97,48 @@
       &lt;p&gt;Yip is a small extension that ports the Fluid and Prism notification APIs over to Firefox so you can receive notifications from web applications. If you log into &lt;a href=&quot;http://www.meebo.com&quot;&gt;Meebo&lt;/a&gt; or another site that supports notifications, the next time your friends send you an IM, you should see a notification (obviously, Meebo should not be your focused window/tab at that point).
       &lt;/p&gt;
       &lt;p&gt;To learn more about Yip, its future and how to support notifications on your site, &lt;a href=&quot;http://www.yipyip.com&quot;&gt; visit this page.&lt;/a&gt; Yip's source code is &lt;a href=&quot;http://github.com/abi/yip/tree/master&quot;&gt;available on Github.&lt;/a&gt;&lt;/p&gt;
+      &lt;div class=&quot;new-info&quot;&gt;
+        &lt;p&gt;With version 0.2, Yip supports &lt;a href=&quot;http://www.fullphat.net/index.php&quot;&gt;Snarl&lt;/a&gt; and &lt;a href=&quot;http://growlforwindows.com/gfw/&quot;&gt;Growl for Windows&lt;/a&gt;. If you have Snarl installed and running, Yip will automatically use it to send notifications.&lt;/p&gt;
+        &lt;p&gt;To get &lt;a href=&quot;http://www.markshuttleworth.com/archives/265&quot;&gt;libnotify notifications&lt;/a&gt; working on Linux, you need to install libnotify-bin using the Synaptic Package Manager on Ubuntu or run &quot;sudo aptitude install libnotify-bin&quot; for all distros.&lt;/p&gt;
+      &lt;/div&gt;
       &lt;ul id=&quot;footer&quot;&gt;
         &lt;li&gt;&lt;a href=&quot;http://www.abi.sh&quot;&gt; created by Abi&lt;/a&gt;&lt;/li&gt;
-        &lt;li onclick=&quot;platform.showNotification('You clicked the star.', 'Why would you do that?', 'resource://yip/content/images/icon-32.png')&quot;&gt;&#10029;&lt;/li&gt;
+        &lt;li onclick=&quot;platform.showNotification('You clicked the star.', 'Why would you do that?', 'chrome://yip/content/images/icon-32.png')&quot;&gt;&#10029;&lt;/li&gt;
         &lt;li&gt;&lt;a href=&quot;http://www.dapino-colada.nl&quot;&gt;icon by Dapino&lt;/a&gt;&lt;/li&gt;
       &lt;/ul&gt;
   &lt;/div&gt;
   
+  &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
+    const Ci = Components.interfaces;
+    const Cc = Components.classes;
+    
+    var osString = Cc[&quot;@mozilla.org/xre/app-info;1&quot;]
+                   .getService(Ci.nsIXULRuntime).OS;
+    var Application = Cc[&quot;@mozilla.org/fuel/application;1&quot;]
+                     .getService(Ci.fuelIApplication);
+    var GFW_PREF = &quot;extensions.yip.gfw&quot;;
+                   
+    if(osString == &quot;WINNT&quot;){
+      
+      $(&quot;.new-info &gt; p:first-child&quot;).after(&quot;&lt;div&gt;&lt;p&gt;If you want to use Growl on Windows, check the box below:&lt;/p&gt;&lt;p&gt;&lt;label for='gfw' style='font-weight:bold;'&gt; Use Growl for Windows &lt;/label&gt;&lt;input type='checkbox' name='gfw' value='gfw' id='gfw' /&gt;&lt;/p&gt;&lt;p id='gfw-warning' style='display:none;color:#922233'&gt;Make sure Growl for Windows is open. If not, you will not receive any notifications.&lt;/p&gt;&lt;/div&gt;&quot;);
+      
+      $(&quot;:checkbox&quot;).click(function(){
+       if($(this).is(&quot;:checked&quot;)){
+         Application.prefs.setValue(GFW_PREF, true);
+         $(&quot;#gfw-warning&quot;).show();
+       }else{
+         Application.prefs.setValue(GFW_PREF, false);
+         $(&quot;#gfw-warning&quot;).hide();
+       }
+      });
+      
+      if(Application.prefs.getValue(GFW_PREF, false)){
+        $(&quot;#gfw&quot;).attr(&quot;checked&quot;, &quot;true&quot;);
+        $(&quot;#gfw-warning&quot;).show();
+      }
+      
+    }
+    
+  &lt;/script&gt;
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>content/yip.html</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
      xmlns:em=&quot;http://www.mozilla.org/2004/em-rdf#&quot;&gt;
   &lt;Description about=&quot;urn:mozilla:install-manifest&quot;&gt;
     &lt;em:id&gt;yip@foyrek.com&lt;/em:id&gt;
-    &lt;em:version&gt;0.1&lt;/em:version&gt;
+    &lt;em:version&gt;0.2&lt;/em:version&gt;
 
     &lt;!-- Target Application this extension can install into, 
          with minimum and maximum supported versions. --&gt; 
@@ -21,7 +21,7 @@
     &lt;em:description&gt;Notifications for Web Apps&lt;/em:description&gt;
     &lt;em:creator&gt;Abimanyu Raja&lt;/em:creator&gt;
     &lt;em:iconURL&gt;chrome://yip/content/images/icon.png&lt;/em:iconURL&gt;
-    &lt;em:homepageURL&gt;http://abcdefu.wordpress.com/&lt;/em:homepageURL&gt;
+    &lt;em:homepageURL&gt;http://www.abi.sh&lt;/em:homepageURL&gt;
     &lt;em:updateURL&gt;http://www.foyrek.com/yip/update.rdf&lt;/em:updateURL&gt;
     &lt;em:updateKey&gt;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxTfPIbnVZ6apY54iHhI2Ie6pnextOfWz5bKKV0ixoyHay+f3s/vzGfBTxrNx/J2pvxtXWSP3Q/aApy168WytcMKlr2kM9vtWHJTleqYcWLMd2vfwO9owXrnoC7eCq1AX7j8KlCzbiUX/A1hWwTOH1+RMH7e7FXStQaUwE3Zhb/QIDAQAB&lt;/em:updateKey&gt;
   &lt;/Description&gt;</diff>
      <filename>install.rdf</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6016dc9016c36cdc8f56b3fd774e5b1148144ee0</id>
    </parent>
  </parents>
  <author>
    <name>Abimanyu Raja</name>
    <email>abimanyuraja@gmail.com</email>
  </author>
  <url>http://github.com/abi/Yip/commit/646cc7730e8769b4b7ebdc63ee389054415d45c2</url>
  <id>646cc7730e8769b4b7ebdc63ee389054415d45c2</id>
  <committed-date>2009-07-28T18:22:44-07:00</committed-date>
  <authored-date>2009-07-28T18:22:44-07:00</authored-date>
  <message>Changes to the about:yip page indicating that Snarl, Growl for Windows and libnotify are now supported with instructions (and a option to choose whether to use GFW or not). Also, upped the version number to 0.2.</message>
  <tree>7d9cfcdd1de73d3dad0056364252a005f991085b</tree>
  <committer>
    <name>Abimanyu Raja</name>
    <email>abimanyuraja@gmail.com</email>
  </committer>
</commit>
