/***************************************************/
/*                    M K L O G                    */
/*                                                 */
/*     Quake III Log File Statistics Generator     */
/*                                                 */
/*         (c) Martin Kilcoyne 1999 / 2000         */
/***************************************************/


Author	: Martin "Killer" Kilcoyne
Version	: 1.2 - 3rd January 2000
E-Mail	: killer@planetquake.com
Website	: http://www.planetquake.com/killer


/******************************/
/* FREQUENTLY ASKED QUESTIONS */
/******************************/

Q1. What language is MKLOG written in?
A1. Good old ANSI C, no flashy object orientation for me and aside from Perl 
    and SML it's the only language I know :-)

Q2. How big a program is MKLOG?
A2. The mklog.c file is just over 2000 lines at the moment and the mklog.h
    file which contains all the data structure definitions is just under 300
    lines long.

Q3. How long has it taken to write MKLOG?
A3. So far I have spent about 100 hours coding on it, mostly fixing bugs.

Q4. Why does MKLOG keep crashing?
A4. I have fixed all the bugs that I know about so if it keeps crashing then
    please mail me and let me know, email address at top of document.

Q5. If this is a post v1.0 release why are there bugs in it?
A5. I have never written a released piece of software before so I didn't think
    about betas and all that. Version 1.0 seemed like as good a place to start
    as any :-)

Q6. Why dont you include <INSERT_COOL_NEW_FEATURE_HERE> ?
A6. I will! Mail me and tell me what you want to see in new versions of MKLOG.