Changes between Version 3 and Version 4 of IrcLogsPlugin


Ignore:
Timestamp:
Feb 6, 2008, 3:04:23 PM (16 years ago)
Author:
Ben Wolfe
Comment:

Added installation and configuration info

Legend:

Unmodified
Added
Removed
Modified
  • IrcLogsPlugin

    v3 v4  
    2121You can check out IrcLogsPlugin from [http://trac-hacks.org/svn/irclogsplugin here] using Subversion, or [source:irclogsplugin browse the source] with Trac.
    2222
    23 == Example ==
     23== Installation ==
    2424
    25 Follow the normal plugin installation steps.  More to come
     25Run "easy_install http://trac-hacks.org/svn/irclogsplugin/0.10/" for 0.10.4 trac installations
     26Run "easy_install http://trac-hacks.org/svn/irclogsplugin/0.11/" for 0.11+ trac installations
     27
     28== Configuration ==
     29
     30In your trac.ini file add these:
     31
     32Under [Components], add:
     33 irclogs.irclogsplugin = enabled
     34
     35Under [irclogs], add:
     36 path = /path/to/log/file/ChannelLogger/freenode/#room
     37 
     38 indexer = /path/to/pyndexter
     39 
     40 prefix = someprefixstring
    2641
    2742== Recent Changes ==