The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PurpleWiki::Search::IrcLogger - Search IrcLogger Repositories

SYNOPSIS

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.

DESCRIPTION

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.

METHODS

See PurpleWiki::Search::Interface.

AUTHOR

Chris Dent, <cdent@blueoxen.org>

SEE ALSO

PurpleWiki::Search::Arts. PurpleWiki::Search::Interface.