index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | README.md (renamed from README) | 7 | ||||
-rw-r--r-- | logbot.py | 2 |
@@ -1,4 +1,4 @@ -LogBot 0.4.1 +LogBot 0.4.2 ------------ Author: Chris Oliver <chris@excid3.com> @@ -7,9 +7,8 @@ Author: Chris Oliver <chris@excid3.com> Usage ----- LogBot requires Python 2. It is NOT compatible with Python 3. +Configuration is done inside logbot.py. -python logbot.py - -Configuration is done inside logbot.py + python logbot.py Example logs at https://raw.github.com/excid3/logbot/master/example_logs/2011-10-22.html @@ -25,7 +25,7 @@ __author__ = "Chris Oliver <excid3@gmail.com>" -__version__ = "0.4.1" +__version__ = "0.4.2" __date__ = "08/11/2009" __copyright__ = "Copyright (c) Chris Oliver" __license__ = "GPL2" |