r46 - in plugins/Search_Engines/tags: . Search_Engines-1.2.0 Search_Engines-1.2.0/docs/plugins/search_engines

Sebastian Bergmann at BerliOS <[email protected]> Sun, 10 Apr 2005 08:54:30 +0200
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Author: s_bergmann
Date: 2005-04-10 08:54:21 +0200 (Sun, 10 Apr 2005)
New Revision: 46

Added:
   plugins/Search_Engines/tags/Search_Engines-1.2.0/
   plugins/Search_Engines/tags/Search_Engines-1.2.0/docs/plugins/search_engines/NEWS
   plugins/Search_Engines/tags/Search_Engines-1.2.0/package.xml
Removed:
   plugins/Search_Engines/tags/Search_Engines-1.2.0/docs/plugins/search_engines/NEWS
   plugins/Search_Engines/tags/Search_Engines-1.2.0/package.xml
Log:
Tag Search_Engines-1.2.0.

Copied: plugins/Search_Engines/tags/Search_Engines-1.2.0 (from rev 42, plugins/Search_Engines/trunk)

Deleted: plugins/Search_Engines/tags/Search_Engines-1.2.0/docs/plugins/search_engines/NEWS
===================================================================
--- plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS	2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Search_Engines/tags/Search_Engines-1.2.0/docs/plugins/search_engines/NEWS	2005-04-10 06:54:21 UTC (rev 46)
@@ -1,84 +0,0 @@
-(+ Added, * Changed, - Removed, ! Note)
-
-DD-MMM-200Y, Version 1.2.0
-
-  * The configuration of the plugin is now handled by the
-    conf/phpOpenTracker.php configuration file.
-
-14-Apr-2004, Version 1.1.3
-
-  + Added separate database creation scripts for MySQL's
-    InnoDB and MyISAM storage engines.
-
-  * Fixed bug #826872.
-
-19-Sep-2003, Version 1.1.2
-
-  * Version 1.1.1 was broken.
-
-14-Sep-2003, Version 1.1.1
-
-  * Updated PostgreSQL database schema by
-    Jean-Christian Imbeault <[email protected]>.
-
-27-Feb-2003, Version 1.1.0
-
-  + Added combined statistics query.
-
-  + Synched with phpOpenTracker 1.1.0 to leverage the new generic system
-    to constrain phpOpenTracker API queries to visitor groups.
-
-  * Changed the plugins API, have a look at the README for details.
-
-08-Jan-2003, Version 1.0.5
-
-  * Synched with phpOpenTracker 1.0.6.
-
-21-Dec-2002, Version 1.0.4
-
-  * Fixed two broken rules in conf/search_engines.group.ini.
-
-10-Dec-2002, Version 1.0.3
-
-  * Packaged by accident the wrong version of the plugin for the
-    1.0.2 release.
-
-09-Dec-2002, Version 1.0.2
-
-  * Synched parser rules with ModLogAn (CVS 09-Dec-2002).
-
-23-Nov-2002, Version 1.0.1
-
-  * Fixed a bug that prevented correct operation with Zend Engine 1.
-
-03-Nov-2002, Version 1.0.0
-
-  * The URL parser has been rewritten from scratch.
-
-  ! First "final" release.
-
-01-Sep-2002, Version 0.9.12
-
-  * Bail out, if "match.searchengines.php" cannot be opened.
-
-01-Sep-2002, Version 0.9.11
-
-  * Sync with phpOpenTracker 0.9.11.
-
-30-Jun-2002, Version 0.9.10
-
-  + Added database schema for MS SQL Server 2000.
-
-  * Fixed MySQL database schema.
-
-  * Fixed bug in phpOpenTracker API plugin that produced
-    useless statistics.
-
-03-May-2002, Version 1.0.0-RC2
-
-  * Sync with phpOpenTracker 1.0.0-RC2.
-
-
-20-Apr-2002, Version 1.0.0-RC1
-
-  * Initial independent release.

Copied: plugins/Search_Engines/tags/Search_Engines-1.2.0/docs/plugins/search_engines/NEWS (from rev 43, plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS)

Deleted: plugins/Search_Engines/tags/Search_Engines-1.2.0/package.xml
===================================================================
--- plugins/Search_Engines/trunk/package.xml	2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Search_Engines/tags/Search_Engines-1.2.0/package.xml	2005-04-10 06:54:21 UTC (rev 46)
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0">
-  <name>phpOpenTracker Search Engines Plugin</name>
-  <summary>
-    Plugin for phpOpenTracker to track referring search engines.
-  </summary>
-  <description>
-    This plugin stores information about what search engine was 
-    queried for which keywords into a separate table. The 
-    phpOpenTracker API is extended to provide statistical analysis on 
-    the most commonly used search engine and / or the most commonly 
-    used keywords to find the site tracked by phpOpenTracker.
-  </description>
-  <maintainers>
-    <maintainer>
-      <user>bergmann</user>
-      <role>lead</role>
-      <name>Sebastian Bergmann</name>
-      <email>[email protected]</email>
-    </maintainer>
-  </maintainers>
-  <license>Apache License 2.0</license>
-  <release>
-    <version>1.1.3</version>
-    <state>stable</state>
-    <date>2004-04-14</date>
-    <filelist>
-      <dir name="/" baseinstalldir="phpOpenTracker">
-        <dir name="API">
-          <dir name="plugins">
-            <file role="php" name="search_engines.php"/>
-          </dir>
-        </dir>
-
-        <dir name="conf">
-          <file role="php" name="search_engines.group.ini"/>
-          <file role="php" name="search_engines.ignore.ini"/>
-          <file role="php" name="search_engines.match.ini"/>
-        </dir>
-
-        <dir name="docs">
-          <dir name="plugins">
-            <dir name="search_engines">
-              <dir name="sql">
-                <dir name="mysql">
-                  <file role="doc" name="innodb.sql"/>
-                  <file role="doc" name="myisam.sql"/>
-                </dir>
-
-                <file role="doc" name="mssql.sql"/>
-                <file role="doc" name="oracle.sql"/>
-                <file role="doc" name="postgresql.sql"/>
-              </dir>
-
-              <file role="doc" name="LICENSE"/>
-              <file role="doc" name="NEWS"/>
-              <file role="doc" name="README"/>
-            </dir>
-          </dir>
-        </dir>
-
-        <dir name="LoggingEngine">
-          <dir name="plugins">
-            <file role="php" name="search_engines.php"/>
-          </dir>
-        </dir>
-      </dir>
-    </filelist>
-    <notes>
-      ...
-    </notes>
-  </release>
-</package>

Copied: plugins/Search_Engines/tags/Search_Engines-1.2.0/package.xml (from rev 43, plugins/Search_Engines/trunk/package.xml)