/[mws]/trunk/mbox2index.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/mbox2index.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by dpavlin, Fri Jun 18 14:56:40 2004 UTC revision 56 by dpavlin, Wed Dec 1 22:33:19 2004 UTC
# Line 27  C<MWS> perl modules which are part of th Line 27  C<MWS> perl modules which are part of th
27    
28  =cut  =cut
29    
30  use MWS::SWISH;  #use MWS::SWISH;
31  #use MWS::Plucene;  use MWS::Plucene;
32  use Data::Dumper;  use Data::Dumper;
33  use Date::Parse;  use Date::Parse;
34  use POSIX qw(strftime);  use POSIX qw(strftime);
# Line 50  be used. Line 50  be used.
50          exit 1;          exit 1;
51  }  }
52    
53  my $mws = MWS::SWISH->new(config_file => $config_file);  #my $mws = MWS::SWISH->new(config_file => $config_file);
54  #my $mws = MWS::Plucene->new(config_file => $config_file);  my $mws = MWS::Indexer->new(config_file => $config_file);
55    
56  $mws->create_index if (! $recursive);  $mws->create_index if (! $recursive);
57    

Legend:
Removed from v.55  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26