[analog-help] Chrome browser detection

2009-07-20 Thread Dave Sergeant
I am gradually getting my analog output files configured the way I like them - slow progress, unfortunately the analog help is a bit vague in some areas... I don't seem to be seeing the Google Chrome browser in my browser summary, every other browser and loads of strange spiders are listed

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
On 7/20/2009 4:51 AM, Dave Sergeant wrote: I am gradually getting my analog output files configured the way I like them - slow progress, unfortunately the analog help is a bit vague in some areas... I don't seem to be seeing the Google Chrome browser in my browser summary, every other

RE: [analog-help] Chrome browser detection

2009-07-20 Thread Tom Haapanen
The changes to detect Chrome are not difficult indeed ... this is what I have done on our server: stratos1 7 # diff analog-6.0/src/tree.c analog-6.0-th/src/tree.c 771a772 ((*name = strstr(whole, Googlebot)) != NULL (len = 9)) || 777a779 ((*name = strstr(whole, Chrome)) != NULL

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Dave Sergeant
On 20 Jul 2009 at 10:59, Aengus wrote: According to Google's own documentation, the Useragent for Chrome looks like: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.X.Y.Z Safari/525.13.

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Jackie Meese
On Jul 20, 2009, at 4:51 AM, Dave Sergeant wrote: I don't seem to be seeing the Google Chrome browser in my browser summary, every other browser and loads of strange spiders are listed but no Chrome. Either nobody using Chrome is visiting my pages or Analog is not identifying it seperate from

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
Dave Sergeant d...@davesergeant.com wrote: On 20 Jul 2009 at 10:59, Aengus wrote: According to Google's own documentation, the Useragent for Chrome looks like: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.X.Y.Z Safari/525.13.

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Dave Sergeant
On 20 Jul 2009 at 12:58, Aengus wrote: If real Safari browsers are identified as 5.something, and Chrome browsers as 530, then BROWSUMALIAS Safari/530 Chrome/530 Will still list the Chrome Browsers as sub-types of Safari, but will list them as Chrome/530. Aengus Yep, that works

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
Dave Sergeant d...@davesergeant.com wrote: On 20 Jul 2009 at 12:58, Aengus wrote: If real Safari browsers are identified as 5.something, and Chrome browsers as 530, then BROWSUMALIAS Safari/530 Chrome/530 Will still list the Chrome Browsers as sub-types of Safari, but will list them as

[analog-help] Help logfile

2009-07-20 Thread Barak Kalai
I would like pick multiple log files in windows. The file location is drive_letter:\directory\*static_name.zip -Barak barak.ka...@surepayroll.com (847) 676-8420 x 7240 www.surepayroll.com + | TO UNSUBSCRIBE from this list:

Re: [analog-help] Help logfile

2009-07-20 Thread Aengus
Barak Kalai barak.ka...@surepayroll.com wrote: I would like pick multiple log files in windows. The file location is drive_letter:\directory\*static_name.zip LOGFILE drive_letter:\directory\*static_name.zip http://analog.cx/docs/logfile.html Aengus