Changeset 754


Ignore:
Timestamp:
11/17/08 00:31:02 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: Replacing TWiki as webname by SYSTEMWEB where it is still missing
This is first of many checkins

Location:
trunk
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/BenchmarkContrib/data/TWiki/BenchmarkContribUserGuide.txt

    r683 r754  
    6666| *Parameter%BR%(field name)* | *Description* | *defaults to* | 
    6767| Benchmark Method%BR%(profiler) | Select the tool to use.  Currently only =DProf= is implemented, =SmallProf= is in work | DProf | 
    68 | Topic%BR%(topic) | What to measure, in =Webname.Topicname= notation | [[TWiki.WebHome]] | 
     68| Topic%BR%(topic) | What to measure, in =Webname.Topicname= notation | [[%SYSTEMWEB%.WebHome]] | 
    6969| Revision%BR%(revision) | Revision of the topic to measure.  Use with care, since composing older revisions will introduce RCS artifacts into the figures | most recent revision | 
    7070| Script%BR%(method) | What script from TWiki's =bin= directory is to be measured.%BR%Currently, only =view= is implemented. | =view= | 
     
    7777---+++ What You Get 
    7878 
    79 The result of a measurement is made available as a topic in the Benchmarks web.  The name of the topic is derived from the web and topic of your benchmark target, plus a running number, separated by underscores (Example: the first measurement of [[TWiki.WebHome]] will create a topic called !Benchmarks.TWiki_WebHome_0, the next measurement of the same topic will create !Benchmarks.TWiki_WebHome_1, and so on). 
     79The result of a measurement is made available as a topic in the Benchmarks web.  The name of the topic is derived from the web and topic of your benchmark target, plus a running number, separated by underscores (Example: the first measurement of [[%SYSTEMWEB%.WebHome]] will create a topic called !Benchmarks.TWiki_WebHome_0, the next measurement of the same topic will create !Benchmarks.TWiki_WebHome_1, and so on). 
    8080 
    8181What you get as a result is composed of several parts:  It starts with a form identical to that of [[Benchmarks.WebHome]], but with all parameters set to the values with which the current measurement has been done.  This allows easy re-running the same benchmark again, or changing just one parameter. 
  • trunk/CommentPlugin/data/TWiki/CommentPlugin.txt

    r700 r754  
    280280|  4882 | Update from !PeterMasiar's 2.0 version, plus documentation and small code improvements. | 
    281281|  4745 | 06 Mar 2002 initial commit | 
    282 |  Copyright: | &copy; 2004, TWiki:Main.CrawfordCurrie<br />&copy; 2004-2007 TWiki:TWiki.ProjectContributor | 
     282|  Copyright: | &copy; 2004, TWiki:Main.CrawfordCurrie<br />&copy; 2004-2007 TWiki:System.ProjectContributor | 
    283283|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    284284|  Plugin Home: | TWiki:Plugins/%TOPIC% | 
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r664 r754  
    44This plugin allows you to edit TWiki tables row by row, using a form with appropriate controls for each field. If preceeded by an =%<nop>EDITHIDDENTABLE{...}%= variable, tables have edit links for each row, and are optionally followed by an *[&nbsp;Edit&nbsp;table&nbsp;]* button. Multiple tables per topic are editable, but only one row at a time can be edited. 
    55 
    6 This plugin works exactly like TWiki:Plugins.EditTablerowPlugin, but the tables are stored in meta data and, therefore, not visible or editable in topic text. That is useful in TWiki.TWikiApplications, that want to keep the tables in templates. 
     6This plugin works exactly like TWiki:Plugins.EditTablerowPlugin, but the tables are stored in meta data and, therefore, not visible or editable in topic text. That is useful in TWiki Applications, that want to keep the tables in templates. 
    77 
    88%TOC% 
     
    1818Before 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.). 
    1919 
    20 For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     20For ease of transition of existing systems, the table schema can also be defined in the syntax of %SYSTEMWEB%.EditTablePlugin. 
    2121 
    2222---++ Per Table Settings 
     
    2626| *Parameter* | *Comment* | *Default* | 
    2727| =template= | Topic which defines the format of the table, in the style of %SYSTEMWEB%.DataForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
    28 | =header= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
    29 | =format= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
     28| =header= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
     29| =format= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
    3030| =changerows= | Rows can be added and removed if ="on"=; rows can be added but not removed if ="add"=. | =CHANGEROWS= Plugin setting | 
    3131| =helptopic= | Topic name containing help text shown below the table when editing a table. The %<nop>STARTINCLUDE% and %<nop>STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) | 
     
    3838The =template= and =format= attributes are mutually exclusive. If the =template= tag is present, the indicated template is used to define the table schema. 
    3939 
    40 %X% The TWiki.EditTablePlugin compatability mode is not yet supported. 
     40%X% The %SYSTEMWEB%.EditTablePlugin compatability mode is not yet supported. 
    4141 
    4242---+++ Initial Values 
  • trunk/FamilyTreePlugin/data/TWiki/FamilyTreePlugin.txt

    r529 r754  
    1717Union topics similarly have a standard include (!StdUnion) and a form. Union topics are named for the couple they represent, male then female, separated by a capital 'X'. Children of the union are listed in a simple one-column table in the union topic. 
    1818 
    19 The plugin installs a new web, called [[FamilyTreePlugin.WebHome][FamilyTreePlugin]]. This web contains some standard topics, an example family tree (a small fragment of my own family tree), a left bar topic, and two "creator topics", !NewPerson and !NewUnion, that help you in creating person and union records respectively. You should *not* edit directly in this web, as it will be overwritten if you ever upgrade the plugin. Instead you should create your own new web based on the FamilyTreePlugin web (see TWiki.ManagingWebs) and then remove all topics in the new web with 'Currie' in the name. 
     19The plugin installs a new web, called [[FamilyTreePlugin.WebHome][FamilyTreePlugin]]. This web contains some standard topics, an example family tree (a small fragment of my own family tree), a left bar topic, and two "creator topics", !NewPerson and !NewUnion, that help you in creating person and union records respectively. You should *not* edit directly in this web, as it will be overwritten if you ever upgrade the plugin. Instead you should create your own new web based on the FamilyTreePlugin web (see %SYSTEMWEB%.ManagingWebs) and then remove all topics in the new web with 'Currie' in the name. 
    2020 
    2121The schema of the database was inspired by the standard LDS "GED" format, so translation back and forth from this format should be fairly straightforward. It would be great if someone could write some scripts to do this.....! 
  • trunk/FormPlugin/data/TWiki/FormPlugin.txt

    r714 r754  
    178178%BB% For =type="submit"= the button label; you may use =buttonlabel= as well.  |- |- | =default="%<nop>WIKIUSERNAME%"= or =default="mary, peter, annabel"= or =default="Submit"= | 
    179179| =buttonlabel= | The button label. |- |- | =buttonlabel="Submit"= | 
    180 | =hint=      | Input hint optionally displayed next to the form element. |- |- | =hint="Enter a <nop>TWiki.WikiWord"= | 
     180| =hint=      | Input hint optionally displayed next to the form element. |- |- | =hint="Enter a <nop>%SYSTEMWEB%.WikiWord"= | 
    181181| =mandatory= | Indicates if the form element needs to have a value or selection when the form is submitted. Creates a red asterisk. |- |- | =mandatory="on"= | 
    182182| =validate=  | The type of entry this form element needs to have when the form is submitted: \ 
  • trunk/FormPlugin/lib/TWiki/Plugins/FormPlugin/Validate.pm

    r139 r754  
    33=pod 
    44 
    5 Changes for TWiki.FormPlugin: 
     5Changes for %SYSTEMWEB%.FormPlugin: 
    66- changed package name from CGI::Validate to TWiki::Plugins::FormPlugin::Validate  
    77- added an order parameter 
  • trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt

    r664 r754  
    206206%<nop>SHOWQUERY{ query=AFORMQUERY format=ATBLFMT }% 
    207207</pre> 
    208 *Note:* If you render your results in TWiki table format and limit the rows displayed using =limit= (e.g. first 10 from 99 rows), and also use TWiki.TablePlugin to allow sorting on the headers, then only the 10 displayed rows will be sorted by TablePlugin (and not the full 99 rows in the table). 
     208*Note:* If you render your results in TWiki table format and limit the rows displayed using =limit= (e.g. first 10 from 99 rows), and also use %SYSTEMWEB%.TablePlugin to allow sorting on the headers, then only the 10 displayed rows will be sorted by TablePlugin (and not the full 99 rows in the table). 
    209209 
    210210---+++ <code>%DOQUERY</code> 
     
    213213---+++ Interface to !SpreadSheetPlugin 
    214214---++++ <code>%QUERYTOCALC</code> 
    215 Used to transform the results of a query into a format which TWiki.SpreadSheetPlugin can operate on. %QUERYTOCALC accepts all the same parameters as %TABLEFORMAT (except name), and also the following parameters:  
     215Used to transform the results of a query into a format which %SYSTEMWEB%.SpreadSheetPlugin can operate on. %QUERYTOCALC accepts all the same parameters as %TABLEFORMAT (except name), and also the following parameters:  
    216216| *Parameter* | *Description* | 
    217217| =query= | Required, gives the name of the query to show | 
     
    228228| *Parameter* | *Description* | 
    229229| &nbsp; | Required; the calculation to perform | 
    230 The parameter is text as required by the $CALC statement (see TWiki.SpreadSheetPlugins); all operations supported by %CALC are supported by %SHOWCALC. This command behaves identical to %CALC when used following a table; it operates on the implicit table constructed by a preceding %QUERYTOCALC statement. Arbitrary many %SHOWCALC can be performed; all apply to the preceeding implicit table. 
     230The parameter is text as required by the $CALC statement (see %SYSTEMWEB%.SpreadSheetPlugins); all operations supported by %CALC are supported by %SHOWCALC. This command behaves identical to %CALC when used following a table; it operates on the implicit table constructed by a preceding %QUERYTOCALC statement. Arbitrary many %SHOWCALC can be performed; all apply to the preceeding implicit table. 
    231231 
    232232Example: 
     
    263263---++ Formatted query examples 
    264264 
    265 !%TABLEFORMAT% is able to generate (roughly) the same output as TWiki.FormattedSearch, based on an earlier query. Multiple different formatted results can be produced without having to rerun the query. 
     265!%TABLEFORMAT% is able to generate (roughly) the same output as %SYSTEMWEB%.FormattedSearch, based on an earlier query. Multiple different formatted results can be produced without having to rerun the query. 
    266266 
    267267#SearchBulletList 
     
    406406 
    407407<!-- 
    408 One line description, shown in the TWiki.TextFormattingRules topic: 
     408One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    409409   * Set SHORTDESCRIPTION = Provides query capabilities across a database defined using forms and embedded tables in TWiki topics.  
    410410--> 
     
    485485| | Add caseinsensitivity as option | 
    486486| | Handle one line at a time so that query memory can be reused in another query | 
    487 | | Added the special variables supported by TWiki.FormattedSearch | 
    488 | | Changed some of the option names to be more consistent with TWiki.TWikiSearch (e.g., =row_count=) | 
     487| | Added the special variables supported by %SYSTEMWEB%.FormattedSearch | 
     488| | Changed some of the option names to be more consistent with %SYSTEMWEB%.TWikiSearch (e.g., =row_count=) | 
    489489| | More flexibility for using tables | 
    490490| | Add a !%DOANDSHOWQUERY% tag | 
  • trunk/HtmlFormsPlugin/data/TWiki/HtmlFormsPlugin.txt

    r683 r754  
    4242<option selected="selected" value="jennifer">jennifer</option> 
    4343<option selected="selected" value="bananaman">bananaman</option> 
    44 </select><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     44</select><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    4545--- 
    4646select multiple values from a checkbox group list, and set WHOWILLITBENOW in this topic 
     
    5151---+++ demo 
    5252<form method="post" action="" enctype="multipart/form-data"> 
    53 <label><input type="checkbox" name="WHOWILLITBENOW" value="mary" />mary</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="peter" />peter</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="annabel" checked="checked" />annabel</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="nicky" />nicky</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="jennifer" checked="checked" />jennifer</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="bananaman" checked="checked" />bananaman</label><br /><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     53<label><input type="checkbox" name="WHOWILLITBENOW" value="mary" />mary</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="peter" />peter</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="annabel" checked="checked" />annabel</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="nicky" />nicky</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="jennifer" checked="checked" />jennifer</label><br /> <label><input type="checkbox" name="WHOWILLITBENOW" value="bananaman" checked="checked" />bananaman</label><br /><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    5454--- 
    5555select one value from a radio selector list, and set WHOWILLITBENOW in this topic 
     
    6060---+++ demo 
    6161<form method="post" action="" enctype="multipart/form-data"> 
    62 <label><input type="radio" name="WHOWILLITBENOW" value="mary" />mary</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="peter" />peter</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="annabel" checked="checked" />annabel</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="nicky" />nicky</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="jennifer" />jennifer</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="bananaman" />bananaman</label><br /><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     62<label><input type="radio" name="WHOWILLITBENOW" value="mary" />mary</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="peter" />peter</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="annabel" checked="checked" />annabel</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="nicky" />nicky</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="jennifer" />jennifer</label><br /> <label><input type="radio" name="WHOWILLITBENOW" value="bananaman" />bananaman</label><br /><input type="submit" name="button_name" value="set value (WHOWILLITBENOW)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOW"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    6363--- 
    6464use a single line text edit, and set WHOWILLITBENOWTEXT in this topic 
     
    6969---+++ demo 
    7070<form method="post" action="" enctype="multipart/form-data"> 
    71 <input type="text" name="WHOWILLITBENOWTEXT" value="There once was a girl" size="50" maxlength="80" /><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     71<input type="text" name="WHOWILLITBENOWTEXT" value="There once was a girl" size="50" maxlength="80" /><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    7272--- 
    7373use a multi line text edit, and set WHOWILLITBENOWTEXT in this topic 
     
    7878---+++ demo 
    7979<form method="post" action="" enctype="multipart/form-data"> 
    80 <textarea name="WHOWILLITBENOWTEXT"  rows="10" cols="80">There once was a girl</textarea><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     80<textarea name="WHOWILLITBENOWTEXT"  rows="10" cols="80">There once was a girl</textarea><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    8181--- 
    8282 
     
    8888---+++ demo 
    8989<form method="post" action="" enctype="multipart/form-data"> 
    90 <input type="hidden" name="WHOWILLITBENOWTEXT" value="There once was a girl"  /><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="TWiki.HtmlFormsPlugin"  /></form> 
     90<input type="hidden" name="WHOWILLITBENOWTEXT" value="There once was a girl"  /><input type="submit" name="button_name" value="set value (WHOWILLITBENOWTEXT)" /><input type="hidden" name="htmlformvalue" value="set"  /><input type="hidden" name="variable" value="WHOWILLITBENOWTEXT"  /><input type="hidden" name="redirectto" value="%SYSTEMWEB%.HtmlFormsPlugin"  /></form> 
    9191--- 
    9292 
  • trunk/HtmlFormsPlugin/lib/TWiki/Plugins/HtmlFormsPlugin.pm

    r498 r754  
    892892Additional parameters can be recovered via de query object in the $session. 
    893893 
    894 For more information, check TWiki:TWiki.TWikiScripts#rest 
     894For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    895895 
    896896=cut 
  • trunk/InlineEditPlugin/data/JSTests/WebHome.txt

    r464 r754  
    66 
    77<form action='%SCRIPTURLPATH{"edit"}%/%WEB%/'>  
    8 %ICON{"newtopic"}% %MAKETEXT{"Create a new Test by name:"}% %MAKETEXT{"(Use a topic name in TWiki.WikiNotation)"}% <br />  
     8%ICON{"newtopic"}% %MAKETEXT{"Create a new Test by name:"}% %MAKETEXT{"(Use a topic name in System.WikiNotation)"}% <br />  
    99<input class="twikiInputField" type="text" name="topic" size="32" />&nbsp;<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 
    1010<input type="hidden" name="onlywikiname" value="on" /> 
  • trunk/IrcPlugin/data/Sandbox/PluginTestIrcPlugin.txt

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

    r194 r754  
    99---++ Introduction to %BEGINLATEX{inline="1" color="Lightmaroon"}%\Large\LaTeX%ENDLATEX% 
    1010 
    11 %BEGINLATEX{inline="1"}%\LaTeX%ENDLATEX% is a complete typesetting language developed by Leslie Lamport on top of Donald Knuth's %BEGINLATEX{inline="1"}%\TeX%ENDLATEX%. Most of it is implemented using TWiki.LatexModePlugin, but the main use is producing mathematics, since most other formatting is more conveniently accomplished using Wiki constructs. To produce mathematics _in-line_, the  %BEGINLATEX{inline="1"}%\LaTeX%ENDLATEX% text must be surrounded by %BROWN%%<nop>$%ENDCOLOR% 
     11%BEGINLATEX{inline="1"}%\LaTeX%ENDLATEX% is a complete typesetting language developed by Leslie Lamport on top of Donald Knuth's %BEGINLATEX{inline="1"}%\TeX%ENDLATEX%. Most of it is implemented using %SYSTEMWEB%.LatexModePlugin, but the main use is producing mathematics, since most other formatting is more conveniently accomplished using Wiki constructs. To produce mathematics _in-line_, the  %BEGINLATEX{inline="1"}%\LaTeX%ENDLATEX% text must be surrounded by %BROWN%%<nop>$%ENDCOLOR% 
    1212and %BROWN%$%%ENDCOLOR%. Thus, <verbatim>%$\Gamma \vdash Rx_1\cdots x_n$%</verbatim> looks like this 
    1313%$\Gamma \vdash Rx_1\cdots x_n$% 
  • trunk/MicroformatsPlugin/data/TWiki/MicroformatsPlugin.txt

    r529 r754  
    1414      * The microid will be automatically added to the html header when viewing any user's topic. 
    1515   1 <img src="%ATTACHURLPATH%/icon-hcard.png" alt="xfn"/> [[http://microformats.org/wiki/hcard][hCard]] with a little xfn, a simple, open, distributed format for representing TWiki users.  
    16       * useage: =%<nop>HCARD{"WikiName"}% - uses the TWiki.UserForm data on a user's Topic to create a hCard. 
     16      * useage: =%<nop>HCARD{"WikiName"}% - uses the %SYSTEMWEB%.UserForm data on a user's Topic to create a hCard. 
    1717      * perhaps will need to use JS to auto add hCards to user topics? 
    1818 
  • trunk/MicroformatsPlugin/lib/TWiki/Plugins/MicroformatsPlugin.pm

    r671 r754  
    838838Additional parameters can be recovered via de query object in the $session. 
    839839 
    840 For more information, check TWiki:TWiki.TWikiScripts#rest 
     840For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    841841 
    842842*Since:* TWiki::Plugins::VERSION 1.1 
  • trunk/NavPlugin/data/TWiki/NavPlugin.txt

    r529 r754  
    2929 
    3030Every document set needs an index page.   
    31 The index page must be a valid TWiki.WikiWord name that ends in Index:  &lt; <i>SomeWikiName</i> >Index. 
     31The index page must be a valid %SYSTEMWEB%.WikiWord name that ends in Index:  &lt; <i>SomeWikiName</i> >Index. 
    3232 
    3333The Index page contains an ordered list of TWiki pages.  This list must use the bullet syntax and start with an <nop>IndexStart and <nop>IndexEnd flag in HTML comments. 
  • trunk/PluginBenchmarkAddOn/bin/pluginbenchmark

    r666 r754  
    125125sub compareTopic { 
    126126    my ( $theWebTopic, $thePlugin ) = @_; 
    127     $theWebTopic = "TWiki.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 
     127    $theWebTopic = "System.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 
    128128    my $str = sprintf( "%-30s", $theWebTopic ); 
    129129    print "$str  "; 
  • trunk/PluginBenchmarkAddOn/data/TWiki/PluginBenchmarkAddOn.txt

    r666 r754  
    2525TWiki Plugin benchmark tool. Time::HiRes is used. 
    2626Measuring, please be patient... 
    27 Topic:                                                            Without:  With:         Percent: 
     27Topic:                          Without:  With:     Percent: 
    2828------------------------------  --------  --------  -------- 
    29 TWiki.SpreadSheetPlugin                         0.481     0.506          95% 
    30 TWiki.FormattedSearch                             1.677   1.694          99% 
    31 TWiki.GoodStyle                                           0.301   0.304          99% 
     29System.SpreadSheetPlugin         0.481     0.506      95% 
     30System.FormattedSearch           1.677     1.694      99% 
     31System.GoodStyle                 0.301     0.304      99% 
    3232</verbatim> 
    3333 
  • trunk/PublicCacheAddOn/twpc/pcal

    r265 r754  
    44 
    55# log format: 
    6 # | 12 Jan 2008 - 01:43 | guest | view | TWiki.WebHome | Wget | 10.0.0.1 | 
     6# | 12 Jan 2008 - 01:43 | guest | view | System.WebHome | Wget | 10.0.0.1 | 
    77 
    88### EMACS MODES 
  • trunk/RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin.pm

    r464 r754  
    607607Additional parameters can be recovered via de query object in the $session. 
    608608 
    609 For more information, check TWiki:TWiki.TWikiScripts#rest 
     609For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    610610 
    611611=cut 
  • trunk/RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin/RackPlanner.pm

    r272 r754  
    7171                'steps' => 1, 
    7272                'emptytext' => '.', 
    73                 'unknownparamsmsg'  => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see TWiki.$pluginName topic for more details): %KNOWNPARAMSLIST%', 
     73                'unknownparamsmsg'  => '%RED% Sorry, some parameters are unknown: %UNKNOWNPARAMSLIST% %ENDCOLOR% <br/> Allowed parameters are (see %SYSTEMWEB%.$pluginName topic for more details): %KNOWNPARAMSLIST%', 
    7474                'fontsize' => 'x-small', 
    7575                'iconsize' => '12px', 
  • trunk/SablotronPlugin/data/TWiki/SablotronXml.txt

    r287 r754  
    11%META:TOPICINFO{author="reitsmac" date="1016162470" format="1.0" version="1.3"}% 
    22You could make a list with several instances of %<nop>XSLTRANSFORM% like this: 
    3 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     3%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    44<?xml version="1.0"?> 
    55<people> 
     
    1111</people> 
    1212}% 
    13 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     13%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    1414<?xml version="1.0"?> 
    1515<people> 
     
    2323}% 
    2424But you might just as well do it with a single %<nop>XSLTRANSFORM%: 
    25 %XSLTRANSFORM{xsl="TWiki.SablotronXsl",xml= 
     25%XSLTRANSFORM{xsl="System.SablotronXsl",xml= 
    2626<?xml version="1.0"?> 
    2727<people> 
     
    3939</people> 
    4040}% 
    41 %META:TOPICMOVED{by="reitsmac" date="1016070170" from="TWiki.SablotronXML" to="TWiki.SablotronXml"}% 
     41 
  • trunk/TWikiNetSkin/pub/TWiki/TWikiNetSkin/colors.css

    r332 r754  
    11 
    22/* PatternSkin colors */ 
    3 /* Generated by AttachContentPlugin from TWiki.TWikiNetSkin */ 
     3/* Generated by AttachContentPlugin from System.TWikiNetSkin */ 
    44 
    55/* LAYOUT ELEMENTS */ 
  • trunk/TWikiPluginInstallerContrib/data/Sandbox/PluginTestTWikiPluginInstallerContrib.txt

    r482 r754  
    11%META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="1.1"}% 
    2 %META:TOPICPARENT{name="TWiki.TWikiPluginInstallerContrib"}% 
     2%META:TOPICPARENT{name="System.TWikiPluginInstallerContrib"}% 
    33 
    44SOME EXAMPLES OF THE PLUGIN 
  • trunk/TimelinePlugin/lib/TWiki/Plugins/TimelinePlugin.pm

    r353 r754  
    664664Additional parameters can be recovered via de query object in the $session. 
    665665 
    666 For more information, check TWiki:TWiki.TWikiScripts#rest 
     666For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    667667 
    668668=cut 
  • trunk/TocPlugin/data/TWiki/TocPlugin.txt

    r529 r754  
    1414        * %<nop>ANCHOR% - inserts a symbolically named jump target 
    1515 
    16 The TWiki.<nop>TocPluginHelp topic in the installation contains complete help information. 
     16The %SYSTEMWEB%.<nop>TocPluginHelp topic in the installation contains complete help information. 
    1717 
    1818---++ <nop>%TOPIC% Settings 
  • trunk/TocPlugin/data/TWiki/TocPluginHelp.txt

    r356 r754  
    1 If you see tags such as %<nop>SECTION0% on the next line, read TWiki.TocPlugin 
     1If you see tags such as %<nop>SECTION0% on the next line, read %SYSTEMWEB%.TocPlugin 
    22 
    33%SECTION0% Table of Contents and Cross-Reference Plugin 
  • trunk/TodaysVisitorsPlugin/data/TWiki/TodaysVisitorsPlugin.txt

    r529 r754  
    1414| =footer="..."= | is concatenated to the end of the list | 
    1515 
    16 =$n=, =$dollar=, =$percnt= and =$quot= behave the same way as in TWiki.FormattedSearch. 
     16=$n=, =$dollar=, =$percnt= and =$quot= behave the same way as in %SYSTEMWEB%.FormattedSearch. 
    1717 
    1818---+++ Example 
  • trunk/TouchGraphPlugin/bin/tgdb

    r464 r754  
    6464    my $pubDir = TWiki::getPubDir(); 
    6565 
    66     print "__________________________\nChecking TWiki.$webName\n" unless $opt_q; 
     66    print "__________________________\nChecking %SYSTEMWEB%.$webName\n" unless $opt_q; 
    6767 
    6868    if( ! &TWiki::Store::webExists( $webName ) ) { 
Note: See TracChangeset for help on using the changeset viewer.