Changeset 754
- Timestamp:
- 11/17/08 00:31:02 (3 years ago)
- Location:
- trunk
- Files:
-
- 28 edited
-
BenchmarkContrib/data/TWiki/BenchmarkContribUserGuide.txt (modified) (2 diffs)
-
CommentPlugin/data/TWiki/CommentPlugin.txt (modified) (1 diff)
-
EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt (modified) (4 diffs)
-
FamilyTreePlugin/data/TWiki/FamilyTreePlugin.txt (modified) (1 diff)
-
FormPlugin/data/TWiki/FormPlugin.txt (modified) (1 diff)
-
FormPlugin/lib/TWiki/Plugins/FormPlugin/Validate.pm (modified) (1 diff)
-
FormQueryPlugin/data/TWiki/FormQueryPlugin.txt (modified) (6 diffs)
-
HtmlFormsPlugin/data/TWiki/HtmlFormsPlugin.txt (modified) (6 diffs)
-
HtmlFormsPlugin/lib/TWiki/Plugins/HtmlFormsPlugin.pm (modified) (1 diff)
-
InlineEditPlugin/data/JSTests/WebHome.txt (modified) (1 diff)
-
IrcPlugin/data/Sandbox/PluginTestIrcPlugin.txt (modified) (1 diff)
-
LatexModePlugin/data/TWiki/LatexIntro.txt (modified) (1 diff)
-
MicroformatsPlugin/data/TWiki/MicroformatsPlugin.txt (modified) (1 diff)
-
MicroformatsPlugin/lib/TWiki/Plugins/MicroformatsPlugin.pm (modified) (1 diff)
-
NavPlugin/data/TWiki/NavPlugin.txt (modified) (1 diff)
-
PluginBenchmarkAddOn/bin/pluginbenchmark (modified) (1 diff)
-
PluginBenchmarkAddOn/data/TWiki/PluginBenchmarkAddOn.txt (modified) (1 diff)
-
PublicCacheAddOn/twpc/pcal (modified) (1 diff)
-
RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin.pm (modified) (1 diff)
-
RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin/RackPlanner.pm (modified) (1 diff)
-
SablotronPlugin/data/TWiki/SablotronXml.txt (modified) (4 diffs)
-
TWikiNetSkin/pub/TWiki/TWikiNetSkin/colors.css (modified) (1 diff)
-
TWikiPluginInstallerContrib/data/Sandbox/PluginTestTWikiPluginInstallerContrib.txt (modified) (1 diff)
-
TimelinePlugin/lib/TWiki/Plugins/TimelinePlugin.pm (modified) (1 diff)
-
TocPlugin/data/TWiki/TocPlugin.txt (modified) (1 diff)
-
TocPlugin/data/TWiki/TocPluginHelp.txt (modified) (1 diff)
-
TodaysVisitorsPlugin/data/TWiki/TodaysVisitorsPlugin.txt (modified) (1 diff)
-
TouchGraphPlugin/bin/tgdb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BenchmarkContrib/data/TWiki/BenchmarkContribUserGuide.txt
r683 r754 66 66 | *Parameter%BR%(field name)* | *Description* | *defaults to* | 67 67 | 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]] | 69 69 | 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 | 70 70 | Script%BR%(method) | What script from TWiki's =bin= directory is to be measured.%BR%Currently, only =view= is implemented. | =view= | … … 77 77 ---+++ What You Get 78 78 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).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 [[%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). 80 80 81 81 What 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 280 280 | 4882 | Update from !PeterMasiar's 2.0 version, plus documentation and small code improvements. | 281 281 | 4745 | 06 Mar 2002 initial commit | 282 | Copyright: | © 2004, TWiki:Main.CrawfordCurrie<br />© 2004-2007 TWiki: TWiki.ProjectContributor |282 | Copyright: | © 2004, TWiki:Main.CrawfordCurrie<br />© 2004-2007 TWiki:System.ProjectContributor | 283 283 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 284 284 | Plugin Home: | TWiki:Plugins/%TOPIC% | -
trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt
r664 r754 4 4 This 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 *[ Edit table ]* button. Multiple tables per topic are editable, but only one row at a time can be edited. 5 5 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.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 Applications, that want to keep the tables in templates. 7 7 8 8 %TOC% … … 18 18 Before 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.). 19 19 20 For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin.20 For ease of transition of existing systems, the table schema can also be defined in the syntax of %SYSTEMWEB%.EditTablePlugin. 21 21 22 22 ---++ Per Table Settings … … 26 26 | *Parameter* | *Comment* | *Default* | 27 27 | =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). | | 30 30 | =changerows= | Rows can be added and removed if ="on"=; rows can be added but not removed if ="add"=. | =CHANGEROWS= Plugin setting | 31 31 | =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) | … … 38 38 The =template= and =format= attributes are mutually exclusive. If the =template= tag is present, the indicated template is used to define the table schema. 39 39 40 %X% The TWiki.EditTablePlugin compatability mode is not yet supported.40 %X% The %SYSTEMWEB%.EditTablePlugin compatability mode is not yet supported. 41 41 42 42 ---+++ Initial Values -
trunk/FamilyTreePlugin/data/TWiki/FamilyTreePlugin.txt
r529 r754 17 17 Union 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. 18 18 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.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 %SYSTEMWEB%.ManagingWebs) and then remove all topics in the new web with 'Currie' in the name. 20 20 21 21 The 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 178 178 %BB% For =type="submit"= the button label; you may use =buttonlabel= as well. |- |- | =default="%<nop>WIKIUSERNAME%"= or =default="mary, peter, annabel"= or =default="Submit"= | 179 179 | =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"= | 181 181 | =mandatory= | Indicates if the form element needs to have a value or selection when the form is submitted. Creates a red asterisk. |- |- | =mandatory="on"= | 182 182 | =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 3 3 =pod 4 4 5 Changes for TWiki.FormPlugin:5 Changes for %SYSTEMWEB%.FormPlugin: 6 6 - changed package name from CGI::Validate to TWiki::Plugins::FormPlugin::Validate 7 7 - added an order parameter -
trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt
r664 r754 206 206 %<nop>SHOWQUERY{ query=AFORMQUERY format=ATBLFMT }% 207 207 </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). 209 209 210 210 ---+++ <code>%DOQUERY</code> … … 213 213 ---+++ Interface to !SpreadSheetPlugin 214 214 ---++++ <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:215 Used 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: 216 216 | *Parameter* | *Description* | 217 217 | =query= | Required, gives the name of the query to show | … … 228 228 | *Parameter* | *Description* | 229 229 | | 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.230 The 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. 231 231 232 232 Example: … … 263 263 ---++ Formatted query examples 264 264 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. 266 266 267 267 #SearchBulletList … … 406 406 407 407 <!-- 408 One line description, shown in the TWiki.TextFormattingRules topic:408 One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 409 409 * Set SHORTDESCRIPTION = Provides query capabilities across a database defined using forms and embedded tables in TWiki topics. 410 410 --> … … 485 485 | | Add caseinsensitivity as option | 486 486 | | 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=) | 489 489 | | More flexibility for using tables | 490 490 | | Add a !%DOANDSHOWQUERY% tag | -
trunk/HtmlFormsPlugin/data/TWiki/HtmlFormsPlugin.txt
r683 r754 42 42 <option selected="selected" value="jennifer">jennifer</option> 43 43 <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> 45 45 --- 46 46 select multiple values from a checkbox group list, and set WHOWILLITBENOW in this topic … … 51 51 ---+++ demo 52 52 <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> 54 54 --- 55 55 select one value from a radio selector list, and set WHOWILLITBENOW in this topic … … 60 60 ---+++ demo 61 61 <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> 63 63 --- 64 64 use a single line text edit, and set WHOWILLITBENOWTEXT in this topic … … 69 69 ---+++ demo 70 70 <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> 72 72 --- 73 73 use a multi line text edit, and set WHOWILLITBENOWTEXT in this topic … … 78 78 ---+++ demo 79 79 <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> 81 81 --- 82 82 … … 88 88 ---+++ demo 89 89 <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> 91 91 --- 92 92 -
trunk/HtmlFormsPlugin/lib/TWiki/Plugins/HtmlFormsPlugin.pm
r498 r754 892 892 Additional parameters can be recovered via de query object in the $session. 893 893 894 For more information, check TWiki:TWiki.TWikiScripts#rest894 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 895 895 896 896 =cut -
trunk/InlineEditPlugin/data/JSTests/WebHome.txt
r464 r754 6 6 7 7 <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 /> 9 9 <input class="twikiInputField" type="text" name="topic" size="32" /> <input type="submit" class="twikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 10 10 <input type="hidden" name="onlywikiname" value="on" /> -
trunk/IrcPlugin/data/Sandbox/PluginTestIrcPlugin.txt
r482 r754 1 1 %META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="1.1"}% 2 %META:TOPICPARENT{name=" TWiki.IrcPlugin"}%2 %META:TOPICPARENT{name="System.IrcPlugin"}% 3 3 4 4 SOME EXAMPLES OF THE PLUGIN -
trunk/LatexModePlugin/data/TWiki/LatexIntro.txt
r194 r754 9 9 ---++ Introduction to %BEGINLATEX{inline="1" color="Lightmaroon"}%\Large\LaTeX%ENDLATEX% 10 10 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% 12 12 and %BROWN%$%%ENDCOLOR%. Thus, <verbatim>%$\Gamma \vdash Rx_1\cdots x_n$%</verbatim> looks like this 13 13 %$\Gamma \vdash Rx_1\cdots x_n$% -
trunk/MicroformatsPlugin/data/TWiki/MicroformatsPlugin.txt
r529 r754 14 14 * The microid will be automatically added to the html header when viewing any user's topic. 15 15 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. 17 17 * perhaps will need to use JS to auto add hCards to user topics? 18 18 -
trunk/MicroformatsPlugin/lib/TWiki/Plugins/MicroformatsPlugin.pm
r671 r754 838 838 Additional parameters can be recovered via de query object in the $session. 839 839 840 For more information, check TWiki:TWiki.TWikiScripts#rest840 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 841 841 842 842 *Since:* TWiki::Plugins::VERSION 1.1 -
trunk/NavPlugin/data/TWiki/NavPlugin.txt
r529 r754 29 29 30 30 Every document set needs an index page. 31 The index page must be a valid TWiki.WikiWord name that ends in Index: < <i>SomeWikiName</i> >Index.31 The index page must be a valid %SYSTEMWEB%.WikiWord name that ends in Index: < <i>SomeWikiName</i> >Index. 32 32 33 33 The 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 125 125 sub compareTopic { 126 126 my ( $theWebTopic, $thePlugin ) = @_; 127 $theWebTopic = " TWiki.$theWebTopic" unless ( $theWebTopic =~ /\./ );127 $theWebTopic = "System.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 128 128 my $str = sprintf( "%-30s", $theWebTopic ); 129 129 print "$str "; -
trunk/PluginBenchmarkAddOn/data/TWiki/PluginBenchmarkAddOn.txt
r666 r754 25 25 TWiki Plugin benchmark tool. Time::HiRes is used. 26 26 Measuring, please be patient... 27 Topic: Without: With:Percent:27 Topic: Without: With: Percent: 28 28 ------------------------------ -------- -------- -------- 29 TWiki.SpreadSheetPlugin 0.481 0.50695%30 TWiki.FormattedSearch 1.677 1.69499%31 TWiki.GoodStyle 0.301 0.30499%29 System.SpreadSheetPlugin 0.481 0.506 95% 30 System.FormattedSearch 1.677 1.694 99% 31 System.GoodStyle 0.301 0.304 99% 32 32 </verbatim> 33 33 -
trunk/PublicCacheAddOn/twpc/pcal
r265 r754 4 4 5 5 # 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 | 7 7 8 8 ### EMACS MODES -
trunk/RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin.pm
r464 r754 607 607 Additional parameters can be recovered via de query object in the $session. 608 608 609 For more information, check TWiki:TWiki.TWikiScripts#rest609 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 610 610 611 611 =cut -
trunk/RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin/RackPlanner.pm
r272 r754 71 71 'steps' => 1, 72 72 '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%', 74 74 'fontsize' => 'x-small', 75 75 'iconsize' => '12px', -
trunk/SablotronPlugin/data/TWiki/SablotronXml.txt
r287 r754 1 1 %META:TOPICINFO{author="reitsmac" date="1016162470" format="1.0" version="1.3"}% 2 2 You could make a list with several instances of %<nop>XSLTRANSFORM% like this: 3 %XSLTRANSFORM{xsl=" TWiki.SablotronXsl",xml=3 %XSLTRANSFORM{xsl="System.SablotronXsl",xml= 4 4 <?xml version="1.0"?> 5 5 <people> … … 11 11 </people> 12 12 }% 13 %XSLTRANSFORM{xsl=" TWiki.SablotronXsl",xml=13 %XSLTRANSFORM{xsl="System.SablotronXsl",xml= 14 14 <?xml version="1.0"?> 15 15 <people> … … 23 23 }% 24 24 But you might just as well do it with a single %<nop>XSLTRANSFORM%: 25 %XSLTRANSFORM{xsl=" TWiki.SablotronXsl",xml=25 %XSLTRANSFORM{xsl="System.SablotronXsl",xml= 26 26 <?xml version="1.0"?> 27 27 <people> … … 39 39 </people> 40 40 }% 41 %META:TOPICMOVED{by="reitsmac" date="1016070170" from="TWiki.SablotronXML" to="TWiki.SablotronXml"}% 41 -
trunk/TWikiNetSkin/pub/TWiki/TWikiNetSkin/colors.css
r332 r754 1 1 2 2 /* PatternSkin colors */ 3 /* Generated by AttachContentPlugin from TWiki.TWikiNetSkin */3 /* Generated by AttachContentPlugin from System.TWikiNetSkin */ 4 4 5 5 /* LAYOUT ELEMENTS */ -
trunk/TWikiPluginInstallerContrib/data/Sandbox/PluginTestTWikiPluginInstallerContrib.txt
r482 r754 1 1 %META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="1.1"}% 2 %META:TOPICPARENT{name=" TWiki.TWikiPluginInstallerContrib"}%2 %META:TOPICPARENT{name="System.TWikiPluginInstallerContrib"}% 3 3 4 4 SOME EXAMPLES OF THE PLUGIN -
trunk/TimelinePlugin/lib/TWiki/Plugins/TimelinePlugin.pm
r353 r754 664 664 Additional parameters can be recovered via de query object in the $session. 665 665 666 For more information, check TWiki:TWiki.TWikiScripts#rest666 For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 667 667 668 668 =cut -
trunk/TocPlugin/data/TWiki/TocPlugin.txt
r529 r754 14 14 * %<nop>ANCHOR% - inserts a symbolically named jump target 15 15 16 The TWiki.<nop>TocPluginHelp topic in the installation contains complete help information.16 The %SYSTEMWEB%.<nop>TocPluginHelp topic in the installation contains complete help information. 17 17 18 18 ---++ <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.TocPlugin1 If you see tags such as %<nop>SECTION0% on the next line, read %SYSTEMWEB%.TocPlugin 2 2 3 3 %SECTION0% Table of Contents and Cross-Reference Plugin -
trunk/TodaysVisitorsPlugin/data/TWiki/TodaysVisitorsPlugin.txt
r529 r754 14 14 | =footer="..."= | is concatenated to the end of the list | 15 15 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. 17 17 18 18 ---+++ Example -
trunk/TouchGraphPlugin/bin/tgdb
r464 r754 64 64 my $pubDir = TWiki::getPubDir(); 65 65 66 print "__________________________\nChecking TWiki.$webName\n" unless $opt_q;66 print "__________________________\nChecking %SYSTEMWEB%.$webName\n" unless $opt_q; 67 67 68 68 if( ! &TWiki::Store::webExists( $webName ) ) {
Note: See TracChangeset
for help on using the changeset viewer.
