I’ve updated the SVN version with a patch from Glen Carreras which fixes a problem with parsing the log file when the timezone is -0700 for example. Thanks also to Jordan Slott and Darren Enns who pointed out this bug.
Also applied patch submitted by glen to allow this script to run on windows!
apachegeomap, ApacheMap, opensource
01/06/08 – Download apache-geo-maps 0.6b
apache-geo-map-0-6b.tar.gz
Changes for this release:
- Cleaned up log Parse code (new code)
- Fixed bug which caused a .data.xml file to be created when defaults where used, this should of been data.xml
- Added browser data to pop-ups
- Added browser icons
- Added country flags to pop-ups
- Added time and date data to pop-ups
- Cleaned up HTML code for example
For the 0.7b release I’m planning on adding one final feature which will rotate the data.xml file’s into monthly views of your hits, which is very useful when you have lots of hits to plot.
apachegeomap, ApacheMap, opensource
I’ve now built a svn repository thats public accessable and includes all the versions from 0.2b onwards. It’ll have the latest version I’m working on, but there is no guarantee that that code will work correctly
To check out the repository follow these instructions:
mkdir ~/apachegeomap
cd ~/apachegeomap
svn co http://dev.squarecows.com/svn/ .
If you’d like to become a develeoper mail me and I’ll grant you write access.
apachegeomap, ApacheMap, opensource