================ kikoolol.irc.log ================ This package is used to publish irssi irc log. The kikoolol package *MUST* be somewhere in your PYTHONPATH Log files must have the format log-%Y-%m-%d.txt Simple comfiguration with Apache -------------------------------- Add a vhost like this:: ServerName yourdomain.com SetHandler python-program PythonHandler kikoolol.irc.log.handler PythonOption charset "iso-8859-1" PythonOption channel "your channel" PythonOption template "/path/to/a/template.html" PythonOption path "/path/to/irc/log/dir" template.html have to look like this::
%(archives)s
%(body)s