Ignore:
Timestamp:
11/19/08 16:05:12 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: corrected references to TWiki in comments and error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Configure/Checkers/CGISetup.pm

    r809 r812  
    5555is risky because mod_perl will remember old values of configuration 
    5656variables. You are *highly* recommended not to run configure under 
    57 mod_perl (though the rest of TWiki can be run with mod_perl, of course) 
     57mod_perl (though the rest of Foswiki can be run with mod_perl, of course) 
    5858HERE 
    5959    } 
     
    102102        $n .= $this->WARN(<<HERE); 
    103103Perl version is older than 5.6.0. 
    104 TWiki has only been successfully tested on Perl 5.6.X and 5.8.X, 
     104Foswiki has only been successfully tested on Perl 5.6.X and 5.8.X, 
    105105and there have been reports that it does not run on 5.5. 
    106 You will need to upgrade Perl libraries and tweak the TWiki 
    107 code to make TWiki work on older versions of Perl 
     106You will need to upgrade Perl libraries and tweak the Foswiki 
     107code to make Foswiki work on older versions of Perl 
    108108HERE 
    109109    } 
     
    148148    $block .= $this->setting( '@INC library path', 
    149149        join( CGI::br(), @INC ) . $this->NOTE(<<HERE) ); 
    150 This is the Perl library path, used to load TWiki modules, 
     150This is the Perl library path, used to load Foswiki modules, 
    151151third-party modules used by some plugins, and Perl built-in modules. 
    152152HERE 
     
    177177          'Foswiki.pm (Version: <strong>' . $Foswiki::VERSION . '</strong>) found'; 
    178178    } 
    179     $block .= $this->setting( 'TWiki module in @INC path', $mess ); 
     179    $block .= $this->setting( 'Foswiki module in @INC path', $mess ); 
    180180 
    181181    # Check that each of the required Perl modules can be loaded, and 
     
    241241        $n .= $this->ERROR(<<HERE); 
    242242Version $Foswiki::cfg{DETECTED}{ModPerlVersion} of mod_perl is known to have major bugs that prevent 
    243 its use with TWiki. 1.99_12 or higher is recommended. 
     243its use with Foswiki. 1.99_12 or higher is recommended. 
    244244HERE 
    245245    } 
     
    259259        $Foswiki::cfg{DETECTED}{originalPath} . $this->NOTE(<<HERE) ); 
    260260This is the PATH value passed in from the web server to this 
    261 script - it is reset by TWiki scripts to the PATH below, and 
     261script - it is reset by Foswiki scripts to the PATH below, and 
    262262is provided here for comparison purposes only. 
    263263HERE 
     
    306306} 
    307307 
    308 # The perl modules that are required by TWiki. 
     308# The perl modules that are required by Foswiki. 
    309309sub _loadDEPENDENCIES { 
    310310    my $this = shift; 
Note: See TracChangeset for help on using the changeset viewer.