From: eldy <> Date: Sun, 30 Nov 2003 21:10:37 +0000 (+0000) Subject: Fix amigavoyager detection. X-Git-Tag: AWSTATS_6_0_BETA~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4494dc1b22579d51c0b0929c0f4ff5ee2482e61;p=thirdparty%2FAWStats.git Fix amigavoyager detection. --- diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index b4fd1653..76511dc3 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -28,6 +28,7 @@ Fixes: - Fix in log parsing that should reduce dropped records to only records that match a dropping criteria (SkipFiles, Skip..., Only...). - Click on "Summary" now returns to top of page even with rawlog plugin. +- Fixed AmigaVoyager detection. New features/improvements: - Increased speed by 10 to 20%. @@ -74,7 +75,7 @@ Other/Documentation: Microsoft URL Control added in robot list. - Documentation seriously updated. - FAQ updated. -- Debian icon and some missing country flags added. +- Debian, Amigavoyager and some missing country flags icons added. - Prepare code for decodeUTFkeys plugin. - Added Hebrew and Galician language. diff --git a/wwwroot/cgi-bin/lib/browsers.pm b/wwwroot/cgi-bin/lib/browsers.pm index 0a705e53..4ceafe96 100644 --- a/wwwroot/cgi-bin/lib/browsers.pm +++ b/wwwroot/cgi-bin/lib/browsers.pm @@ -262,6 +262,7 @@ 'opera','opera', # Other standard web browsers 'amaya','amaya', +'amigavoyager','amigavoyager', 'aweb','aweb', 'chimera','chimera', 'dreamcast','dreamcast', diff --git a/wwwroot/cgi-bin/lib/robots.pm b/wwwroot/cgi-bin/lib/robots.pm index 9de62b37..f943d188 100644 --- a/wwwroot/cgi-bin/lib/robots.pm +++ b/wwwroot/cgi-bin/lib/robots.pm @@ -56,7 +56,7 @@ 'slurp', 'unlost_web_crawler', 'voila', -'voyager\/', # Add / to avoid to exclude voyager browser +'^voyager\/', # Add ^ and \/ to avoid to exclude voyager and amigavoyager browser 'webbase', 'weblayers', 'wisenutbot' @@ -585,7 +585,7 @@ 'verticrawl','Verticrawl', 'victoria','Victoria', 'visionsearch','vision-search', -'voyager\/','Voyager', +'^voyager\/','Voyager', 'vwbot','VWbot', 'w3index','The NWI Robot', 'w3m2','W3M2', diff --git a/wwwroot/icon/browser/amigavoyager.png b/wwwroot/icon/browser/amigavoyager.png new file mode 100644 index 00000000..eef57d5c Binary files /dev/null and b/wwwroot/icon/browser/amigavoyager.png differ