Index: openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl	6 Jun 2004 01:33:18 -0000	1.1
+++ openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl	6 Jun 2004 17:29:21 -0000	1.2
@@ -45,7 +45,7 @@
 	    unindex tsearch2::unindex
 	    update_index tsearch2::update_index
 	    summary tsearch2::summary
-	    info tsearch2::info
+	    info tsearch2::driver_info
 	}
 	contract_name "FtsEngineDriver"
 	owner "tsearch2-driver"
Index: openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl	6 Jun 2004 01:33:18 -0000	1.1
+++ openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl	6 Jun 2004 17:29:21 -0000	1.2
@@ -10,7 +10,7 @@
     @cvs-id $Id$
 }
 
-namespace eval ::tsearch2 {}
+namespace eval tsearch2 {}
 
 ad_proc -private tsearch2::index {
     object_id
@@ -156,7 +156,7 @@
     return [db_string summary "select headline(:txt,to_tsquery(:query))"]
 }
 
-ad_proc -private tsearch2::info {
+ad_proc -private tsearch2::driver_info {
 } {
     
     
Index: openacs-4/packages/tsearch2-driver/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/www/doc/index.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/tsearch2-driver/www/doc/index.html	6 Jun 2004 01:41:48 -0000	1.1
+++ openacs-4/packages/tsearch2-driver/www/doc/index.html	6 Jun 2004 17:29:22 -0000	1.2
@@ -1,13 +1,11 @@
-<html>
-  <head>
-    <title>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS 5.x</title>
-    </head>
-  <h1>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS 5.x</h1>
-  <h2>Installing</h2>
-  You'll need PostgreSQL 7.3 or newer. The tsearch2 from contrib needs
-  to be compiled. In addition tsearch2.sql needs to be loaded into
-  your database. In addition be sure to mount the Search package
-  somewhere. The indexer will not run is Search is not mounted.
+<html> <head> <title>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS
+  5.x</title> </head> <h1>TSEARCH2 PostgreSQL FtsEngineDriver for
+  OpenACS 5.x</h1> <h2>Installing</h2> You'll need PostgreSQL 7.3 or
+  newer. The tsearch2 from contrib needs to be compiled. In addition
+  tsearch2.sql needs to be loaded into your database. In addition be
+  sure to mount the Search package somewhere. The indexer will not run
+  is Search is not mounted.  The FtsEngineDriver parameter of the
+  search package must be changes to "tsearch2-driver".
 
   <h2>Using</h2>
   If you install tsearch2-driver and mount search, go ahead and add