NAME

Sman::Swishe - Sman backend to build an sman index with Swish-e

SYNOPSIS

# Sman::Swishe needs an Sman::Config object to build a 
# Swish-e config file from.
my $smanconfig = new Sman::Config(); 
$smanconfig->ReadDefaultConfigFile(); 

# now, get Sman::Swishe to write a config file for Swish-e
my $smanswishe = new Sman::Swishe($smanconfig); 
$swisheconfigfile = $smanswishe->WriteConfigFile();

# use the swisheconfigfile to build an index with
# (see sman-update), then delete the config file most likely.
  

DESCRIPTION

This module creates a custom config file for Swish-e to build the sman index with.

AUTHOR

Josh Rabinowitz <joshr>

SEE ALSO

sman-update