<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>public/images/admin/accept.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+= Git
+
+* Added accept.png icon and rake task to copy it. [ryan@artofmission.com]
+
 = 0.0.5
 
 * Pluralized the `comments` tag so that it does not conflict with the standard Radiant `comment` tag. [nathaniel@terralien.com]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,12 @@ This software &quot;works for me&quot;, but it may not work for you, depending on your par
 * Requires will_paginate Rails plugin (http://github.com/mislav/will_paginate/tree/master)
 * Requires fastercsv 1.2.3 or greater.
 
+== Installation 
+
+To copy the supporting files to your public directory, run: 
+
+  rake radiant:extensions:comments:update
+
 == Usage
 
 Remember to run the migration. This _WILL_ delete any snippets named 'comment', 'comments' and 'comment_form' if these exist.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,10 @@ namespace :radiant do
         end
       end
       
+      task :update =&gt; :environment do
+        FileUtils.cp CommentsExtension.root + &quot;/public/images/admin/accept.png&quot;, RAILS_ROOT + &quot;/public/images/admin&quot;
+      end
+      
     end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/tasks/comments_extension_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a793697f8673ea3d4beb403e8ca53c1d84f95af0</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Heneise</name>
    <email>ryan@artofmission.com</email>
  </author>
  <url>http://github.com/franklouwers/radiant-comments/commit/e8538f0a6751ae6cdbcefcb79e598fb8766f4f74</url>
  <id>e8538f0a6751ae6cdbcefcb79e598fb8766f4f74</id>
  <committed-date>2008-09-02T06:39:18-07:00</committed-date>
  <authored-date>2008-09-02T06:30:00-07:00</authored-date>
  <message>Added accept.png icon and rake task to copy it.</message>
  <tree>bd8637690e73226008c5681a5ee05be5084d7deb</tree>
  <committer>
    <name>Ryan Heneise</name>
    <email>ryan@artofmission.com</email>
  </committer>
</commit>
