Package: visitors Severity: wishlist Tags: patch Hi, attached patch updates the list of browsers a bit. With this applied the list of unknown browsers moves down to ~20% instead of >50%. Cheers, -- Guido
>From cd3a52f124bb99969de88df2a6d91f36b45392cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org> Date: Mon, 28 Sep 2009 16:41:06 +0200 Subject: [PATCH] update browsers
mostly bots but also icewaesel, liferea, apt and git. --- visitors.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/visitors.c b/visitors.c index d3bf708..3ee08aa 100644 --- a/visitors.c +++ b/visitors.c @@ -1439,6 +1439,7 @@ int vi_process_browsers(struct vih *vih, char *agent) "Safari", NULL, "Konqueror", NULL, "Galeon", NULL, + "Iceweasel", NULL, "Firefox", NULL, "MultiZilla", NULL, "Gecko", "Other Mozilla based", @@ -1447,6 +1448,7 @@ int vi_process_browsers(struct vih *vih, char *agent) "Links ", "Links", "ELinks ", "Links", "Elinks ", "Links", + "Liferea", NULL, "w3m", "W3M", "NATSU-MICAN", NULL, "msnbot", "MSNbot", @@ -1460,6 +1462,15 @@ int vi_process_browsers(struct vih *vih, char *agent) "NSPlayer", NULL, "Googlebot", "GoogleBot", "googlebot", "GoogleBot", + "yacybot", "YaCy-Bot", + "Sogou", "Sogou.com Bot", + "psbot", "Picsearch.com Bot", + "sosospider", "Soso.com Bot", + "Baiduspider+", "Baidu.com Bot", + "Yandex", "Yandex.com Bot", + "Yeti", "Nava.com Bot", + "APT-HTTP", "Apt", + "git", "Git", "", "Unknown", NULL, NULL, }; -- 1.6.4.3