<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,8 +20,12 @@ your app. Rakismet::URL must be a fully qualified URI including the http://.
 
 If that file is missing, create it and add the following:
 
-  Rakismet::KEY = 'your key from WordPress'
-  Rakismet::URL = 'http://base url for your application/'
+  Rakismet::KEY  = 'your key from WordPress'
+  Rakismet::URL  = 'http://base url for your application/'
+  Rakismet::HOST = 'rest.akismet.com'
+
+The Rakismet host can be changed if you wish to use another Akismet-compatible
+API provider such as TypePad's antispam service.
 
 Now introduce Rakismet to your application. Let's assume you have a Comment
 model and a CommentsController:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
 File.open(File.join(RAILS_ROOT, %w(config initializers rakismet.rb)) , 'w') do |f|
-  f.puts &quot;Rakismet::KEY = ''\nRakismet::URL = ''&quot;
+  f.puts &quot;Rakismet::KEY  = ''&quot;
+  f.puts &quot;Rakismet::URL  = ''&quot;
+  f.puts &quot;Rakismet::HOST = 'rest.akismet.com'&quot;
 end
\ No newline at end of file</diff>
      <filename>install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>807a133d2685c411b4514add0026dc3f7effe6d9</id>
    </parent>
  </parents>
  <author>
    <name>Josh French</name>
    <email>josh@vitamin-j.com</email>
  </author>
  <url>http://github.com/jfrench/rakismet/commit/71eeb6cb718225a0debeee5c5eecfe7eeaf3fc95</url>
  <id>71eeb6cb718225a0debeee5c5eecfe7eeaf3fc95</id>
  <committed-date>2009-07-03T08:49:05-07:00</committed-date>
  <authored-date>2009-07-03T08:48:22-07:00</authored-date>
  <message>Default host and docs</message>
  <tree>00113a099c500632e0dfc4acc4e42e4e3b324550</tree>
  <committer>
    <name>Josh French</name>
    <email>josh@vitamin-j.com</email>
  </committer>
</commit>
