Ignore:
Timestamp:
11/17/08 23:20:13 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conversions
note that sometimes you have to replace TWiki.xx by System.xx
It depends on the context.
And watch out for plugins that has Javascript where TWiki. is part
of a namespace. They will be goofed up by a %SYSTEMWEB%
This is a loooooooong slow task.

File:
1 edited

Legend:

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

    r464 r765  
    22---++ TopicVarsPlugin TWiki Plugin  
    33 
    4 This plugin will allow you to create variables in arbitrary topic pages, and not just WebPreferences. You can then refer to those variables from any topic within the same Web or Wiki. (Perhaps a future iteration will support [[TWiki.InterwikiPlugin][Interwiki]] references, but that's probably not likely, unless we use XML-RPC or something to cut down the overhead of getting those values from afar.) 
     4This plugin will allow you to create variables in arbitrary topic pages, and not just WebPreferences. You can then refer to those variables from any topic within the same Web or Wiki. (Perhaps a future iteration will support [[%SYSTEMWEB%.InterwikiPlugin][Interwiki]] references, but that's probably not likely, unless we use XML-RPC or something to cut down the overhead of getting those values from afar.) 
    55 
    66---+++ Syntax Rules  
     
    2020---+++ <nop>%TOPIC% Settings 
    2121 
    22         * One line description, is shown in the [[TWiki.TextFormattingRules][TextFormattingRules]] topic 
     22        * One line description, is shown in the [[%SYSTEMWEB%.TextFormattingRules][TextFormattingRules]] topic 
    2323        * Set SHORTDESCRIPTION = Set variables in arbitrary topics and refer to them from other topics within the same web 
    2424 
     
    3939        * You should see the answer here: [%THE_ANSWER%] (%<nop>THE_ANSWER%) 
    4040        * and here: [%TopicVarsPlugin.THE_ANSWER%] (%<nop>TopicVarsPlugin.THE_ANSWER%) 
    41         * and here: [%TWiki.TopicVarsPlugin.THE_ANSWER%] (%<nop>TWiki.TopicVarsPlugin.THE_ANSWER%) 
     41        * and here: [%System.TopicVarsPlugin.THE_ANSWER%] (%<nop>System.TopicVarsPlugin.THE_ANSWER%) 
    4242 
    4343 
     
    5353|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    5454 
    55 __Related Topics:__ [[TWiki.InterwikiPlugin][InterwikiPlugin]] 
     55__Related Topics:__ [[%SYSTEMWEB%.InterwikiPlugin][InterwikiPlugin]] 
    5656 
    5757-- %SYSTEMWEB%.TrippLilley - 15 Nov 2001 <br>  
Note: See TracChangeset for help on using the changeset viewer.