I've been tinkering around with Analog 5.24
a bit to weed out a few more browsers in my
local reports (OmniWeb, MSIE mods, additional
Gecko-based projects, etc.) and have now moved
on to test BROWALIAS directives to consolidate
the Browser Report as well as the summary.
In passing the following BROWALIAS commands to
Analog for Netscape 6.x browsers, I find that
application of the commands will lead to a
sizeable difference in the summary reporting
for Netscape 6.x -- using the following list
of commands lowers Analog's count for Netscape
6.x and raises the count for Mozilla (NN6.x
drops 834 -> 734, Mozilla rises 2852 -> 2952).
It's all very rough at present, as I'm using
Analog-style matching and not regexp matching,
and have yet to fully consolidate matches, but
I'm struck that the count differs so much.
Am I mistaken in keying off "Netscape6/" as
the identified for Netscape 6.x? I am still in
the process of parsing the source to Analog to
determine how the program sorts things out
internally without the aide of BROWALIAS ...
can anyone suggest whether I'm at fault or
whether Analog is over-reporting incidence of
Netscape 6.x? I'm a bit stumped at present.
- don
-----
The commands and one example (each) of actual
UA strings that I've been applying at present:
# "Mozilla/5.0 [de] (X11; U; Linux 2.4.5-pre2 i686) Gecko/2001 Netscape6/6.1"
#
BROWALIAS "Mozilla/5.0 [*] (*; *; *) Gecko/* Netscape6/*" "Netscape/$6 ($4) [$1]
{Gecko/$5}"
# "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.4) Gecko/20011130 Netscape6/6.2.1"
#
BROWALIAS "Mozilla/5.0 (Macintosh; *; *; *; rv:*) Gecko/* Netscape6/*" "Netscape/$6
(Mac $2) [$3] {Moz/$4 + Gecko/$5}"
# "Mozilla/5.0 (Macintosh; N; PPC; en-US; m18) Gecko/20001108 Netscape6/6.0"
#
BROWALIAS "Mozilla/5.0 (Macintosh; *; *; *; m*) Gecko/* Netscape6/*" "Netscape/$6 (Mac
$2) [$3] {Moz/m$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.4.1) Gecko/20020508
Netscape6/6.2.3"
#
BROWALIAS "Mozilla/5.0 (Windows; *; Win 9x *; *; rv:*) Gecko/* Netscape6/*"
"Netscape/$6 (Win 9x) [$3] {Moz/$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; m18) Gecko/20010131 Netscape6/6.01"
#
BROWALIAS "Mozilla/5.0 (Windows; *; Win 9x *; *; m*) Gecko/* Netscape6/*" "Netscape/$6
(Win 9x) [$3] {Moz/m$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Win98; en-GB; m18) Gecko/20001120 Netscape6/6.0 (CCK
-APCMAG)"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *; m*) Gecko/* Netscape6/* *" "Netscape/$6 ($2)
[$3] {Moz/m$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010131 Netscape6/6.01"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *; m*) Gecko/* Netscape6/*" "Netscape/$6 ($2)
[$3] {Moz/m$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Win98; en-US; mag1201; rv:0.9.4) Gecko/20011128
Netscape6/6.2.1"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *; *; rv:*) Gecko/* Netscape6/*" "Netscape/$7
($2) [$3] {Moz/$5 + Gecko/$6}"
# "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1
(CK-SB)"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *; rv:*) Gecko/* Netscape6/* *" "Netscape/$6
($2) [$3] {Moz/$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020508
Netscape6/6.2.3"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *; rv:*) Gecko/* Netscape6/*" "Netscape/$6 ($2)
[$3] {Moz/$4 + Gecko/$5}"
# "Mozilla/5.0 (Windows; U; Win98; de-DE; qxw0326z) Gecko/20010131 Netscape6/6.01"
#
BROWALIAS "Mozilla/5.0 (Windows; *; *; *) Gecko/* Netscape6/*" "Netscape/$5 ($2) [$3]
{Gecko/$4}"
# "Mozilla/5.0 (X11; U; Linux 2.4.4-4GB i686; en-US; m18) Gecko/20001107 Netscape6/6.0"
#
BROWALIAS "Mozilla/5.0 (X11; *; *; *; m*) Gecko/* Netscape6/*" "Netscape/$6 ($2) [$3]
{Moz/m$4 + Gecko/$5}"
# "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2"
#
BROWALIAS "Mozilla/5.0 (X11; *; *; *; rv:*) Gecko/* Netscape6/*" "Netscape/$6 ($2)
[$3] {Moz/$4 + Gecko/$5}"
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------