I'm using awstats to view my blog's stats. Camino is not recognized so I decided to add such support for Camino in awstats. I've just mailed the main developer with the diff necessary to add Camino has a recognized browser.
The diff looks like this :
Index: browsers.pm
===================================================================
RCS file: /cvsroot/awstats/awstats/wwwroot/cgi-bin/lib/browsers.pm,v
retrieving revision 1.35
diff -u -r1.35 browsers.pm
--- browsers.pm 20 Feb 2004 18:49:37 -0000 1.35
+++ browsers.pm 1 May 2004 09:43:43 -0000
@@ -33,6 +33,7 @@
'amigavoyager',
'aweb',
'bpftp',
+'camino',
'chimera',
'cyberdog',
'dillo',
@@ -144,6 +145,7 @@
'amigavoyager','AmigaVoyager',
'aweb','AWeb',
'bpftp','BPFTP',
+'camino','Camino',
'chimera','Chimera',
'cyberdog','Cyberdog',
'dillo','Dillo',
@@ -269,6 +271,7 @@
'avantbrowser','avant',
'aweb','aweb',
'bpftp','bpftp',
+'camino','chimera',
'chimera','chimera',
'cyberdog','cyberdog',
'dillo','dillo',
I hope the Next release of awstats will reccognized my favorite browser. Btw I've not submited a new icon . Chimera icon will be enough, because no one uses Chimera anymore.
Update patch has been accepted for release 6.1 !!
Leave a comment