<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/001_add_xapian_columns_to_pages.rb</filename>
    </added>
    <added>
      <filename>spec/models/xapian_search_spec.rb</filename>
    </added>
    <added>
      <filename>xapian_search_extension.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
-[submodule &quot;vendor/plugins/thinking-sphinx&quot;]
-	path = vendor/plugins/thinking-sphinx
-	url = git://github.com/freelancing-god/thinking-sphinx.git
+[submodule &quot;vendor/plugins/acts_as_xapian&quot;]
+	path = vendor/plugins/acts_as_xapian
+	url = git://github.com/Overbryd/acts_as_xapian.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -1,23 +1,15 @@
-= Sphinx Search
+= Xapian Search
 
-Adds ThinkingSphinx [http://ts.freelancing-gods.com/] support to Radiant.
+Adds ActsAsXapian [http://github.com/Overbryd/acts_as_xapian/tree/master] support to Radiant.
 
 == Usage
 
-After installation, you'll need to load the Thinking Sphinx submodule via:
+After installation, you'll need to load the ActsAsXapian submodule via:
 $ git submodule init
 $ git submodule update
 
-By default, only the first 8kB of any page's content will be indexed. You can 
-change this in page_extensions.rb if that's not enough space, or if you wish
-to reduce that in order to keep your indexes lean.
-
-This extension defines a Page index for you. Pages will be indexed on title 
-and content, with a field boost applied to title. Included attributes are: 
-status_id, updated_at, and a +searchable+ boolean. You can toggle the 
-searchable attribute from within the page edit view if you wish to restrict
-certain pages from appearing in the results -- just remember to call
-Page.search with +:conditions =&gt; { :searchable =&gt; 1 }+ if that's the case.
+Based on the sphinx_search_extension by Digital Pulp.
+ActsAsXapian port by Johannes Fahrenkrug, Springenwerk [http://springenwerk.com]
 
 ==============================================================================
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -99,22 +99,15 @@ namespace :spec do
   end
 end
 
-desc 'Generate documentation for the sphinx_search extension.'
+desc 'Generate documentation for the xapian_search extension.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'SphinxSearchExtension'
+  rdoc.title    = 'XapianSearchExtension'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
   rdoc.rdoc_files.include('lib/**/*.rb')
 end
 
-# For extensions that are in transition
-desc 'Test the sphinx_search extension.'
-Rake::TestTask.new(:test) do |t|
-  t.libs &lt;&lt; 'lib'
-  t.pattern = 'test/**/*_test.rb'
-  t.verbose = true
-end
 
 # Load any custom rakefiles for extension
 Dir[File.dirname(__FILE__) + '/tasks/*.rake'].sort.each { |f| require f }
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>db/migrate/001_add_sphinx_columns_to_pages.rb</filename>
    </removed>
    <removed>
      <filename>spec/models/sphinx_search_spec.rb</filename>
    </removed>
    <removed>
      <filename>sphinx_search_extension.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/thinking-sphinx</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>99fcb70d23eb780986e8b8596ca1337b4a851b8b</id>
    </parent>
  </parents>
  <author>
    <name>Johannes Fahrenkrug</name>
    <email>jfahrenkrug@gmail.com</email>
  </author>
  <url>http://github.com/jfahrenkrug/radiant-xapian-search-extension/commit/ab484a762acb2fe64bc8818e9c00a54d75b21319</url>
  <id>ab484a762acb2fe64bc8818e9c00a54d75b21319</id>
  <committed-date>2009-05-26T02:49:16-07:00</committed-date>
  <authored-date>2009-05-26T02:49:16-07:00</authored-date>
  <message>initial sweep at turning it into a xapian extension</message>
  <tree>759d1515bff2df993e8af60bd1bffe9aef62c0f6</tree>
  <committer>
    <name>Johannes Fahrenkrug</name>
    <email>jfahrenkrug@gmail.com</email>
  </committer>
</commit>
