nudelstats 0.5
site: http://c7.ath.cx/nudelstats/
mail: zilver.hellberg@home.se

description:
 Nudelstats is a parser for irssi log files, producing XHTML output. 
 It is based on irssistats 0.44, but uses a completely different approach 
 to themes; they are stored outside the binary, in CSS format. This makes 
 it slightly less portable, but much easier to change the themes.
 
install:
 make
 make install

usage:
 cat file.log | ./irssistats \#channel nickname language [nickfile] > file.html
 (Notice: Escape the # character in the channel name)

standalone
 Enable #define NO_CSS in nudestats.c if you want to import the theme into the binary.

get_latest_log.sh:
 Example script that demonstrates how to get a log from another computer.
 
run_test.sh:
 Example script on how to use the program.

testlog/:
 A testlog from our channel #nudel on irc.chatsociety.net
 You will find the "standard" theme.css here.
