]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added icon for browsers
authoreldy <>
Tue, 2 Apr 2002 21:04:21 +0000 (21:04 +0000)
committereldy <>
Tue, 2 Apr 2002 21:04:21 +0000 (21:04 +0000)
wwwroot/cgi-bin/db/browsers.pl
wwwroot/icon/browser/getright.png
wwwroot/icon/browser/gozilla.png
wwwroot/icon/browser/webzip.png

index 019e0ce41e75c246ca1e95f4d6da61973e473ebd..908e27513e599872f54b523da7c9d2744f36a7b8 100644 (file)
@@ -1,6 +1,6 @@
 # AWSTATS BROWSERS DATABASE
 #--------------------------
-# Last update: 2002-02-25
+# Last update: 2002-04-02
 
 # If you want to add a Browser to extend AWStats database detection capabilities,
 # you must add an entry in BrowsersSearchIDOrder and in BrowsersHashIDLib.
@@ -90,8 +90,8 @@
 "w3c_validator",
 "wdg_validator",
 "webzip",
-"libwww",                              # Must be at end because some browser have both "browser id" and "libwww"
-"staroffice"
+"staroffice",
+"libwww"                               # Must be at end because some browser have both "browser id" and "libwww"
 );
 
 # BrowsersHashAreGrabber
 "msie","msie",
 "netscape","netscape",
 "icab","icab",
-"go!zilla","notavailable",
+"go!zilla","gozilla",
 "konqueror","konqueror",
 "links","notavailable",
 "lynx","lynx",
 "wget","notavailable",
 "22acidownload","notavailable",
 "aol\\-iweng","notavailable",
-"amaya","notavailable",
+"amaya","amaya",
 "amigavoyager","notavailable",
 "antfresco","notavailable",
 "bpftp","notavailable",
 "ecatch","notavailable",
 "emailsiphon","notavailable",
 "friendlyspider","notavailable",
-"getright","notavailable",
+"getright","getright",
 "headdump","notavailable",
 "hotjava","notavailable",
 "ibrowse","notavailable",
 "w3c_css_validator","notavailable",
 "w3c_validator","notavailable",
 "wdg_validator","notavailable",
-"webzip","notavailable",
-"libwww","notavailable",                       # Must be at end because some browser have both "browser id" and "libwww"
-"staroffice","staroffice"
+"webzip","webzip",
+"staroffice","staroffice",
+"libwww","notavailable"
 );
 
 
 # Browser name list ("browser id in lower case", "browser text")
 #---------------------------------------------------------------
 %BrowsersHashIDLib = (
-# Common web browsers (IE and Netscape must not be in this list)
+# Common web browsers text (IE and Netscape must not be in this list)
 "icab","iCab",
 "go!zilla","Go!Zilla",
 "konqueror","Konqueror",
 "w3c_validator","W3C HTML Validator",
 "wdg_validator","WDG HTML Validator",
 "webzip","WebZIP",
-"libwww","LibWWW",
-"staroffice","StarOffice"
+"staroffice","StarOffice",
+"libwww","LibWWW"
 );
 
 1;
index 20389ee8ef406fb6373c7dc9886dcc6a46a52b37..cb70df8779d64e75a1641c700a324c31fe73edc5 100644 (file)
Binary files a/wwwroot/icon/browser/getright.png and b/wwwroot/icon/browser/getright.png differ
index b9f155881eea36388e051d1f1129e3860f12787b..eb1578e15fcb43f8f5561fb415f4c095b94d9930 100644 (file)
Binary files a/wwwroot/icon/browser/gozilla.png and b/wwwroot/icon/browser/gozilla.png differ
index 8a8707f8b0b4c84dee8bf852d4d9d750025452eb..e79bd252d7c81dc8f2aa4603a6083124d7067a75 100644 (file)
Binary files a/wwwroot/icon/browser/webzip.png and b/wwwroot/icon/browser/webzip.png differ