Ignore:
Timestamp:
1999-12-07T10:50:39+13:00 (24 years ago)
Author:
sjboddie
Message:

plugins now take options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r784 r814  
    6666             'cachedir/.*/', \$cachedir,
    6767             'builddir/.*/', \$builddir,
    68              'maxdocs/\d+/', \$maxdocs,
     68             'maxdocs/^\-?\d+/-1', \$maxdocs,
    6969             'debug', \$debug,
    7070             'mode/^(all|compress_text|build_index|infodb)$/all', \$mode,
     
    9595    if (defined $collectcfg->{'builddir'} && $builddir eq "") {
    9696        $builddir = $collectcfg->{'builddir'};
    97     }
    98     if (defined $collectcfg->{'textindex'}) {
    99         $textindex = $collectcfg->{'textindex'};
    10097    }
    10198    } else {
Note: See TracChangeset for help on using the changeset viewer.