| PurpleWiki documentation | view source | Contained in the PurpleWiki distribution. |
PurpleWiki::Search::IrcLogger - Search IrcLogger Repositories
This module adds searching of IrcLogger log files to the PurpleWiki modular search system. IrcLogger files are stored as flat text files in PurpleWiki wikitext format.
IrcLogger is a tool to log irc conversations. IRC text is saved to text files in PurpleWiki wikitext format. More information on IrcLogger is available at:
http://collab.blueoxen.net/forums/tools-yak/2003-12/msg00003.html
To add an IrcLogger collection to a PurpleWiki search the IrcLogger should be using the same PurpleWiki::Sequence as the wiki. In addition the following should be added to the PurpleWiki configuration file config:
SearchModule = IrcLogger IrcLogConfig = /path/to/irclogger.config
This module is a subclass of PurpleWiki::Search::Arts. Most of the work is done there. This module gathers configuration information.
Multiple IRC logs can be search by adding additional IrcLogConfig lines to the config file.
Chris Dent, <cdent@blueoxen.org>
| PurpleWiki documentation | view source | Contained in the PurpleWiki distribution. |