Daboo Local Analysis
|
Version 0.06
Copyright 1997-2004 David Dienhart All Rights Reserved.
Release Date: 02-27-2004
http://www.dienhart.com |
| |
License Agreement
|
|
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
See GNU-GPL_2.html for
complete license
|
|
| |
Files
|
- DLAnalysis.pl (binary)
- template.html (HTML template)
- download.txt (automatically created if download tracker is installed)
- localsearch.txt (automatically created if local search is installed)
- metaspy.txt (automatically created if meta spy is installed)
- HTML2PERL.txt (automatically created if HTML2PERL is installed)
- DLAnalysis.html (This Document)
- License.html (End User License Agreement)
|
| |
Requirements
|
- Linux, UNIX, or Windows
- PERL 5.003_07
- CGI - PERL Module
- Need One or more of the following:
Daboo Local Search 0.01 or newer
Download Tracker 0.02 or newer
Meta Spy 0.05 or newer
HTML2PERL 1.04 or newer
|
| |
Description
|
|
Daboo Local Analysis is a reporting package for use with Download Tracker,
Daboo Local Search, Meta Spy, and HTML2PERL.
The following information is analyzed from the above listed log files:
Date, Time, IP Address, Item, (Times Found, where applicable)
|
| |
Setup
|
- Copy all of the files to /cgi-bin/daboo/localanalysis/ directory.
- CHMOD everything to 755
- create the following directory:
- Add The Following to your template.html document:
$documentheader (Report Name)
$graph (Graphs)
$results (Raw Data)
$pulldowns (Pulldown Menus)
|
| |
Usage
|
- The form calling localanalysis may use either post or get.
- http://yoursite/cgi-bin/daboo/localanalysis/localanalysis.pl defaults
to the Local Search 30 day report.
|
| |
Notes
|
| N/A |
| |
History
|
| 0.01 (01-27-2002) |
|
|
| |
| 0.02 (02-07-2002) |
- Revised Graph: Items to be case insensitive, thus combining the same
words and phrases of different cases for improved performance and improved
HTML processing.
|
| |
| 0.03 (02-18-2002) |
- Added Analysis of Top 10 Links found to the localsearch.txt log file
based on changes made in Local Search 0.12.
|
| |
| 0.05 (06-30-2002) |
- Made performance improvements, modified graph view of date graphs.
Added Choices for which graph to view. Made various improvements to
interface.
|
| |
| 0.06 (02-27-2004) |
- Made some improvements to the interface. To include breaking apart
variables for improved customized layout flexibility.
- Added some new routines to improve and further customize the way the
reports are handled
- New name now the script is called Daboo Local Analysis or DLAnalysis.
- Changed the License Agreement to GNU General Public License.
|