Ignore:
Timestamp:
11/17/08 18:17:28 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Item206: More TWiki. to %SYSTEMWEB% updates
For .po files I believe the expansion of %SYSTEMWEB% happens before the
lookup of MAKETEXT so I chose to just use System. prefix.
We need to address this better at some point. Do not have time to address
it now.
Also updated a few SupplentalDocuments links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/TWiki.spec

    r733 r763  
    103103# Do <b>not</b> include a trailing /. 
    104104# <p /> 
    105 # See http://twiki.org/cgi-bin/view/TWiki.ShorterUrlCookbook for more information on setting up 
     105# See http://twiki.org/cgi-bin/view/Support.ShorterUrlCookbook for more information on setting up 
    106106# TWiki to use shorter script URLs. 
    107107# $TWiki::cfg{ScriptUrlPath} = '/twiki/bin'; 
     
    204204# be able to remember logged-in users consistently. 
    205205# 
    206 # See TWiki.TWikiUserAuthentication for a full discussion of the pros and 
     206# See System.TWikiUserAuthentication for a full discussion of the pros and 
    207207# cons of using persistent sessions. Session files are stored in the 
    208208# <tt>{WorkingDir}/tmp</tt> directory. 
     
    361361# if you are sharing a password file with another application. 
    362362$TWiki::cfg{AuthRealm} = 
    363 'Enter your Login Name. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit TWiki.UserRegistration if you do not have one.'; 
     363'Enter your System.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise).  
     364Visit System.UserRegistration if you do not have one.'; 
    364365 
    365366#---++ User Mapping 
     
    945946# Set to enable hierarchical webs. Without this setting, TWiki will only 
    946947# allow a single level of webs. If you set this, you can use 
    947 # multiple levels, like a directory tree, i.e. webs within webs. See 
    948 # TWiki.MultiLevelWikiWebs for more details. 
     948# multiple levels, like a directory tree, i.e. webs within webs. 
    949949$TWiki::cfg{EnableHierarchicalWebs} = 1; 
    950950 
Note: See TracChangeset for help on using the changeset viewer.