irclog2html

Convert IRC logs to HTML
Download

irclog2html Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Marius Gedminas
  • Publisher web site:
  • https://launchpad.net/~mgedmin

irclog2html Tags


irclog2html Description

Convert IRC logs to HTML irclog2html is a tool allowing you to convert IRC log files to HTML with pretty colors.Quick startInstallation:pip install irclog2htmlQuick usage for a single log file:irclog2html --helpirclog2html filename.log (produces filename.log.html)Mass-conversion of logs (one file per day, with YYYY-MM-DD in the filename) with next/prev links, with mtime checks, usable from cron:logs2html directory/ (looks for *.log, produces *.log.html)CGI script for log searchingWarningThe script can be easily abused to cause a denial of service attack; it parses all log files every time you perform a search.You can generate search boxes on IRC log pages by passing the --searchbox option to logs2html. Here's an example Apache config snippet that makes it work:RewriteRule ^/my-irclog/search/$ /my-irclog/search ScriptAlias /my-irclog/search /usr/local/bin/irclogsearch< Location /my-irclog/search > SetEnv IRCLOG_LOCATION "/var/www/my-irclog/"< /Location >MiscWebsite: http://mg.pov.lt/irclog2html/Bug tracker: https://bugs.launchpad.net/irclog2html


irclog2html Related Software