Changeset 1601

Show
Ignore:
Timestamp:
01/31/05 18:43:36 (4 years ago)
Author:
whmoseley
Message:

Correct swish-config usage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/Plugin/My/POD.pm

    r1599 r1601  
    1919    # How's this for a hack? 
    2020    return \@pod_toc if $content eq 'toc'; 
    21  
    2221 
    2322    # Grab pod index variable 
  • trunk/swish_website/bin/build

    r1600 r1601  
    409409    ) { 
    410410        if ( -x ) { 
    411             $ver = `$_ -`; 
     411            $ver = `$_ -version`; 
    412412            chomp $ver; 
    413413            warn "Found version [$ver] from program $_\n" if $self->config->verbose; 
  • trunk/swish_website/etc/swish.config

    r1593 r1601  
    1111IndexFile public_html/search/index.swish-e 
    1212 
     13# Add these metanames to allow searching list archive, too 
     14MetaNames swishtitle name email 
     15