Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NatSkinPlugin/data/TWiki/NatSkinPlugin.txt

    r441 r464  
    6767      (a) the user preferences  
    6868      (b) the WebPreferences or  
    69       (c) %TWIKIWEB%.TWikiPreferences  
     69      (c) %SYSTEMWEB%.TWikiPreferences  
    7070 
    7171---+++ IFSKINSTATE 
     
    233233   * restrictedactions="...": list of user actions that are disabled if the user 
    234234     has got no write access to the current topic 
    235    * help="...": help topic used for =$help=, defaults to %TWIKIWEB%.TWikiUsersGuide (see below) 
     235   * help="...": help topic used for =$help=, defaults to %SYSTEMWEB%.TWikiUsersGuide (see below) 
    236236 
    237237The "guest" and "format" format strings can use the following variables 
     
    264264   1 <nop>MyComponent in the current web, 
    265265   2 <nop>TWikiMyComponent in the %MAINWEB% web, 
    266    3 <nop>TWikiMyComponent in the %TWIKIWEB% web and 
    267    4 <nop>MyComponent in the %TWIKIWEB% web. 
     266   3 <nop>TWikiMyComponent in the %SYSTEMWEB% web and 
     267   4 <nop>MyComponent in the %SYSTEMWEB% web. 
    268268 
    269269The WEBCOMPONENT tag will retrieve the component where it was found 
    270270first. Thereby every web can define a component of its own but if it is 
    271271not defined locally a predefined component will be returned. Components 
    272 can be predefined in the %MAINWEB% and the %TWIKIWEB% where the name 
     272can be predefined in the %MAINWEB% and the %SYSTEMWEB% where the name 
    273273of the component is prefix with "TWiki" to distinguish them from the 
    274 local web components that may be present in the %MAINWEB% and the %TWIKIWEB%. 
    275 As a last resort the local components of the %TWIKIWEB% are used. 
     274local web components that may be present in the %MAINWEB% and the %SYSTEMWEB%. 
     275As a last resort the local components of the %SYSTEMWEB% are used. 
    276276 
    277277By default the NatSkin comes with predefined components  
    278    * [[%TWIKIWEB%.TWikiWebSideBar]] 
    279    * [[%TWIKIWEB%.TWikiWebButtons]] 
    280    * [[%TWIKIWEB%.TWikiWebLinks]] 
    281    * [[%TWIKIWEB%.TWikiWebTopicActions]] 
    282    * [[%TWIKIWEB%.TWikiWebHtmlHead]] 
     278   * [[%SYSTEMWEB%.TWikiWebSideBar]] 
     279   * [[%SYSTEMWEB%.TWikiWebButtons]] 
     280   * [[%SYSTEMWEB%.TWikiWebLinks]] 
     281   * [[%SYSTEMWEB%.TWikiWebTopicActions]] 
     282   * [[%SYSTEMWEB%.TWikiWebHtmlHead]] 
    283283 
    284284Example:  
     
    325325   * Optionally install the TWiki:Plugins/RedDotPlugin to ease editing the sidebar navigation 
    326326   * Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
    327    * Edit [[%TWIKIWEB%.TWikiPreferences]] and change the SKIN variable to "nat"; 
     327   * Edit [[%SYSTEMWEB%.TWikiPreferences]] and change the SKIN variable to "nat"; 
    328328     customize the default style adding the variables SKINSTYLE, STYLEBORDER, 
    329329     STYLEBUTTONS and STYLESIDEBAR (see NatSkin) 
Note: See TracChangeset for help on using the changeset viewer.