r21 - phpOpenTracker/trunk
Sebastian Bergmann at BerliOS <[email protected]> Sun, 26 Sep 2004 17:30:09 +0200
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: s_bergmann Date: 2004-09-26 17:30:08 +0200 (Sun, 26 Sep 2004) New Revision: 21 Removed: phpOpenTracker/trunk/package.xml phpOpenTracker/trunk/phpOpenTracker.php phpOpenTracker/trunk/phpOpenTracker/ Log: Start from scratch. Deleted: phpOpenTracker/trunk/package.xml =================================================================== --- phpOpenTracker/trunk/package.xml 2004-09-25 21:43:53 UTC (rev 20) +++ phpOpenTracker/trunk/package.xml 2004-09-26 15:30:08 UTC (rev 21) @@ -1,177 +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</name> - <summary> - Framework solution for the analysis of website traffic and visitor - behaviour. - </summary> - <description> - phpOpenTracker is a framework solution for the analysis of website - traffic and visitor behaviour. - - It features a logging engine that, either invoked as a web-bug - by a HTML image tag or embedded with two lines of code - into your PHP application, logs each request to a website into a - database. One installation of phpOpenTracker can track an arbitrary - number of web-sites. - - Through the phpOpenTracker API you can easily access the gathered - data and perform complex operations on it, like for instance the - analysis of your visitors' clickpaths. - </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>2.0.0</version> - <state>stable</state> - <date>200X-XX-XX</date> - <filelist> - <dir name="/"> - <dir name="phpOpenTracker"> - <dir name="API"> - <dir name="Plugin"> - <file role="php" name="AccessStatistics.php"/> - <file role="php" name="ClickpathAnalysis.php"/> - <file role="php" name="PlotAccessStatistics.php"/> - <file role="php" name="PlotTop.php"/> - <file role="php" name="ReturningVisitors.php"/> - <file role="php" name="Top.php"/> - <file role="php" name="VisitorsOnline.php"/> - </dir> - - <dir name="Result"> - <file role="php" name="Clickpath.php"/> - <file role="php" name="Iterator.php"/> - <file role="php" name="Top.php"/> - </dir> - - <file role="php" name="Exception.php"/> - <file role="php" name="Plugin.php"/> - <file role="php" name="Result.php"/> - </dir> - - <dir name="Configuration"> - <file role="php" name="hosts.ini"/> - <file role="php" name="lock.ini.dist"/> - <file role="php" name="operating_systems.ini"/> - <file role="php" name="user_agents.ini"/> - </dir> - - <dir name="Database"> - <dir name="Driver"> - <file role="php" name="MySQL.php"/> - <file role="php" name="MySQL_Merge.php"/> - </dir> - - <file role="php" name="Driver.php"/> - <file role="php" name="Exception.php"/> - <file role="php" name="Factory.php"/> - </dir> - - <dir name="docs"> - <dir name="examples"> - <dir name="simple_report"> - <dir name="images"> - <file role="doc" name="88x31.jpg"/> - <file role="doc" name="bg_left.jpg"/> - <file role="doc" name="bg_top.jpg"/> - <file role="doc" name="line_left.jpg"/> - <file role="doc" name="line_top.jpg"/> - <file role="doc" name="logo_left_bottom.jpg"/> - <file role="doc" name="logo_left_top.jpg"/> - <file role="doc" name="logo_right_bottom.jpg"/> - <file role="doc" name="logo_right_top.jpg"/> - <file role="doc" name="space.gif"/> - <file role="doc" name="top_btn.jpg"/> - </dir> - - <dir name="templates"> - <file role="doc" name="client.htm"/> - <file role="doc" name="client_list.htm"/> - <file role="doc" name="current_activity.htm"/> - <file role="doc" name="day.htm"/> - <file role="doc" name="item.htm"/> - <file role="doc" name="daily_statistics.htm"/> - <file role="doc" name="hourly_statistics.htm"/> - <file role="doc" name="monthly_statistics.htm"/> - <file role="doc" name="visitor.htm"/> - <file role="doc" name="layout.htm"/> - <file role="doc" name="month.htm"/> - <file role="doc" name="total.htm"/> - </dir> - - <file role="doc" name="graph.php"/> - <file role="doc" name="index.php"/> - <file role="doc" name="MyTemplate.php"/> - <file role="doc" name="style.css"/> - </dir> - - <dir name="webbug"> - <file role="doc" name="index.htm"/> - <file role="doc" name="webbug.js"/> - </dir> - </dir> - - <dir name="scripts"> - <file role="doc" name="benchmark.php"/> - <file role="doc" name="exit.php"/> - <file role="doc" name="image.php"/> - </dir> - - <dir name="sql"> - <dir name="mysql"> - <file role="doc" name="innodb.sql"/> - <file role="doc" name="myisam.sql"/> - <file role="doc" name="myisam_merge.sql"/> - <file role="doc" name="test_data.sql"/> - </dir> - </dir> - - <file role="doc" name="LICENSE"/> - <file role="doc" name="NEWS"/> - <file role="doc" name="README"/> - </dir> - - <file role="php" name="API.php"/> - <file role="php" name="Configuration.php"/> - <file role="php" name="Container.php"/> - <file role="php" name="LoggingEngine.php"/> - <file role="php" name="Parser.php"/> - <file role="php" name="Version.php"> - <replace type="package-info" from="@version@" to="version"/> - </file> - - <dir name="LoggingEngine"> - <file role="php" name="Plugin.php"/> - </dir> - - <dir name="Tests"> - <dir name="API"> - <file role="php" name="AllTests.php"/> - <file role="php" name="PageImpressions.php"/> - <file role="php" name="ReturningVisitors.php"/> - <file role="php" name="SearchEngines.php"/> - <file role="php" name="Top.php"/> - <file role="php" name="Visits.php"/> - </dir> - - <file role="php" name="AllTests.php"/> - </dir> - </dir> - - <file role="php" name="phpOpenTracker.php"/> - </dir> - </filelist> - <notes> - http://www.phpOpenTracker.de/news.html - </notes> - </release> -</package> Deleted: phpOpenTracker/trunk/phpOpenTracker.php =================================================================== --- phpOpenTracker/trunk/phpOpenTracker.php 2004-09-25 21:43:53 UTC (rev 20) +++ phpOpenTracker/trunk/phpOpenTracker.php 2004-09-26 15:30:08 UTC (rev 21) @@ -1,61 +0,0 @@ -<?php -// -// phpOpenTracker - The Website Traffic and Visitor Analysis Solution -// -// Copyright 2000 - 2004 Sebastian Bergmann. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// - -if (!defined('POT_INCLUDE_PATH')) { - define('POT_INCLUDE_PATH', dirname(__FILE__) . '/phpOpenTracker/'); -} - -if (!defined('POT_API_PLUGIN_PATH')) { - define('POT_API_PLUGIN_PATH', POT_INCLUDE_PATH . 'API/Plugin/'); -} - -if (!defined('POT_CONFIG_PATH')) { - define('POT_CONFIG_PATH', POT_INCLUDE_PATH . 'Configuration/'); -} - -require_once POT_INCLUDE_PATH . 'Configuration.php'; -require_once POT_INCLUDE_PATH . 'Database/Factory.php'; -require_once POT_INCLUDE_PATH . 'Exception.php'; - -class phpOpenTracker { - private function __construct() { - } - - public static function get($parameters) { - require_once POT_INCLUDE_PATH . 'API.php'; - - return phpOpenTracker_API::getInstance()->get($parameters); - } - - public static function plot($parameters) { - require_once POT_INCLUDE_PATH . 'API.php'; - - phpOpenTracker_API::getInstance()->plot($parameters); - } - - public static function log() { - require_once POT_INCLUDE_PATH . 'LoggingEngine.php'; - } -} - -// -// "phpOpenTracker essenya, gul meletya; -// Sebastian carneron PHP." -// -?>