#################################################################### # # Sherlog README # # # Ce programme est sous License Publique Générale v.2 # This software is distributed under the General Public License v.2 # # http://www.fsf.org/copyleft/gpl.html # # # 2001-2003 EuropeanServers SARL # # Ultra Fast Internet Servers # # http://www.europeanservers.net # # # CHANGES # # # VERSION 1.2 (2003-06-19) - added parameter "robots" to distinguish between humans and robots visits - added option "hiderobots" to hide the robots visits # VERSION 1.1 (2002-05-12) - added optional DNS resolver using Perl module Net::DNS - added option "excludedpages" using Perl regular expressions - added optional distinction of query strings in "countethesepages" - added optional limitation of the monitored pages number - added option "displayfulllink" to display full clickable links in summary - improved documentation and program comments - improved results display # VERSION 1.0 (2002-02-18) - added option "maxdisplay" to display less visits than the number of visits analyzed (a few hundreds of visits should be enough to analyze the behaviour of your visitors) - "count all pages" and "count these pages" isn't exclusive any more # VERSION 0.9.5 (2002-02-03) - added option "countthesepages *" to count every pages. This is 5-10% faster than before and is now configured by default. - sherlog now counts 404 & 500 errors (and displays it with their referers !) - default configuration added # VERSION 0.9 (2002-01-25) - sherlog is now three to ten times faster !!! - sherlog now uses a configuration file - the visits count is more accurate - the -n option has been removed because it can now be set in the configuration file # VERSION 0.8.9 (2002-01-16) - added documentation and improved error messages - added the possibility to limit the number of log lines read (by default=1000000) - added the possibility to customize excluded extensions - top pages are now sorted by hits like referers before - worst case speed dramatically increased - improved I18N : it should now be very easy to add other languages since all texts are in one dedic ated section # VERSION 0.8.1 (2002-01-15) - added documentation - speed optimized (about twice faster) - removed usage of temp files in order to run with Windows # INITIAL RELASE : version 0.8 (2002-01-14)