<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/growl.rb</filename>
    </added>
    <added>
      <filename>public/.DS_Store</filename>
    </added>
    <added>
      <filename>public/images/body.png</filename>
    </added>
    <added>
      <filename>public/images/body_hi.png</filename>
    </added>
    <added>
      <filename>public/images/bottom.png</filename>
    </added>
    <added>
      <filename>public/images/bottom_hi.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ll.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ll_hi.png</filename>
    </added>
    <added>
      <filename>public/images/corner_lr.png</filename>
    </added>
    <added>
      <filename>public/images/corner_lr_hi.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ul.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ul_hi.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ur.png</filename>
    </added>
    <added>
      <filename>public/images/corner_ur_hi.png</filename>
    </added>
    <added>
      <filename>public/images/top.png</filename>
    </added>
    <added>
      <filename>public/images/top_hi.png</filename>
    </added>
    <added>
      <filename>public/javascripts/growl4rails.js</filename>
    </added>
    <added>
      <filename>public/stylesheets/growl4rails.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,34 @@
+Growl4Rails
+==============
+ 
+Growl4Rails is a javascript component that provides the UI for growl-like notifications in your rails application.
+
+This plugin requires Prototype 1.6 or higher and Scriptaculous 1.7 or higher.
+ 
+Usage
+=====
+
+In your view put the following:
+
+&lt;%= growl4rails_includes %&gt;
+
+Then when you'd like the Growl window to appear:
+
+&lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
+  Growl.show(&quot;/images/download.png&quot;, &quot;Foo Bar.pdf&quot;, &quot;File is ready for download.&quot;);
+&lt;/script&gt;
+
+Growl.show method takes 3 arguments:
+
+image - 32x32 icon
+title - title of the growl
+message - the growl message
+ 
+Authors
+=======
+ 
+Jim Fiorato -- http://www.writebetterbits.com
+Original implementation
+ 
+Contributors
+============
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,2 @@
+require &quot;#{File.dirname __FILE__}/lib/growl&quot;
+ActionView::Base.send(:include, ActionView::Helpers::Growl4RailsHelper)
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b2759a0c1756800018c04ebcfa319253f524650a</id>
    </parent>
  </parents>
  <author>
    <name>Jim Fiorato</name>
    <email>jimfiorato@jim-fioratos-macbook-pro-2.local</email>
  </author>
  <url>http://github.com/jfiorato/growl4rails/commit/d0affe9087f531e57a907d96bc0515d6b3298036</url>
  <id>d0affe9087f531e57a907d96bc0515d6b3298036</id>
  <committed-date>2008-12-24T05:08:37-08:00</committed-date>
  <authored-date>2008-12-24T05:08:37-08:00</authored-date>
  <message>pushed all the code into the new project, setup install and updated readme</message>
  <tree>35cfe1620de201ca2e8c269224d20c73bb5e08b8</tree>
  <committer>
    <name>Jim Fiorato</name>
    <email>jimfiorato@jim-fioratos-macbook-pro-2.local</email>
  </committer>
</commit>
