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/Load.pm

    r809 r812  
    2828This module consists of just a single subroutine =readConfig=.  It allows to 
    2929safely modify configuration variables _for one single run_ without affecting 
    30 normal TWiki operation. 
     30normal Foswiki operation. 
    3131 
    3232=cut 
     
    4040---++ StaticMethod readConfig() 
    4141 
    42 In normal TWiki operations as a web server this routine is called by the 
     42In normal Foswiki operations as a web server this routine is called by the 
    4343=BEGIN= block of =Foswiki.pm=.  However, when benchmarking/debugging it can be 
    4444replaced by custom code which sets the configuration hash.  To prevent us from 
     
    4646=$cfg{ConfigurationFinished}= as an indicator. 
    4747 
    48 Note that this method is called by TWiki and configure, and *only* reads 
     48Note that this method is called by Foswiki and configure, and *only* reads 
    4949Foswiki.spec= to get defaults. Other spec files (those for extensions) are 
    5050*not* read. 
     
    8989      PubDir TemplateDir ScriptUrlPath LocalesDir ) { 
    9090 
    91         # We can't do this, because it prevents TWiki being run without 
     91        # We can't do this, because it prevents Foswiki being run without 
    9292        # a LocalSite.cfg, which we don't want 
    9393        # die "$var must be defined in LocalSite.cfg" 
     
    121121---++ StaticMethod expandValue($string) -> $boolean 
    122122 
    123 Expands references to TWiki configuration items which occur in the 
     123Expands references to Foswiki configuration items which occur in the 
    124124value of other configuration items.  Use expand($hashref) if the item 
    125125is not a plain scalar. 
     
    138138---++ StaticMethod readDefaults() -> \@errors 
    139139 
    140 This is only called by =configure= to initialise the TWiki config hash with 
     140This is only called by =configure= to initialise the Foswiki config hash with 
    141141default values from the .spec files. 
    142142 
Note: See TracChangeset for help on using the changeset viewer.