<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>HELP_admin.markdown</filename>
    </added>
    <added>
      <filename>HELP_developer.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,74 +1,31 @@
 = Radiant Comments Extension
 
-Adds blog-like comment functionality to Radiant. 
+Adds blog-like comment functionality to Radiant. Currently maintained by http://github.com/saturnflyer
 
 == Patches
 
-This software &quot;works for me&quot;, but it may not work for you, depending on your particular environment or setup. Feel free to modify it in any way. If you do make changes that would be useful to others, please send a patch to ryan at artofmission (dot you-know-what), and I will see that it gets applied. 
+If you want to contribute features or fixes please write your specs and code and submit pull requests to these github.com users:
+
+- saturnflyer
+- artofmission
 
 == Dependencies
 
-* Requires Radiant 0.6.7 or greater.
+* Requires Radiant 0.7.1 or greater.
 * 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.
-
-  rake radiant:extensions:comments:migrate
-
-To enable spam protection, you will need to use the spam_answer_tag in your comment forms or set your 
-Akismet or Mollom key and url in the Radiant config.
-
-To enable the Akismet protection, get yourself an account at http://akismet.com/personal/ for your personal
-blog or at http://akismet.com/commercial/ for your commercial sites. Then set your personal key and url
-in the Radiant::Config.
-
-For example:
-
-  script/console production
-  Radiant::Config['comments.akismet_key'] = &quot;6a009ca6ab4e&quot;
-  Radiant::Config['comments.akismet_url'] = &quot;yoursite.com&quot;
-  exit
-
-To enable Mollom protection, get yourself an account at http://mollom.com/user/register, add your site and
-set the public and private key pair in the Radiant::Config.
-
-  script/console production
-  Radiant::Config['comments.mollom_privatekey'] = &quot;deadbeef012345&quot;
-  Radiant::Config['comments.mollom_publickey'] = &quot;c00fee012345&quot;
-  exit
-
-If both services are configured, this plugin will use the Akismet service. Unset the akismet_key if you
-want to use Mollom.
-
-To customize the CSV fields you can add an initializer like this:
-
-  Comment.class_eval do
-    def export_columns(format = nil)
-      %w[approved? author author_email content referrer]
-    end
-  end
-
-=== In your layout: 
-
-  &lt;r:snippet name=&quot;comments&quot; /&gt;
+To install Comments, run: 
 
-=== Snippets
+  rake radiant:extensions:comments:install
 
-The snippets &quot;comments&quot;, &quot;comment&quot; and &quot;comment_form&quot; are created by the migration. These can be found under snippets, and can be customised after your needs. Check out the 002 migration to see what they default to.
+This _WILL_ delete any snippets named 'comment', 'comments' and 'comment_form' if these exist.
 
-== Caveats
+== More Help
 
-* Relative urls will *not* work on comment pages if they fail validation, since the page gets re-rendered
-  at a (probably) different level of the hierarchy. Always use absolute urls and you won't have any issues.
+See the included HELP docs here or read them in your Radiant interface with the Help extension installed.
 
 == Contributors
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,6 @@
 = TODO: 
 
-* Write Tests.
+* Write better specs.
+* Move tests to specs.
 * Add user notification message when a comment is posted.
 * captcha mollom implementation
-
-
-
-
-= DONE
-* Add text filter to comment body.
-* Remove scaffolding and improve admin interface. 
-* Implement Akismet filter.
-* Handle validation messages. </diff>
      <filename>TODO</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87de5b4085a0c6a839ab3965cfaf8715a1f467bb</id>
    </parent>
  </parents>
  <author>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </author>
  <url>http://github.com/artofmission/radiant-comments/commit/b41dc9c82ff128fb5ae5481e8b60d56575e51e1d</url>
  <id>b41dc9c82ff128fb5ae5481e8b60d56575e51e1d</id>
  <committed-date>2009-05-08T12:29:47-07:00</committed-date>
  <authored-date>2009-05-08T12:29:47-07:00</authored-date>
  <message>updated docs</message>
  <tree>fd53ac77e830c7ba3a14ab61876aa17c503c6fde</tree>
  <committer>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </committer>
</commit>
