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

    r100 r464  
    1313Currently available converters: 
    1414| *Syntax* | *To Activate* | *Syntax Summary and Help* | *Converter topic* | 
    15 | =TWiki= | =<nop>   * Set EDITSYNTAX = <nop>= | [[%TWIKIWEB%.WikiSyntaxSummary][Summary]], [[%TWIKIWEB%.TextFormattingRules][Help]] | N/A | 
     15| =TWiki= | =<nop>   * Set EDITSYNTAX = <nop>= | [[%SYSTEMWEB%.WikiSyntaxSummary][Summary]], [[%SYSTEMWEB%.TextFormattingRules][Help]] | N/A | 
    1616%SEARCH{ "EditSyntaxRegex" scope="topic" topic="*EditSyntaxRegex" nonoise="on" format="| =$percntCALC{$SET(name, $SUBSTITUTE($topic, EditSyntaxRegex))$GET(name)}$percnt= | =<nop>   * Set EDITSYNTAX = <nop>$percntCALC{$GET(name)}$percnt= | [[$percntCALC{$GET(name)}$percntWikiSyntaxSummary][Summary]], [[$percntCALC{$GET(name)}$percntTextFormattingRules][Help]] | [[$topic][$percntCALC{$GET(name)}$percnt converter]] |" }% 
    1717 
     
    1919 
    2020<pre> 
    21       * Activate preferred edit syntax (see available edit syntax converters at %TWIKIWEB%.EditSyntaxPlugin) : 
     21      * Activate preferred edit syntax (see available edit syntax converters at %SYSTEMWEB%.EditSyntaxPlugin) : 
    2222         * Set <nop>EDITSYNTAX = Mediawiki 
    2323</pre> 
     
    3030Steps to create a new edit syntax converter, using the !FooWiki syntax as an example: 
    3131   1. Decide on the base name, =Foowiki=. Base name must not be a !WikiWord, e.g. not =FooWiki=. 
    32    1. Create a =FoowikiEditSyntaxRegex= topic in the %TWIKIWEB% web, taking MediawikiEditSyntaxRegex as a template. 
     32   1. Create a =FoowikiEditSyntaxRegex= topic in the %SYSTEMWEB% web, taking MediawikiEditSyntaxRegex as a template. 
    3333      * List regular expressions to convert the syntax from the TWiki to the Foowiki format, and vice versa. 
    3434      * The converter format is indicated below. 
    3535      * All topics ending in =*EditSyntaxRegex= are listed automatically in the converter topic. 
    36    1. Create a =FoowikiWikiSyntaxSummary= syntax summary topic in the %TWIKIWEB% web, taking MediawikiWikiSyntaxSummary as a template. 
     36   1. Create a =FoowikiWikiSyntaxSummary= syntax summary topic in the %SYSTEMWEB% web, taking MediawikiWikiSyntaxSummary as a template. 
    3737      * This is the short help text shown in the edit screen. 
    3838      * Replace =/MediawikiTextFormattingRules= in the "more formatting help" link with =/FoowikiTextFormattingRules=. 
    39    1. Create a =FoowikiTextFormattingRules= syntax help topic in the %TWIKIWEB% web, taking MediawikiTextFormattingRules and/or Foowiki's edit syntax help text as a template. 
     39   1. Create a =FoowikiTextFormattingRules= syntax help topic in the %SYSTEMWEB% web, taking MediawikiTextFormattingRules and/or Foowiki's edit syntax help text as a template. 
    4040      * This is the extensive help text shown when the users clicks on the "more formatting help" link. 
    4141 
     
    5858Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>EDITSYNTAXPLUGIN_SHORTDESCRIPTION%== 
    5959 
    60    * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: 
     60   * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    6161      * Set SHORTDESCRIPTION = Edit TWiki content using your preferred wiki syntax 
    6262 
     
    9292   * Show proper edit syntax summary in edit screen: 
    9393      * Create an =EDITSYNTAX= setting in your =%MAINWEB%.TWikiPreferences= and set it to an empty value 
    94       * Edit =twiki/templates/edit.pattern.tmpl= and change ="%<nop>TWIKIWEB%.WikiSyntaxSummary"= to ="%<nop>TWIKIWEB%.%EDITSYNTAX%WikiSyntaxSummary"= 
     94      * Edit =twiki/templates/edit.pattern.tmpl= and change ="%<nop>SYSTEMWEB%.WikiSyntaxSummary"= to ="%<nop>SYSTEMWEB%.%EDITSYNTAX%WikiSyntaxSummary"= 
    9595      * Change other =twiki/templates/edit.*.tmpl= template files as needed 
    9696   * Secure the =*EditSyntaxRegex= converter topics so that only %MAINWEB%.TWikiAdminGroup members can edit the topics. 
     
    114114|  Other Dependencies: | none | 
    115115|  Perl Version: | 5.005 | 
    116 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %TWIKIWEB%.GoodStyle nn%, %TWIKIWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     116|  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    117117|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
    118118|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    119119|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    120120 
    121 __Related Topics:__ %TWIKIWEB%.TWikiPlugins, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences 
     121__Related Topics:__ %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiPreferences 
    122122 
    123123-- TWiki:Main.PeterThoeny - 09 Jul 2006 
Note: See TracChangeset for help on using the changeset viewer.