logs2html.mod v.2.3.4 by Alexander Fedotov aka Gray_Angel aka Shmupsik #ircnet.ru
e-mail: shurikvz@mail.ru

This module convert all existing log files (and those, that will be created after module installation) of your eggdrop for giving channels to their html representation to be show in the web. and also the calendar page with links to that converted files.

*******************************************************************************
To install this module:
 - copy the contents of "language" directory to your eggdrops "language" directory
 - copy the contents of "help" directory to your eggdrops "help" directory
 - copy *.dll (for windows) or *.so (for unix/linux) module to your eggdrops "modules" directory (only if you have download an arhive file with precompiled modules)
 - copy logs2html.conf, chan.list files to your eggdrop directory
 - if you decide to use your own style for pages copy user.css file to your eggdrop directory
 - (Of course don't forget to edit logs2html.conf, chan.list and user.css files)
 - put "source logs2html.conf" into your eggdrop config file and restart your bot

Module has 2 commands, which you can use from dcc chat:
 - convertalllogs	- reconverts ALL your logs for current year (you'll need it for example if you decided to change style of your output logs even those which was created before your decision)
 - makemainpage		- redraws mainpages
*******************************************************************************



*******************************************************************************
You can see the example of output on http://www.osetia.org/logs
You can try to find latest version on http://sourceforge.net/projects/logs2html or http://shmupsik.osetia.org
*******************************************************************************



*******************************************************************************
So, if you want to make a donation (for some strange reason I probably will never understand...) to me,
you can do it using WebMoney (http://www.webmoney.ru).
And here (http://webmoney.ru/wminouttrans1.shtml) a list of sites where you can exchange your money if you are not using WebMoney system.. :)

My cash number: WMID:215902813411
 U838552550724
 E023251651728
 R735356625383
*******************************************************************************



*******************************************************************************
Version history:
15.10.05 - version 2.3.4
  - added setting in config file, which allow to change value of meta tag <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=..."> in generated HTML files.


04.10.05 - version 2.3.3
  - fixed bug with broken e-mail (strings with broken e-mails were truncated)


 24.09.05 - version 2.3.2
  - added support for <B> and <U> tags
  - fixed bug with [%H:%M:%S] timestamp (I hope.. :-))


 26.07.05 - version 2.3.1
  - bug fixed


 24.07.05 - version 2.3.0
  - page style discriptions moved to CSS file
  - no need for tcl now
  - small bugs fixed


 25.04.05 - version 2.1.0
  - added support for http links and e-mail.


 27.02.05 - version 2.0
  - converting logs for multiply channels
  - possibility to change colors of HTML pages
  - now you can aim number of lines on the one generated HTML page


 16.12.04 - version 1.0
  - initial realise
*******************************************************************************



P.S. Sorry for my bad english

