/* ********************************************************** */ /* ******** Copyright by Jonas Svensson ************ */ /* ******** 960227 - 960604 ************ */ /* ******** ************ */ /* ******** http://www.lysator.liu.se/~jonass/ ************ */ /* ********************************************************** */ /* **** This program is freeware. That is you may copy ***** */ /* **** and use it free of charge. ***** */ /* **** You are not allowed to modify it or use parts ***** */ /* **** of it in your own programs without permission. ***** */ /* **** Nor may you sell or distribute it at any cost ***** */ /* **** without permission. ***** */ /* **** Neither is the author responsible for any ***** */ /* **** kind of damage caused by this program, you ***** */ /* **** use it entirely without guarantee althou the ***** */ /* **** the author believes it is correct and will ***** */ /* **** not cause any damage. ***** */ /* ********************************************************** */ /* This program will create a "html" file with some statistics calculated from the logfile created by a httpd (like spinner). Comments like "I compiled it succesfully on this or that system, with this commandline: xxxxxxxxxxx" are most welcome. HOWTO: Find the file LogParser.ini and change the data (if necessary). Put it in your homedirectory as .logparserrc (see the define of RCNAME) Just type make to compile. If your system is not supported by the included makefile, please modify it and send me a copy. "cc" might work instead of "gcc" on some systems. HISTORY: 0.99 ------ Collection of all private versions. 1.00 960327 1.01 960327 (also!) makes links of referer and domains. 1.02 960330 bug: wrong format on the number of hits 1.03 960421 Uses PRE instead of TT for the "graph" 1.04 960425 Filestat and such 1.05 960506 percentage instead of absolut numbers 1.06 960516 created a makefile and use of inimodule now prints to a specified file (ie not stdout) 1.07 960524 and you know, the file should be closed afterwards. possible to set output filename to stdout userdefined number of entries on the top lists Separated Browser and OS (or whatever) Domains & TopDomains 1.08 96xxxx tries more to keep out of unallocated memory number 0 will not show any entries of a kind top list for referersites added 1.09 960604 Cleaned up 1.08 by removing some bugs...