r40 - plugins/Conversions/trunk/docs/plugins/conversions plugins/Localizer/trunk/docs/plugins/localizer plugins/Search_Engines/trunk/docs/plugins/search_engines tools/Split_Tables/trunk/docs/tools/split_tables

Sebastian Bergmann at BerliOS <[email protected]> Thu, 24 Feb 2005 07:11:04 +0100
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Author: s_bergmann
Date: 2005-02-24 07:11:03 +0100 (Thu, 24 Feb 2005)
New Revision: 40

Modified:
   plugins/Conversions/trunk/docs/plugins/conversions/README
   plugins/Localizer/trunk/docs/plugins/localizer/NEWS
   plugins/Localizer/trunk/docs/plugins/localizer/README
   plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS
   plugins/Search_Engines/trunk/docs/plugins/search_engines/README
   tools/Split_Tables/trunk/docs/tools/split_tables/README
Log:
phpOpenTracker.ini -> conf/phpOpenTracker.php

Modified: plugins/Conversions/trunk/docs/plugins/conversions/README
===================================================================
--- plugins/Conversions/trunk/docs/plugins/conversions/README	2005-01-29 09:31:22 UTC (rev 39)
+++ plugins/Conversions/trunk/docs/plugins/conversions/README	2005-02-24 06:11:03 UTC (rev 40)
@@ -26,7 +26,7 @@
   2.) Create the pot_conversions table in the database configured
       for use with phpOpenTracker.
 
-  3.) Enable the plugin in your phpOpenTracker.ini file.
+  3.) Enable the plugin in your conf/phpOpenTracker.php file.
 
       If you don't have enabled any other plugins yet, change the line
 
@@ -42,7 +42,7 @@
 
       to the comma-separated string inside the quotes.
 
-  4.) Add the following lines to your phpOpenTracker.ini file to
+  4.) Add the following lines to your conf/phpOpenTracker.php file to
       configure the Conversion plugin:
 
         // Name of the Conversions Table

Modified: plugins/Localizer/trunk/docs/plugins/localizer/NEWS
===================================================================
--- plugins/Localizer/trunk/docs/plugins/localizer/NEWS	2005-01-29 09:31:22 UTC (rev 39)
+++ plugins/Localizer/trunk/docs/plugins/localizer/NEWS	2005-02-24 06:11:03 UTC (rev 40)
@@ -17,7 +17,7 @@
     table.
 
   * The configuration of the plugin is now handled by the
-    phpOpenTracker.ini configuration file.
+    conf/phpOpenTracker.php configuration file.
 
 08-Jan-2003, Version 1.0.2
 

Modified: plugins/Localizer/trunk/docs/plugins/localizer/README
===================================================================
--- plugins/Localizer/trunk/docs/plugins/localizer/README	2005-01-29 09:31:22 UTC (rev 39)
+++ plugins/Localizer/trunk/docs/plugins/localizer/README	2005-02-24 06:11:03 UTC (rev 40)
@@ -27,7 +27,7 @@
   2.) Create the pot_localizer table in the database configured
       for use with phpOpenTracker.
 
-  3.) Enable the plugin in your phpOpenTracker.ini file.
+  3.) Enable the plugin in your conf/phpOpenTracker.php file.
 
       If you don't have enabled any other plugins yet, change the line
 
@@ -43,7 +43,7 @@
 
       to the comma-separated string inside the quotes.
 
-  4.) Add the following lines to your phpOpenTracker.ini file to
+  4.) Add the following lines to your conf/phpOpenTracker.php file to
       configure the Localizer plugin:
 
         // Method to access the Localizer Database.

Modified: plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS
===================================================================
--- plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS	2005-01-29 09:31:22 UTC (rev 39)
+++ plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS	2005-02-24 06:11:03 UTC (rev 40)
@@ -3,7 +3,7 @@
 DD-MMM-200Y, Version 1.2.0
 
   * The configuration of the plugin is now handled by the
-    phpOpenTracker.ini configuration file.
+    conf/phpOpenTracker.php configuration file.
 
 14-Apr-2004, Version 1.1.3
 

Modified: plugins/Search_Engines/trunk/docs/plugins/search_engines/README
===================================================================
--- plugins/Search_Engines/trunk/docs/plugins/search_engines/README	2005-01-29 09:31:22 UTC (rev 39)
+++ plugins/Search_Engines/trunk/docs/plugins/search_engines/README	2005-02-24 06:11:03 UTC (rev 40)
@@ -22,7 +22,7 @@
   2.) Create the pot_search_engines table in the database configured
       for use with phpOpenTracker.
 
-  3.) Enable the plugin in your phpOpenTracker.ini file.
+  3.) Enable the plugin in your conf/phpOpenTracker.php file.
 
       If you don't have enabled any other plugins yet, change the line
 
@@ -38,7 +38,7 @@
 
       to the comma-separated string inside the quotes.
 
-  4.) Add the following lines to your phpOpenTracker.ini file to
+  4.) Add the following lines to your conf/phpOpenTracker.php file to
       configure the Search Engines plugin:
 
         // Name of the Search Engines Table

Modified: tools/Split_Tables/trunk/docs/tools/split_tables/README
===================================================================
--- tools/Split_Tables/trunk/docs/tools/split_tables/README	2005-01-29 09:31:22 UTC (rev 39)
+++ tools/Split_Tables/trunk/docs/tools/split_tables/README	2005-02-24 06:11:03 UTC (rev 40)
@@ -24,6 +24,6 @@
   backups before running the script.
 
   This script needs the following setting in your
-  phpOpenTracker.ini configuration file:
+  conf/phpOpenTracker.php configuration file:
 
     db_type = "mysql_merge"