Changeset 764


Ignore:
Timestamp:
11/17/08 22:54:04 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conversions

Location:
trunk
Files:
50 edited

Legend:

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

    r672 r764  
    181181---+ Notification 
    182182 
    183 ActionTrackerPlugin comes with a notifier script, like the =mailnotify= script used for WebNotify (see TWiki.MonitoringSiteActivity for more information on setting up mailnotify). This script allows you to: 
     183ActionTrackerPlugin comes with a notifier script, like the =mailnotify= script used for WebNotify. This script allows you to: 
    184184        * examine all the actions in all webs (except those specified NOSEARCHALL) and notify owners of the state of actions, 
    185185        * find actions that have changed state, and notify people who have registered an interest in that action. 
  • trunk/AliasPlugin/data/TWiki/AliasPlugin.txt

    r527 r764  
    2727 
    2828Aliases aren't replaced within html tags (=&lt;html tag ... <nop>TESTALIAS ... &gt;=), TWiki tags (=%<nop>INCLUDE... <nop>TESTALIAS ...%=) and TWiki links 
    29 (=[<nop>[TWiki.WebHome][<nop>TESTALIAS]]=). A word can be prevented of being substituted by 
     29(=[<nop>[%SYSTEMWEB%.WebHome][<nop>TESTALIAS]]=). A word can be prevented of being substituted by 
    3030prefixing it with =&lt;nop&gt;=. 
    3131 
     
    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"}%/%SYSTEMWEB%.WebHome">T<nop>ESTALIAS</a> | no, don't substitute inside a TWiki tag |  
     129|  9 | [[%SYSTEMWEB%.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 |  
     
    175175|  &nbsp; | configured via a list now (was tables) | 
    176176|  &nbsp; | taking care not to replace inside html tags | 
    177 |  1 Dec 2003: | TWiki:Main.NielsKoldso: Non TWiki.WikiWord aliases as an option |  
     177|  1 Dec 2003: | TWiki:Main.NielsKoldso: Non %SYSTEMWEB%.WikiWord aliases as an option |  
    178178|  &nbsp; | More alias prefixes allowed | 
    179179|  16 Oct 2003: | Speedup | 
  • trunk/ChartPlugin/data/TWiki/ChartPluginTests.txt

    r59 r764  
    216216| Define =type= but =name= not specified <p /> =%<nop>CHART{type="bar"}%= | ChartPlugin error: parameter *name* must be specified </ p> | %CHART{type="bar"}% | 
    217217| Invalid =type= of =badtype= <p /> =%<nop>CHART{type="badtype"}%= | ChartPlugin error: Invalid value of *badtype* for parameter *type* </ p> | %CHART{type="badtype"}% | 
    218 | Missing topic page <p /> =%<nop>CHART{name="err1" topic="DoesNotExist" type="line"}%= | ChartPlugin error: Error retrieving TWiki topic TWiki.DoesNotExist </ p> | %CHART{name="err1" topic="DoesNotExist" type="line"}% | 
     218| Missing topic page <p /> =%<nop>CHART{name="err1" topic="DoesNotExist" type="line"}%= | ChartPlugin error: Error retrieving TWiki topic %SYSTEMWEB%.DoesNotExist </ p> | %CHART{name="err1" topic="DoesNotExist" type="line"}% | 
    219219| Missing web  <p /> =%<nop>CHART{name="err1" type="line" web="DoesNotExist"}%= | ChartPlugin error: Error retrieving TWiki topic DoesNotExist.ChartPluginTests </ p> | %CHART{name="err1" type="line" web="DoesNotExist"}% | 
    220220| Invalid table number <p /> =%<nop>CHART{name="err1" table="999" type="line"}%= | ChartPlugin error: parameter *table* is not valid table; the specified table '999' does not exist. </ p> | %CHART{name="err1" table="999" type="line"}% | 
  • trunk/ChecklistPlugin/data/TWiki/ChecklistPlugin.txt

    r529 r764  
    324324                * # Set ANCHORS = off 
    325325 
    326         * Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see <nop>TWiki.ChecklistPlugin topic for more details): %<nop>KNOWNPARAMSLIST%= </verbatim>) 
     326        * Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see <nop>%SYSTEMWEB%.ChecklistPlugin topic for more details): %<nop>KNOWNPARAMSLIST%= </verbatim>) 
    327327                * # Set UNKNOWNPARAMSMSG = %RED% Following parameter(s) is/are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% 
    328328 
  • trunk/ChecklistPlugin/lib/TWiki/Plugins/ChecklistPlugin.pm

    r529 r764  
    194194                'showlegend' => 0, 
    195195                'anchors' => 1, 
    196                 'unknownparamsmsg' => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.ChecklistPlugin topic for more details): %KNOWNPARAMSLIST%', 
     196                'unknownparamsmsg' => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.ChecklistPlugin topic for more details): %KNOWNPARAMSLIST%', 
    197197                'clipos'=> 'right', 
    198198                'pos'=>'bottom', 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderHierarchyAsJSON.txt

    r482 r764  
    88---++ Documentation 
    99%STARTSECTION{name="documentation" type="section"}% 
    10 This function is called by the TWiki.RenderPlugin to implement the REST handler 
     10This function is called by the %SYSTEMWEB%.RenderPlugin to implement the REST handler 
    1111for the hierarchy browsers. 
    1212 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/WebLeftBar.txt

    r482 r764  
    2323%META:FORM{name="Applications.ApplicationTopic"}% 
    2424%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="WebTool"}% 
    25 %META:FIELD{name="Summary" attributes="" title="Summary" value="WebSideBar used by the TWiki.PatternSkin"}% 
     25%META:FIELD{name="Summary" attributes="" title="Summary" value="WebSideBar used by the System.PatternSkin"}% 
    2626%META:FIELD{name="TWikiApplication" attributes="" title="TWikiApplication" value="TWikiWorkbench"}% 
  • trunk/EditTablerowPlugin/data/TWiki/EditTablerowPlugin.txt

    r664 r764  
    1616Before you can edit a table, you need to define a template that describes the layout of the table in the style of %SYSTEMWEB%.DataForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
    1717 
    18 For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     18For ease of transition of existing systems, the table schema can also be defined in the syntax of %SYSTEMWEB%.EditTablePlugin. 
    1919 
    2020---++ Per Table Settings 
     
    111111   * This Plugin does not (yet) support TWiki table formatting like Multi-span cells (e.g. =| ... ||=) 
    112112   * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source 
    113    * Defining the schema in the format of TWiki.EditTablePlugin requires patching of =Form.pm= 
     113   * Defining the schema in the format of %SYSTEMWEB%.EditTablePlugin requires patching of =Form.pm= 
    114114 
    115115 
     
    131131   * Verify access and ownership settings for the new scripts. 
    132132   * Edit your .htaccess file to require a valid user for the included scripts (if needed). 
    133    * Apply the [[%ATTACHURL%/Form.pm.formdef_patch][attached patch]] to =lib/TWiki/Form.pm= if you want to use the schema definition in the style of TWiki.EditTablePlugin 
     133   * Apply the [[%ATTACHURL%/Form.pm.formdef_patch][attached patch]] to =lib/TWiki/Form.pm= if you want to use the schema definition in the style of %SYSTEMWEB%.EditTablePlugin 
    134134 
    135135 
     
    139139|  Plugin Version: | 20 Sep 2006 | 
    140140|  Change History: | <!-- specify latest version first -->&nbsp; | 
    141 |  20 Sep 2006: | Add compatability with table schema definition from TWiki.EditTablePlugin. Create header row when adding the first line to an empty table. | 
     141|  20 Sep 2006: | Add compatability with table schema definition from %SYSTEMWEB%.EditTablePlugin. Create header row when adding the first line to an empty table. | 
    142142|  08 Sep 2006: | Use strict warnings. Fix handling of checkbox fields. Move to last edited row after save to avoid scrolling. Do not insert placeholder text in first field. | 
    143143|  01 Sep 2006: | Dakar port. Fix handling of date fields in Dakar. Allow editlink in tag. Move existing table to bottom of edit view. | 
  • trunk/EmbedPDFPlugin/data/TWiki/EmbedPDFPlugin.txt

    r529 r764  
    8686%META:FILEATTACHMENT{name="pdf.pdf" attr="" comment="" date="1046959644" path="pdf.pdf" size="6019" user="JohannesMartin" version="1.2"}% 
    8787%META:FILEATTACHMENT{name="pdf-prerendered.jpg" attr="" comment="" date="1048518399" path="pdf-prerendered.jpg" size="3727" user="JohannesMartin" version="1.1"}% 
    88 %META:TOPICMOVED{by="JohannesMartin" date="1046961697" from="TWiki.PDFSizePlugin" to="TWiki.EmbedPDFPlugin"}% 
  • trunk/ExampleHeaderArtContrib/data/Sandbox/PluginTestExampleHeaderArtContrib.txt

    r482 r764  
    11%META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWiki.ExampleHeaderArtContrib"}% 
     2%META:TOPICPARENT{name="System.ExampleHeaderArtContrib"}% 
    33 
    44SOME EXAMPLES OF THE PLUGIN 
  • trunk/ExecuterContrib/data/TWiki/ExecuterContrib.txt

    r115 r764  
    1111---++ Purpose & scope  
    1212 
    13 The task executer is running on a remote machine executing a task. It is a key concept of the TWiki.TaskExeContrib. 
     13The task executer is running on a remote machine executing a task. It is a key concept of the %SYSTEMWEB%.TaskExeContrib. 
    1414Here we describe how to set-up and use an executer machine. We also provide technical information about the executer implementation. 
    1515 
     
    6868*\lib\Slion\TWiki\Client.pm* - Provides API for reading and writing topics from a TWiki web site <br /> 
    6969*\cgi-bin\executer\exestatus* - CGI, output some Javascript for automatic status update from web page. <br /> 
    70 *\cgi-bin\executer\exestart* - CGI, used to trigger a [[TWiki.TaskExeContrib#Task][Task]]. 
     70*\cgi-bin\executer\exestart* - CGI, used to trigger a [[%SYSTEMWEB%.TaskExeContrib#Task][Task]]. 
    7171 
    7272---++ Package content 
     
    8585|  15 May 2007 | Adding support for =URLEXISTS=, =IF=, =ELSE=, =ENDIF= | 
    8686|  14 May 2007 | Initial release | 
    87 |  Dependencies: | %$DEPENDENCIES% <br /> Other dependencies might be added through the [[TWiki.TaskExeContrib#Task_Specification][Task specification]]. | 
     87|  Dependencies: | %$DEPENDENCIES% <br /> Other dependencies might be added through the [[%SYSTEMWEB%.TaskExeContrib#Task_Specification][Task specification]]. | 
    8888|  Contrib Home: | http://twiki.org/cgi-bin/view/Plugins/ExecuterContrib | 
    8989|  Feedback: | http://twiki.org/cgi-bin/view/Plugins/ExecuterContribDev | 
  • trunk/ExecuterContrib/executer/lib/TWiki/Func.pm

    r555 r764  
    3030can use to interact with the TWiki engine and content. 
    3131 
    32 Refer to TWiki.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin. 
     32Refer to %SYSTEMWEB%.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin. 
    3333 
    3434Plugins should *only* use functions published in this module. If you use 
  • trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt

    r674 r764  
    198198|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | 
    199199 
    200 __Related Topics:__ [[%SYSTEMWEB%.CompleteDocumentation#FORMFIELD][TWiki Variable FORMFIELD]], %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
     200__Related Topics:__ [[%SYSTEMWEB%.CompleteDocumentation#FORMFIELD][Macro FORMFIELD]], %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
  • trunk/GnuPlotPlugin/lib/TWiki/Plugins/GnuPlotPlugin.pm

    r529 r764  
    647647Additional parameters can be recovered via de query object in the $session. 
    648648 
    649 For more information, check TWiki:TWiki.TWikiScripts#rest 
     649For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    650650 
    651651=cut 
  • trunk/HideInEditModePlugin/data/TWiki/HideInEditModePlugin.txt

    r529 r764  
    7070  
    7171-- TWiki:Main.MeredithLesly - 25 Feb 2006 
    72 %META:TOPICMOVED{by="MeredithLesly" date="1141059508" from="TWiki.HiddenInEditPlugin" to="TWiki.HideInEditModePlugin"}% 
  • trunk/ImmediateNotifyPlugin/templates/smtp.immediatenotify.tmpl

    r175 r764  
    1616 
    1717-- 
    18 This is an automated email from TWiki.ImmediateNotifyPlugin. 
     18This is an automated email from %SYSTEMWEB%.ImmediateNotifyPlugin. 
    1919To unsubscribe, remove yourself from: 
    2020%WIKILOGOURL%twiki/bin/view%SCRIPTSUFFIX%/%WEB%/WebImmediateNotify 
  • trunk/IncludeIndexPlugin/data/TWiki/IncludeIndexPlugin.txt

    r555 r764  
    1717          Default is "&nbsp;&nbsp;&nbsp;*&nbsp;", i.e. a bullet list. 
    1818 
    19 The format string accepts the same syntax as a TWiki.FormattedSearch. 
     19The format string accepts the same syntax as a %SYSTEMWEB%.FormattedSearch. 
    2020Use this to extract reports about your included pages. 
    2121E.g. create a table of current revision information 
  • trunk/JQueryDevPlugin/data/Sandbox/PluginTestJQueryDevPlugin.txt

    r182 r764  
    11%META:TOPICINFO{author="StephaneLenclud" date="1204156608" format="1.1" reprev="1.3" version="1.3"}% 
    2 ---+!! Examples for TWiki.JQueryDevPlugin 
     2---+!! Examples for %SYSTEMWEB%.JQueryDevPlugin 
    33 
    44%TOC% 
  • trunk/LaTeXToMathMLPlugin/data/TWiki/LaTeXToMathMLPlugin.txt

    r529 r764  
    178178 
    179179%META:FILEATTACHMENT{name="xhtml-math11-f.dtd" attr="" comment="W3C's DTD for <nop>MathML with XHTML 1.1" date="1050421607" path="xhtml-math11-f.dtd" size="400317" user="SimonClift" version="1.1"}% 
    180 %META:TOPICMOVED{by="SimonClift" date="1050416433" from="Main.LaTeXToMathMLPlugin" to="TWiki.LaTeXToMathMLPlugin"}% 
  • trunk/LdapPlugin/data/Sandbox/TestTopicLdapPlugin.txt

    r482 r764  
    11%META:TOPICINFO{author="ProjectContributor" date="1134338119" format="1.1" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWiki.LdapPlugin"}% 
     2%META:TOPICPARENT{name="System.LdapPlugin"}% 
    33    * %LDAP{host="myldap.myco.com" base="ou=purchasing,o=MYCO" filter="employeenumber=00009707" format="$telephoneNumber"}% 
    44    * %LDAP{host="myldap.myco.com" base="ou=finance,o=MYCO" filter="fullName=Johnson*" format="| $ou | $telephoneNumber |" header="| *Phone* | *OU* |"}% 
  • trunk/LdapPlugin/data/TWiki/LdapPlugin.txt

    r529 r764  
    4040|order |Sort order |order="sn,givenName"| 
    4141|mvformat |Separater for multiple values |mvformat="&lt;LI&gt;"| 
    42 |notfounderror|Error message you want to get in case LDAP Plugin found nothing, useful to use LDAP to define Javascript vars (see TWiki.TWikiLdapRegistration)|notfounderror=""| 
     42|notfounderror|Error message you want to get in case LDAP Plugin found nothing, useful to use LDAP to define Javascript vars (see %SYSTEMWEB%.TWikiLdapRegistration)|notfounderror=""| 
    4343|jpegPhoto|LDAP attribute keyname to extract photo, __$jpegPhoto__ is then a URL to an image |JPEGPHOTO="jpegPhoto"| 
    4444 
  • trunk/PageStatsPlugin/data/Sandbox/TestTopicPageStatsPlugin.txt

    r245 r764  
    11%META:TOPICINFO{author="WillNorris" date="1067067060" format="1.0" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWiki.PageStatsPlugin"}% 
     2%META:TOPICPARENT{name="System.PageStatsPlugin"}% 
    33 
    44=%<nop>PAGESTATS{ web="%INCLUDINGWEB%" topic="%INCLUDINGTOPIC%" }%= 
  • trunk/PloticusPlugin/lib/TWiki/Plugins/PloticusPlugin.pm

    r529 r764  
    649649Additional parameters can be recovered via de query object in the $session. 
    650650 
    651 For more information, check TWiki:TWiki.TWikiScripts#rest 
     651For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    652652 
    653653=cut 
  • trunk/ProjectPlannerPlugin/data/TWiki/ProjectPlannerPlugin.txt

    r529 r764  
    2424        * <b>Plans</b>. Each Project page has a form for creating plans in addition to the summary of currently entered plans. The template for the Plan page has a table where tasks can be added, allocated and updated. 
    2525 
    26 *Note*: Project and Plan names have to be TWiki.WikiWord. Task names may or may not be. However, if Task names are specified as TWiki.WikiWord, it provides links to add more info about the task and also provides a pretty printed version for online-challenged meetings. 
     26*Note*: Project and Plan names have to be %SYSTEMWEB%.WikiWord. Task names may or may not be. However, if Task names are specified as %SYSTEMWEB%.WikiWord, it provides links to add more info about the task and also provides a pretty printed version for online-challenged meetings. 
    2727          
    2828The top level project creation form is displayed by adding the keyword % PPALLPROJECTS% in any page. The creation of plans and addition of tasks are performed in the resulting forms that are generated when a project is created. 
     
    4343 
    4444| *Name* | *Comment* | 
    45 | Task Name | Name of the Task, can be a TWiki.WikiWord to enable adding more info | 
     45| Task Name | Name of the Task, can be a %SYSTEMWEB%.WikiWord to enable adding more info | 
    4646| Summary | brief summary for executive consumption | 
    4747| Module | a module that this task belongs to for Module based processing | 
  • trunk/PseudoXmlPlugin/data/Sandbox/TestTopicPseudoXmlPlugin.txt

    r264 r764  
    11%META:TOPICINFO{author="WillNorris" date="1066118460" format="1.0" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWiki.PseudoXmlPlugin"}% 
     2%META:TOPICPARENT{name="System.PseudoXmlPlugin"}% 
    33<style> 
    44.wiki           { background:green; color:white; } 
  • trunk/PseudoXmlPlugin/data/TWiki/PseudoXmlPlugin.txt

    r529 r764  
    8585-- TWiki:Main/WillNorris - 12 Oct 2003 
    8686%META:FILEATTACHMENT{name="PseudoXmlPlugin.zip" attr="" comment="" date="1066187760" path="PseudoXmlPlugin.zip" size="6673" user="WillNorris" version="1.4"}% 
    87 %META:TOPICMOVED{by="WillNorris" date="1065937905" from="TWiki.SimpleXmlPlugin" to="TWiki.PseudoXmlPlugin"}% 
  • trunk/SearchToTablePlugin/data/TWiki/SearchToTablePlugin.txt

    r529 r764  
    6767 
    6868-- TWiki:Main.KenKachnowich  -  21 Dec 2001 <br>  
    69  
    70  
    71  
    72  
    73 %META:TOPICMOVED{by="JohnTalintyre" date="1002163558" from="TWiki.FancyTablePlugin" to="TWiki.TablePlugin"}% 
  • trunk/SectionalEditPlugin/data/TWiki/SectionalEditPlugin.txt

    r664 r764  
    8282|  12 Feb 2005: | Added =SECTIONDEPTH= preference variable. | 
    8383|  11 Feb 2005: | Added =EDITSECTIONS= preference variable with the same effect as inserting an &lt;editsection/&gt; tag in every topic. |  
    84 |   3 Feb 2005: | Preliminary port to cairo with support for TWiki.PatternSkin. Does not yet support =savemulti=. | 
     84|   3 Feb 2005: | Preliminary port to cairo with support for !TWiki.PatternSkin. Does not yet support =savemulti=. | 
    8585|   6 Apr 2004: | Custom edit width / edit height / edit style (defaults to same as ordinary edit). BGCOLOR is now interpreted so you can set it to be the same as %WEBBGGOLOR% if you like. Edit bar can be left or right justified. Added &lt;editsections/&gt; tag which automatically splits on section headers =---+= Updated =bin/editsection= program and templates. | 
    8686|  21 Sep 2003: | Fixed a few bugs in plugin (especially the double-quote problem) | 
  • trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Func.pm

    r303 r764  
    181181                my $web = $1 || $mainWeb; 
    182182                my $wikiName = $2; 
    183                 if(TWiki::Func::topicExists($web, $wikiName) && $wikiName !~ m/TWiki.*|UnknownUser/){ 
     183                if(TWiki::Func::topicExists($web, $wikiName) && $wikiName !~ m/TWiki.*|UnknownUser|AdminUser|AdminGroup|RegistrationAgent|WikiGuest/){ 
    184184                    push(@users, $wikiName); 
    185185                } 
  • trunk/TWikiDrawPlugin/data/TWiki/TWikiDrawPlugin.txt

    r529 r764  
    6969 
    7070        * Set SHORTDESCRIPTION = Java Applet based drawing editor 
    71 Extra colors to be added to the menu of colors in the applet, as a comma-separated list with colors in HTML format (see TWiki.StandardColors) 
     71Extra colors to be added to the menu of colors in the applet, as a comma-separated list with colors in HTML format (see %SYSTEMWEB%.StandardColors) 
    7272        * Set EXTRA_COLORS = Aquamarine=#70DB93,New Tan=#EBC79E,Sea Green=#238E68,Motorola Blue=#3ff 
    7373Set to 1 if an "Edit" button is to be generated attached to the image. You will still be able to edit it by clicking on the boundary of the image. 
  • trunk/TablePlugin/lib/TWiki/Plugins/TablePlugin.pm

    r14 r764  
    2020# 
    2121# Allow sorting of tables, plus setting of background colour for 
    22 # headings and data cells. See TWiki.TablePlugin for details of use 
     22# headings and data cells. See %SYSTEMWEB%.TablePlugin for details of use 
    2323 
    2424use strict; 
  • trunk/TagMePlugin/data/TWiki/TagMePlugin.txt

    r672 r764  
    233233<verbatim> 
    234234<div class="tagmetags"> 
    235 Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[TWiki.TagMeViewAllTags][view all tags]] 
     235Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] 
    236236</div> 
    237237</verbatim> 
     
    239239To show the tags at the bottom of every page, write in [[%USERSWEB%.SitePreferences]]: 
    240240<verbatim> 
    241  * Set WEBCOPYRIGHT = Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[TWiki.TagMeViewAllTags][view all tags]] %BR% Copyright &copy; 1999-%GMTIME{"$year"}% by... etc 
     241 * Set WEBCOPYRIGHT = Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] %BR% Copyright &copy; 1999-%GMTIME{"$year"}% by... etc 
    242242</verbatim> 
    243243 
     
    292292<verbatim> 
    293293<div class="tagmetags"> 
    294 Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[TWiki.TagMeViewAllTags][view all tags]] 
     294Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] 
    295295</div> 
    296296</verbatim> 
  • trunk/TagMePlugin/lib/TWiki/Plugins/TagMePlugin.pm

    r664 r764  
    465465    # more 
    466466    $text .= "<p class='tagmeBlog'><b>Tags management:</b>  
    467         [[TWiki.TagMeCreateNewTag][create tags]] - 
    468         [[TWiki.TagMeRenameTag][rename tags]] - 
    469         [[TWiki.TagMeDeleteTag][delete tags]] - 
    470         [[TWiki.TagMeViewAllTags][view all tags]] - 
    471         [[TWiki.TagMeViewMyTags][view my tags]] - 
    472         [[TWiki.TagMeSearch][search with tags]] 
     467        [[%SYSTEMWEB%.TagMeCreateNewTag][create tags]] - 
     468        [[%SYSTEMWEB%.TagMeRenameTag][rename tags]] - 
     469        [[%SYSTEMWEB%.TagMeDeleteTag][delete tags]] - 
     470        [[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] - 
     471        [[%SYSTEMWEB%.TagMeViewMyTags][view my tags]] - 
     472        [[%SYSTEMWEB%.TagMeSearch][search with tags]] 
    473473        </p>"; 
    474474    # footer 
  • trunk/TagMePlugin/templates/view.tagme.tmpl

    r342 r764  
    11%TMPL:INCLUDE{"view"}% 
    22 
    3 %TMPL:DEF{"contentheader"}%<div class="tagmetags"> Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[TWiki.TagMeViewAllTags][view all tags]] </div>%TMPL:END% 
     3%TMPL:DEF{"contentheader"}%<div class="tagmetags"> Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] </div>%TMPL:END% 
  • trunk/TaskExeContrib/data/Sandbox/TaskExeParent.txt

    r344 r764  
    22---+ TaskExeParent 
    33 
    4 This topic is provided as an example. It is referred to by various settings on TWiki.TaskExePlugin. 
    5 Once the TWiki.TaskExeContrib application is installed in a dedicated Web you should change the TWiki.TaskExePlugin settings to point to %TASKEXE_INSTALLEDWEB%.ExecuterList and %TASKEXE_INSTALLEDWEB%.TaskSpecList.  
     4This topic is provided as an example. It is referred to by various settings on %SYSTEMWEB%.TaskExePlugin. 
     5Once the %SYSTEMWEB%.TaskExeContrib application is installed in a dedicated Web you should change the %SYSTEMWEB%.TaskExePlugin settings to point to %TASKEXE_INSTALLEDWEB%.ExecuterList and %TASKEXE_INSTALLEDWEB%.TaskSpecList.  
    66 
    77---++ Related topics 
    88 
    9 TWiki.TaskExeContrib, TWiki.TaskExePlugin, TWiki.TaskExeManager 
    10  
    11 %META:TOPICMOVED{by="StephaneLenclud" date="1179068996" from="Sandbox.TaskParent" to="Sandbox.TaskExeParent"}% 
     9%SYSTEMWEB%.TaskExeContrib, %SYSTEMWEB%.TaskExePlugin, %SYSTEMWEB%.TaskExeManager 
  • trunk/TaskExeContrib/data/Sandbox/TaskSpecDemo.txt

    r344 r764  
    66   * Cmd OUTPUTTOPIC = TaskExeDemoOutput 
    77 
    8    * Cmd OUTPUT = ---+ TWiki.TaskExeContrib demo 
     8   * Cmd OUTPUT = ---+ System.TaskExeContrib demo 
    99   * Cmd SHELLEXE = dir 
    1010 
    11 %META:FORM{name="TWiki.TaskSpecForm"}% 
    12 %META:FIELD{name="Name" attributes="M" title="Name" value="Test TWiki.TaskExeContrib installation"}% 
     11%META:FORM{name="System.TaskSpecForm"}% 
     12%META:FIELD{name="Name" attributes="M" title="Name" value="Test System.TaskExeContrib installation"}% 
  • trunk/TaskExeContrib/data/TWiki/ExecuterContrib.txt

    r344 r764  
    1111---++ Purpose & scope  
    1212 
    13 The task executer is running on a remote machine executing a task. It is a key concept of the TWiki.TaskExeContrib. 
     13The task executer is running on a remote machine executing a task. It is a key concept of the %SYSTEMWEB%.TaskExeContrib. 
    1414Here we describe how to set-up and use an executer machine. We also provide technical information about the executer implementation. 
    1515 
     
    6868*\lib\Slion\TWiki\Client.pm* - Provides API for reading and writing topics from a TWiki web site <br /> 
    6969*\cgi-bin\executer\exestatus* - CGI, output some Javascript for automatic status update from web page. <br /> 
    70 *\cgi-bin\executer\exestart* - CGI, used to trigger a [[TWiki.TaskExeContrib#Task][Task]]. 
     70*\cgi-bin\executer\exestart* - CGI, used to trigger a [[%SYSTEMWEB%.TaskExeContrib#Task][Task]]. 
    7171 
    7272---++ Package content 
     
    8585|  15 May 2007 | Adding support for =URLEXISTS=, =IF=, =ELSE=, =ENDIF= | 
    8686|  14 May 2007 | Initial release | 
    87 |  Dependencies: | %$DEPENDENCIES% <br /> Other dependencies might be added through the [[TWiki.TaskExeContrib#Task_Specification][Task specification]]. | 
     87|  Dependencies: | %$DEPENDENCIES% <br /> Other dependencies might be added through the [[%SYSTEMWEB%.TaskExeContrib#Task_Specification][Task specification]]. | 
    8888|  Contrib Home: | http://twiki.org/cgi-bin/view/Plugins/ExecuterContrib | 
    8989|  Feedback: | http://twiki.org/cgi-bin/view/Plugins/ExecuterContribDev | 
  • trunk/TaskExeContrib/data/TWiki/ExecuterRegistration.txt

    r344 r764  
    55---++ Usage 
    66 
    7    1 Give a TWiki.WikiName for your new executer topic. Example: _ExecuterMyPc_. 
     7   1 Give a %SYSTEMWEB%.WikiName for your new executer topic. Example: _ExecuterMyPc_. 
    88   1 Give the URL for your Executer scripts. Example: _http://my.machine.com/cgi-bin/executer_. 
    99   1 Give the machine name of your Executer. Example: _my-pc_. 
     
    3131<input type="submit" class="twikiSubmit" value='Register' /> 
    3232</form>%STOPINCLUDE% 
    33  
    34 %META:TOPICMOVED{by="StephaneLenclud" date="1178811576" from="TWiki.ExecuterCreate" to="TWiki.ExecuterRegistration"}% 
  • trunk/TaskExeContrib/data/TWiki/TaskExeContrib.txt

    r690 r764  
    309309   * Once the above is working you should customize your application for your needs: 
    310310      * Create a Web dedicated to TaskExeContrib and install TaskExeContrib in it. 
    311       * Fix the settings for TWiki.TaskExePlugin on %USERSWEB%.SitePreferences. 
     311      * Fix the settings for %SYSTEMWEB%.TaskExePlugin on %USERSWEB%.SitePreferences. 
    312312      * Create [[#Task_Specification][task specifications]] to suite your needs. 
    313313 
     
    340340-- TWiki:Main/StephaneLenclud - 10 May 2007 
    341341<!-- replace 10 May 2007 with %$DATE% for Build module, to get build date --> 
    342  
    343  
    344 %META:TOPICMOVED{by="StephaneLenclud" date="1179060174" from="TWiki.TaskContrib" to="TWiki.TaskExeContrib"}% 
  • trunk/TaskExeContrib/data/TWiki/TaskSpecCreate.txt

    r344 r764  
    55---++ Usage 
    66 
    7    1 Give a TWiki.WikiName for your new task specification topic. Example: _TaskSpecMySoftwareRelease_. 
     7   1 Give a %SYSTEMWEB%.WikiName for your new task specification topic. Example: _TaskSpecMySoftwareRelease_. 
    88   1 Give a decriptive name for your new task. Example: _Offical Software Release_. 
    99   1 Click the create button. 
  • trunk/TaskExePlugin/data/TWiki/TaskExePlugin.txt

    r345 r764  
    3535   * Set EXECUTERPARENT = Sandbox.TaskExeParent 
    3636 
    37 Use =INSTALLEDWEB= to specify the Web in which the TWiki.TaskExeManager was installed. 
     37Use =INSTALLEDWEB= to specify the Web in which the %SYSTEMWEB%.TaskExeManager was installed. 
    3838   * Set INSTALLEDWEB = TWiki 
    3939 
     
    5959 
    6060<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. --> 
    61  
    62 %META:TOPICMOVED{by="StephaneLenclud" date="1179060207" from="TWiki.TaskPlugin" to="TWiki.TaskExePlugin"}% 
  • trunk/TaskExePlugin/lib/TWiki/Plugins/TaskExePlugin.pm

    r529 r764  
    745745Additional parameters can be recovered via de query object in the $session. 
    746746 
    747 For more information, check TWiki:TWiki.TWikiScripts#rest 
     747For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    748748 
    749749=cut 
  • trunk/ThreadedDiscussionPlugin/data/TWiki/ThreadedDiscussionPlugin.txt

    r549 r764  
    2626        * You can specify an icon for a bullet: 
    2727                * Attach the icon to a topic, e.g. =myicon.gif=, or 
    28                 * Use one of the existing icons from TWiki.DocumentGraphics 
     28                * Use one of the existing icons from %SYSTEMWEB%.DocumentGraphics 
    2929                * Refer to an attached icon at the beginning of the bullet with: 
    3030                        * =icon:myicon Followed by normal bullet text= 
  • trunk/TimeTablePlugin/data/TWiki/TimeTablePlugin.txt

    r654 r764  
    239239      * # Set TOOLTIPFIXTOP = 0 
    240240 
    241    * Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see !TWiki.TimeTablePlugin topic for more details): %<nop>KNOWNPARAMSLIST%=) 
     241   * Set unknown parameter message (default: =%<nop>RED% Sorry, some parameters are unknown: %<nop>UNKNOWNPARAMSLIST% %<nop>ENDCOLOR% &lt;br/&gt; Allowed parameters are (see !%SYSTEMWEB%.TimeTablePlugin topic for more details): %<nop>KNOWNPARAMSLIST%=) 
    242242      * # Set UNKNOWNPARAMSMSG = %RED% Following parameter(s) is/are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% 
    243243 
  • trunk/TimeTablePlugin/lib/TWiki/Plugins/TimeTablePlugin.pm

    r464 r764  
    621621Additional parameters can be recovered via de query object in the $session. 
    622622 
    623 For more information, check TWiki:TWiki.TWikiScripts#rest 
     623For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    624624 
    625625=cut 
  • trunk/TimeTablePlugin/lib/TWiki/Plugins/TimeTablePlugin/TimeTable.pm

    r352 r764  
    167167                tablebgcolor => 'white',        # table background color 
    168168                timeformat => '24',             # timeformat 12 or 24 
    169                 unknownparamsmsg => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.'.$pluginName.' topic for more details): %KNOWNPARAMSLIST%', 
     169                unknownparamsmsg => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.'.$pluginName.' topic for more details): %KNOWNPARAMSLIST%', 
    170170                displaytime => 0,               # display time in description 
    171171                workingstarttime => '9:00',     #  
  • trunk/UserHomePageAddOn/data/TWiki/UserHomePageAddOn.txt

    r470 r764  
    5555 
    5656-- Main.ColasNahaboo - 13 Jun 2003 
    57 %META:TOPICMOVED{by="ColasNahaboo" date="1055494233" from="TWiki.UserHomePageAddon" to="TWiki.UserHomePageAddOn"}% 
  • trunk/XpTrackerPlugin/data/TWiki/XpTrackerPlugin.txt

    r529 r764  
    154154|  Change History: | V1.0 29 Jul 2002: Initial version of Plugin by TWiki:Main.MartinWatt based on code by TWiki:Main.RichardBennett | 
    155155|  CPAN Dependencies: | HTTP::Date | 
    156 |  Other Dependencies: | TWiki:TWiki.EditTablePlugin (The latest version (with support for the %<nop>EDITCELL% variable)), TWiki:TWiki.TablePlugin | 
     156|  Other Dependencies: | TWiki:Plugins.EditTablePlugin (The latest version (with support for the %<nop>EDITCELL% variable)), TWiki:Plugins.TablePlugin | 
    157157|  Perl Version: | 5.0 | 
    158158|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | 
  • trunk/XpTrackerPlugin/data/Tracking/XpAdminPage.txt

    r395 r764  
    11%META:TOPICINFO{author="RafaelAlvarez" date="1089776448" format="1.0" version="1.2"}% 
    22 
    3 ---+ TWiki.XpTrackerPlugin Web Administration 
     3---+ %SYSTEMWEB%.XpTrackerPlugin Web Administration 
    44This topic lists all the topics that can be customized to follow specific needs 
    55 
  • trunk/core/lib/TWiki.pm

    r671 r764  
    41914191    } 
    41924192 
    4193     # replace dot by slash is not necessary; TWiki.MyTopic is a valid url 
     4193    # replace dot by slash is not necessary; System.MyTopic is a valid url 
    41944194    # add ../ if not already present to make a relative file reference 
    41954195    if ( $theRelativePath !~ m!^../! ) { 
Note: See TracChangeset for help on using the changeset viewer.