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/AliasPlugin/data/TWiki/AliasPlugin.txt

    r28 r464  
    3636   1 the current web 
    3737   2 the %MAINWEB% web 
    38    3 if there's no <nop>WebAliases topic in the %MAINWEB% it will be looked up in the %TWIKIWEB%  
     38   3 if there's no <nop>WebAliases topic in the %MAINWEB% it will be looked up in the %SYSTEMWEB%  
    3939The aliases defined in (1) are merged with those in (2) or (3). Thereby you can define 
    4040site-wide aliases in <nop>%MAINWEB%.WebAliases and  web specific aliases in the current's web <nop>WebAliases 
     
    9898 
    9999---++ Defined Aliases 
    100 %ALIAS{name="TESTLINK" value="%TWIKIWEB%.WebHome"}% 
     100%ALIAS{name="TESTLINK" value="%SYSTEMWEB%.WebHome"}% 
    101101%ALIAS{name="TESTALIAS" value="yes"}% 
    102102%ALIAS{name="rtfm" value="read the fine manual"}% 
     
    119119%STARTALIASAREA% 
    120120| *&nbsp;* | *Test* | *Should be* | *Comment* |  
    121 |  1 | TESTLINK | [[%TWIKIWEB%.WebHome][TESTLINK]] | yes, substitute: this is a link to <nop>TWiki.WebHome |  
     121|  1 | TESTLINK | [[%SYSTEMWEB%.WebHome][TESTLINK]] | yes, substitute: this is a link to <nop>System.WebHome |  
    122122|  2 | TESTALIAS | yes | yes |  
    123123|  3 | _TESTLINK | _TESTLINK | no substitution: =_= is no word boundary |  
    124124|  4 | TESTLINK_TESTLINK | TESTLINK_TESTLINK | no: =_= is no word boundary |  
    125 |  5 | <u>TESTLINK</u> | <u>[[%TWIKIWEB%.WebHome][TESTLINK]]</u> | yes |  
     125|  5 | <u>TESTLINK</u> | <u>[[%SYSTEMWEB%.WebHome][TESTLINK]]</u> | yes |  
    126126|  6 | TESTLINKTESTLINK | TESTLINKTESTLINK | no: this is _one_ word not being aliases | 
    127127|  7 | rtfm | read the fine manual | yes, but be more polite to your users | 
    128128|  8 | <a href="%SCRIPTURL{"view"}%/TESTALIAS" title="TESTALIAS">TESTALIAS</a> | <a href="%SCRIPTURL{"view"}%/yes" title="yes">yes</a> | yes | 
    129 |  9 | [[TWiki.WebHome][TESTALIAS]] | <a href="%SCRIPTURLPATH{"view"}%/%TWIKIWEB%.WebHome">T<nop>ESTALIAS</a> | no, don't substitute inside a TWiki tag |  
     129|  9 | [[TWiki.WebHome][TESTALIAS]] | <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%.WebHome">T<nop>ESTALIAS</a> | no, don't substitute inside a TWiki tag |  
    130130|  10 | [[TESTALIAS]] | <a href="%SCRIPTURL{"edit"}%/%WEB%/TESTALIAS?topicparent=%WEB%.%TOPIC%" class="twikiNewLink" title="Create this topic">T<nop>ESTALIAS</a>| no, don't substitute inside a TWiki tag | 
    131131|  11 | [<nop>[TESTALIAS]] | [<nop>[T<nop>ESTALIAS]] | no, not even inside a _nopped_ TWiki tag |  
Note: See TracChangeset for help on using the changeset viewer.