Forum Moderators: travelin cat
I know that Jaguar users are limited to Safari 1.0, but a) are there many of them left and b) do they use Safari over IE5 / Gecko browsers? Unfortunately I can't find any relevent stats on the matter and our stats package doesn't track that accurately.
Safari/85 (14%)
Safari/100 (1%)
Safari/125 (11%)
Safari/312 (48%)
Safari/412 (25%)
Hope that helps ;)
What sort of audience does your site get incidentally?
Those stats cover a lot of sites, all different types and countries. Nothing too specialised or technical.
I just ran a command-line script over the combined_logs:
awk -F\" '($6 ~ /Safari/){print $6}' combined_log \
¦ sed 's/Mozilla.\+Safari/Safari/' ¦ sed 's/_Adobe//' ¦ sed 's/\.[0-9]\+//g' \
¦ sort ¦ uniq -c ¦ awk '{print $1"\t"$2}'
[developer.apple.com...]
(plus, there was another version released today: Safari/412.5)