
Wolfenstein: Enemy Territory Teamstats Clientside Logfile Parser (ET-Teamstat)
Homepage: http://frangen.sf.net/etstat.html
Author: Simo Salminen / frangen@users.sf.net
License: See file LICENSE (BSD)

FAQ
===
Q: DOES IT PARSE SERVER LOGFILES?
A: NO.


INSTALLATION
===================================
a) Windows
b) Linux/Mac

a) Windows
===================================
Copy the distributed .exe-file to somewhere. Then just run it.

In dos box (start menu, run, cmd):
> cd c:\etstat
> c:\etstat\teamstat.exe c:\wet\etmain\etconsole.log -d c:\stats

That would write file "<team1>_vs_<team2>_<date>.html" to stats-subdirectory.

Run etstat.exe --help for more info.


b) Linux/Mac:
===================================
Use the source. You need python 2.2 (2.1 should work too, not tested).
You can download it from http://www.python.org.
This program uses two additional libraries, Optik and HTMLgen, which
are included in source.

Basicly, just install python and then run ET-teamstat with 
% python teamstat.py --help


THANKS TO
===================================

Layout and desing are borrowed from Erik ">V< SPEEDenator" Selberg
qwtf-logfile parser called "speedstats".







