<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/clippy.swf</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,29 @@
 # Methods added to this helper will be available to all templates in the application.
 module ApplicationHelper
+  def clippy(text, bgcolor='#FFFFFF')
+    html = &lt;&lt;-EOF
+      &lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;
+              width=&quot;110&quot;
+              height=&quot;14&quot;
+              id=&quot;clippy&quot; &gt;
+      &lt;param name=&quot;movie&quot; value=&quot;/clippy.swf&quot;/&gt;
+      &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;
+      &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
+      &lt;param name=&quot;scale&quot; value=&quot;noscale&quot; /&gt;
+      &lt;param NAME=&quot;FlashVars&quot; value=&quot;text=#{text}&quot;&gt;
+      &lt;param name=&quot;bgcolor&quot; value=&quot;#{bgcolor}&quot;&gt;
+      &lt;embed src=&quot;/clippy.swf&quot;
+             width=&quot;110&quot;
+             height=&quot;14&quot;
+             name=&quot;clippy&quot;
+             quality=&quot;high&quot;
+             allowScriptAccess=&quot;always&quot;
+             type=&quot;application/x-shockwave-flash&quot;
+             pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;
+             FlashVars=&quot;text=#{text}&quot;
+             bgcolor=&quot;#{bgcolor}&quot;
+      /&gt;
+      &lt;/object&gt;
+    EOF
+  end
 end</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@
     &lt;/dl&gt;
     &lt;div id=&quot;x_copy_button&quot;&gt;
       &lt;%= button_to_function 'Copy', &quot;copy('#{@link.permalink}')&quot;, :class =&gt; 'copy' -%&gt;
+      &lt;%= clippy(@link.permalink)%&gt;
     &lt;/div&gt;
     &lt;div id=&quot;x_copied&quot; style=&quot;display:none;&quot;&gt;
       &lt;p&gt;Your RubyURL is ready for pasting!&lt;/p&gt;</diff>
      <filename>app/views/links/show.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>391c7fb83fa60d8a05f45e9a1715410481a32925</id>
    </parent>
  </parents>
  <author>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </author>
  <url>http://github.com/robbyrussell/rubyurl/commit/49f92394c60d937fbae6e80fe40d10edf331e462</url>
  <id>49f92394c60d937fbae6e80fe40d10edf331e462</id>
  <committed-date>2009-02-26T17:18:30-08:00</committed-date>
  <authored-date>2009-02-26T17:18:30-08:00</authored-date>
  <message>Adding clippy to see how well it'd work.</message>
  <tree>ca96b9ebef0a0a365e7d376c559efb2c3db35d55</tree>
  <committer>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </committer>
</commit>
