Changes between Version 11 and Version 12 of IrcLogsPlugin


Ignore:
Timestamp:
May 21, 2008, 4:03:30 PM (16 years ago)
Author:
moschny
Comment:

updates regarding the version for 0.11

Legend:

Unmodified
Added
Removed
Modified
  • IrcLogsPlugin

    v11 v12  
    3838}}}
    3939
     40For 0.11 add this to [irclogs]:
     41{{{
     42 path = /path/to/log/file/ChannelLogger
     43 indexer = builtin:///var/www/trac/indexer/irclogs.idx?cache=true
     44 file_format = #roomname.%Y%m%d.log
     45 navigation_button = irclogs
     46}}}
     47
    4048This module was written assuming the use of [http://supybot.com/ supybot] logs.  You will need to configure your supybot to output in the correct format (these are not the default for supybot):
    4149{{{
     
    4755}}}
    4856
     57The 0.11 version of the plugin expects a different `timestampformat`:
     58{{{
     59 config supybot.log.timestampformat %Y-%m-%dT%H:%M:%S
     60}}}
     61
    4962To (re)index your log files, use this [attachment:"indexer.py" pydexter indexing python script].  Be sure to edit the two variables for file locations in the script.
     63
     64'''Note:''' In order to enable indexing for 0.11, you'll currently need a patch, see comment:ticket:1183:6.
    5065
    5166== Recent Changes ==