Changeset 878


Ignore:
Timestamp:
11/23/08 11:38:34 (3 years ago)
Author:
KennethLavrsen
Message:

Item221: Change TWiki:Plugins to Foswiki:Extensions in all .txt files

Location:
trunk
Files:
253 edited

Legend:

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

    r788 r878  
    7474|  Other Dependencies: | none | 
    7575|  Perl Version: | 5.005 | 
    76 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     76|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7777|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7878|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ActionTrackerPlugin/data/TWiki/ActionTrackerPlugin.txt

    r788 r878  
    396396%ACTIONSEARCH{topic=ActionTrackerPlugin who=WikiGuest header="|Who|Due|State|Description|" format="| $who |$due|$state|$text $link|" orient="rows" }% 
    397397 
    398 Note that if you want to use the =action= template shipped with the TWiki:Plugins.CommentPlugin to create actions, then you must put the !CommentPlugin *before* the !ActionTrackerPlugin in the ={PluginsOrder}= configuration option. 
     398Note that if you want to use the =action= template shipped with the Foswiki:Extensions.CommentPlugin to create actions, then you must put the !CommentPlugin *before* the !ActionTrackerPlugin in the ={PluginsOrder}= configuration option. 
    399399 
    400400---+ Plugin Info 
     
    455455Further development of this code is welcomed. It is recommended that you unpack the distribution into a development directory and use the supplied build file which provides targets to run the test suite, and install and uninstall your development code into a test installation. Please, please, _please_ run, and extend if necessary, the test set! 
    456456 
    457 Developer discussion is in TWiki:Plugins/ActionTrackerPluginDev. 
     457Developer discussion is in Foswiki:Extensions/ActionTrackerPluginDev. 
    458458 
    459459---++ Copyright 
  • trunk/AddDBMGroupPlugin/data/TWiki/AddDBMGroupPlugin.txt

    r788 r878  
    5757|  Other Dependencies: | none | 
    5858|  Perl Version: | 5.005 | 
    59 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
     59Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
    6060|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    6161|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/AdvertsPlugin/data/TWiki/AdvertsPlugin.txt

    r788 r878  
    6565|  Other Dependencies: | http://phpadsnew.com, version 2 or above | 
    6666|  Perl Version: | 5.0 | 
    67 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     67Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    6868|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    6969|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/AntiWikiSpamPlugin/data/TWiki/AntiWikiSpamPlugin.txt

    r788 r878  
    1212 
    1313All its processing is _only_ done on save, or on attach. 
    14 (TWiki:Plugins/BlackListPlugin does alot of processing on _every_ twiki script, 
     14(Foswiki:Extensions/BlackListPlugin does alot of processing on _every_ twiki script, 
    1515including view) 
    1616 
     
    7070|  Perl Version: | 5.005 | 
    7171|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    72 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     72Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7373|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7474|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/AnyWikiDrawPlugin/data/TWiki/AnyWikiDrawPlugin.txt

    r788 r878  
    1515     This file format is often used to publish photographs, because it is able to compress them highly. If possible, convert the photograph into PNG for photo retouching, or paste it into an SVG image before adding structural drawing elements to it. JPEG images degrade in quality if they are scaled, or if they are edited multiple times.  
    1616 
    17 This plugin is very similar in functionality to the TWiki:Plugins.TWikiDrawPlugin.  
     17This plugin is very similar in functionality to the Foswiki:Extensions.TWikiDrawPlugin.  
    1818In a future version, it may be used as a replacement for the !TWikiDrawPlugin. 
    1919 
     
    6666|  Other Dependencies: | none | 
    6767|  Perl Version: | 5.005 | 
    68 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     68|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    6969|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7070|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ApprovalPlugin/data/TWiki/ApprovalPlugin.txt

    r604 r878  
    1212---++ Introduction 
    1313 
    14 This plugin is a rewrite of the TWiki:Plugins.WorkflowPlugin by TWiki:Main.ThomasWeigert, which supports much the same functionality except a couple of the varaibles (=%<nop>WORKFLOWLASTTIME_State%=, =%<nop>WORKFLOWLASTVERSION_State%=) and the use of %SYSTEMWEB%.DataForms in states. However, it does support concurrent reviewing and notifications on state change, which is not supported by the Workflow plugin. It was decided to spin this off seperatly as it is not backwords compatible. 
     14This plugin is a rewrite of the Foswiki:Extensions.WorkflowPlugin by TWiki:Main.ThomasWeigert, which supports much the same functionality except a couple of the varaibles (=%<nop>WORKFLOWLASTTIME_State%=, =%<nop>WORKFLOWLASTVERSION_State%=) and the use of %SYSTEMWEB%.DataForms in states. However, it does support concurrent reviewing and notifications on state change, which is not supported by the Workflow plugin. It was decided to spin this off seperatly as it is not backwords compatible. 
    1515 
    1616---++ Usage 
     
    116116---++ Notes 
    117117 
    118    * This plugin should work with groups defined in the transition table, but this is currently *untested*. If you want to use groups, please let us know your findings in TWiki:Plugins.ApprovalPluginDev. 
     118   * This plugin should work with groups defined in the transition table, but this is currently *untested*. If you want to use groups, please let us know your findings in Foswiki:Extensions.ApprovalPluginDev. 
    119119 
    120120   * The users in the transition table must have permission to change the controlled topic when they approve a state, otherwise TWiki will throw an access control exception. There is a message to the user if this is the case. 
  • trunk/AttachContentPlugin/data/TWiki/AttachContentPlugin.txt

    r788 r878  
    101101|  Perl Version: | 5.005 | 
    102102|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    103 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     103|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    104104|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    105105|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt

    r788 r878  
    66View permissions are honored: if the user is not allowed to view the referring topic, the attachments are not displayed. 
    77 
    8 This plugin uses TWiki:Plugins/TopicDataHelperPlugin 
     8This plugin uses Foswiki:Extensions/TopicDataHelperPlugin 
    99 
    1010%TOC% 
  • trunk/AutoCompleteAddOn/data/Sandbox/AutoCompleteTestData.txt

    r664 r878  
    1212---++ usernames 
    1313Data is returned as an array of arrays. %BR% 
    14 To be used with TWiki:Plugins/PersonalInfoAddOn. 
     14To be used with Foswiki:Extensions/PersonalInfoAddOn. 
    1515 
    1616%STARTSECTION{"usernames"}%%SEARCH{ "[F]irstName.*value=.*();[W]orkStatus.*value=.*(Current)" web="%MAINWEB%" type="regex" nonoise="on" excludetopic="UserForm,PersonalInfo,PersonalInfoDocumentation,ProjectContributor,WikiGuest,UnknownUser" format="[\"$topic\", \"$formfield(FirstName) $formfield(LastName)\"]" separator=","}%%ENDSECTION{"usernames"}% 
  • trunk/AutoCompleteAddOn/data/TWiki/AutoCompleteAddOn.txt

    r788 r878  
    22---+!! Autocomplete Add-on 
    33 
    4 Autocomplete input field based on Yahoo's User Interface Library (available through TWiki:Plugins/YahooUserInterfaceContrib). 
     4Autocomplete input field based on Yahoo's User Interface Library (available through Foswiki:Extensions/YahooUserInterfaceContrib). 
    55 
    66<div class="twikiImage"><img src="%ATTACHURLPATH%/autocomplete_example.png" alt="autocomplete_example.png" width='606' height='283' /></div> 
     
    9191}% 
    9292 
    93 This topic uses TWiki:Plugins/VarCachePlugin to cache search results. 
     93This topic uses Foswiki:Extensions/VarCachePlugin to cache search results. 
    9494%VARCACHE{}% 
    9595 
     
    294294   * Unzip ==%TOPIC%.zip== in your ($TWIKI_ROOT) directory. 
    295295   * Optional plugins: 
    296       * TWiki:Plugins/VarCachePlugin to cache search results  
     296      * Foswiki:Extensions/VarCachePlugin to cache search results  
    297297   * Alternatively, 
    298298      * Manually resolve the dependencies listed below. 
  • trunk/AutoCompletePlugin/data/Sandbox/AutoCompletePluginTestData.txt

    r664 r878  
    1515%ENDSECTION{"topiclist"}% 
    1616 
    17 _Please feel free to post more examples at TWiki:Plugins.AutoCompletePluginDev and I will include them in the next release._ 
     17_Please feel free to post more examples at Foswiki:Extensions.AutoCompletePluginDev and I will include them in the next release._ 
  • trunk/AutoCompletePlugin/data/TWiki/AutoCompletePlugin.txt

    r604 r878  
    66This plugin allows you to create an autocomplete input field based on Yahoo's User Interface Library. 
    77 
    8 All this plugin does is implement Arthur Clemens' TWiki:Plugins/AutoCompleteAddOn as a plugin, which allows users to provide an autocomplete text box using the =%<nop>AUTOCOMPLETE%= syntax, and also in %SYSTEMWEB%.DataForms (shown below). 
     8All this plugin does is implement Arthur Clemens' Foswiki:Extensions/AutoCompleteAddOn as a plugin, which allows users to provide an autocomplete text box using the =%<nop>AUTOCOMPLETE%= syntax, and also in %SYSTEMWEB%.DataForms (shown below). 
    99 
    1010<img src="%ATTACHURLPATH%/AutoCompletePluginScreenshot.png" alt="screenshot.png" /> 
     
    9898|  14277 | Bugs:Item4301 - Initial release | 
    9999|  Dependencies: | %$DEPENDENCIES% | 
    100 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, AutoCompletePlugin nn% | 
     100|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, AutoCompletePlugin nn% | 
    101101|  Plugin Home: | http://twiki.org/cgi-bin/view/Plugins/AutoCompletePlugin | 
    102102|  Feedback: | http://twiki.org/cgi-bin/view/Plugins/AutoCompletePluginDev | 
  • trunk/BarcodePlugin/data/TWiki/BarcodePlugin.txt

    r788 r878  
    9292|  Other Dependencies: | none | 
    9393|  Perl Version: | 5.0 | 
    94 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
     94Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
    9595|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    9696|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev &amp; TWiki:Main/StevenSprouse | 
  • trunk/BatchUploadPlugin/data/TWiki/BatchUploadPlugin.txt

    r788 r878  
    102102| Other Dependencies: | none | 
    103103| Perl Version: | 5.008 | 
    104 | TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     104| Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    105105| Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    106106| Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/BeautifierPlugin/data/TWiki/BeautifierPlugin.txt

    r788 r878  
    9999| 30 Apr 2007 | warnings cleanup; no functional changes | TWiki:Main.WillNorris | 
    100100| 27 Apr 2007 | automatically adds CSS for formatting code fragments | TWiki:Main.WillNorris | 
    101 |  1 Jan 2006 | upgraded to TWiki::Func::extractNameValuePair for better parameter parsing, upgraded TWiki:Plugins.BuildContrib support | TWiki:Main.WillNorris | 
     101|  1 Jan 2006 | upgraded to TWiki::Func::extractNameValuePair for better parameter parsing, upgraded Foswiki:Extensions.BuildContrib support | TWiki:Main.WillNorris | 
    102102| 26 Jul 2003 | Syntax fixes from TWiki:Main/WillNorris  | TWiki:Main/LingLo | 
    103103| 10 Feb 2003 | Syntax fix from TWiki:Main/JoshMore  | TWiki:Main/LingLo | 
  • trunk/BibliographyPlugin/data/TWiki/BibliographyPlugin.txt

    r788 r878  
    116116|  Other Dependencies: | none | 
    117117|  Perl Version: | 5.005 | 
    118 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
     118Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
    119119|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    120120|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/BibtexPlugin/data/TWiki/BibtexPlugin.txt

    r765 r878  
    133133The text within the citation is dictated by the results of the %<nop>BIBTEXREF% declaration in the topic (see below). 
    134134 
    135 _Note: The %<nop>CITE% macro is also defined by the TWiki:Plugins.BibliographyPlugin.  If both plugins are installed, one must use the alternate declaration, %<nop>BIBCITE{...}%, to access the !BibtexPlugin functionality._ 
     135_Note: The %<nop>CITE% macro is also defined by the Foswiki:Extensions.BibliographyPlugin.  If both plugins are installed, one must use the alternate declaration, %<nop>BIBCITE{...}%, to access the !BibtexPlugin functionality._ 
    136136 
    137137---++ Syntax 
     
    175175---++ Citations and Automated Reference Lists 
    176176 
    177 As of release v1.3, the %TOPIC% has functionality similar to the TWiki:Plugins.BibliographyPlugin.  Specifically, if a topic has =%<nop>CITE{key}%= declarations through out, the use of =%<nop>BIBTEXREF{...}%= will generate a list of references based on the citations declared.  The output of the reference list is dictated by <nop>BibTeX.  Thus, the HTML output can use all of the flexibility of bibtex, including custom bibtex style templates and string macros. 
     177As of release v1.3, the %TOPIC% has functionality similar to the Foswiki:Extensions.BibliographyPlugin.  Specifically, if a topic has =%<nop>CITE{key}%= declarations through out, the use of =%<nop>BIBTEXREF{...}%= will generate a list of references based on the citations declared.  The output of the reference list is dictated by <nop>BibTeX.  Thus, the HTML output can use all of the flexibility of bibtex, including custom bibtex style templates and string macros. 
    178178 
    179179The citation keys _must refer to the output key produced by this plugin_, which may differ from the entries in the associated .bib files according to the bibtool resource file in use.  Simply use the output key produced by [[#SearchTemplates][<nop>BibtexPlugin search template]] query results. 
    180180 
    181 Again, if both the TWiki:Plugins.BibliographyPlugin and TWiki:BibtexPlugin are installed, one must use %<nop>BIBCITE{...}% inplace of %<nop>CITE% for the <nop>BibtexPlugin functionality to work. 
     181Again, if both the Foswiki:Extensions.BibliographyPlugin and TWiki:BibtexPlugin are installed, one must use %<nop>BIBCITE{...}% inplace of %<nop>CITE% for the <nop>BibtexPlugin functionality to work. 
    182182 
    183183---+++ Example 
     
    429429                [[http://www-sop.inria.fr/epidaure/personnel/malandain/codes/bibtex2html.html][Bibtex2html]] | 
    430430|  Perl Version: | >=5.6.1 | 
    431 |  Plugin Home: | TWiki:Plugins/BibtexPlugin | 
    432 |  Feedback: | TWiki:Plugins/BibtexPluginDev | 
    433 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     431|  Plugin Home: | Foswiki:Extensions/BibtexPlugin | 
     432|  Feedback: | Foswiki:Extensions/BibtexPluginDev | 
     433|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    434434 
    435435%META:FILEATTACHMENT{name="style.css" attr="" autoattached="1" comment="" date="1134157744" path="style.css" size="1221" user="UnknownUser" version=""}% 
  • trunk/BlackListPlugin/data/TWiki/BlackListPlugin.txt

    r788 r878  
    170170|  Perl Version: | 5.005 | 
    171171|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    172 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
     172Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
    173173|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    174174|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/BlogAddOn/data/TWiki/BlogAddOn.txt

    r788 r878  
    88---++ Screenshots 
    99<div class="twikiHelp"> 
    10 Example list view (with TWiki:Plugins/PersonalInfoAddOn pictures): 
     10Example list view (with Foswiki:Extensions/PersonalInfoAddOn pictures): 
    1111 
    1212<div class="twikiImage"><img src="%ATTACHURLPATH%/screenshot_list.png" alt="screenshot_list.png" width='929' height='603' /></div> 
     
    2121   * Uses editable categories to filter or group posts. Categories can also be used to distinguish multiple blogs with separate 'owners'. 
    2222   * Provides a handy interface with sorting and filtering options that can be INCLUDEd in any topic in the same Web 
    23    * Optionally displays user pictures (if TWiki:Plugins/PersonalInfoAddOn is installed and the =configure= setting ={Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}= is set to =1=. %BR% 
     23   * Optionally displays user pictures (if Foswiki:Extensions/PersonalInfoAddOn is installed and the =configure= setting ={Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}= is set to =1=. %BR% 
    2424   If enabled, the line in =<nop>LocalSite.cfg= should read: %BR% 
    2525   =$TWiki::cfg{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures} = '1';= 
     
    5555| Plugin&nbsp;Version: | 1.2, 07 Apr 2008 | 
    5656| Change&nbsp;History: | <!-- specify latest version first -->&nbsp; | 
    57 | 07 Apr 2008 | 1.2 Added optional inclusion of author pictures from TWiki:Plugins/PersonalInfoAddOn. *Important upgrade notice:* this version uses =WIKINAME= instead of  =WIKIUSERNAME= in the =Author= form field. This change is not compatible with existing blog topics. If you have existing posts, you must change all author names from =Main.<nop>UserName= to =<nop>UserName=. | 
     57| 07 Apr 2008 | 1.2 Added optional inclusion of author pictures from Foswiki:Extensions/PersonalInfoAddOn. *Important upgrade notice:* this version uses =WIKINAME= instead of  =WIKIUSERNAME= in the =Author= form field. This change is not compatible with existing blog topics. If you have existing posts, you must change all author names from =Main.<nop>UserName= to =<nop>UserName=. | 
    5858| 26 Jan 2008 | 1.1 Adds the creation date to blog post topic names. Adds an Edit link to the Comments header in a blog post. Increases the height of the comment box. Bug fix: allow topic names with periods. | 
    5959| 26 Jun 2007 | 1.0.9 Fixed html bug in !BlogPost; added comment count to !BlogPost; improved styling of form elements. | 
  • trunk/BlogPlugin/data/TWiki/BlogPlugin.txt

    r604 r878  
    227227|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    228228|  31 Aug 2006: | added NO_PREFS_IN_TOPIC;\ 
    229                   added TWiki:Plugins/ImagePlugin support; \ 
     229                  added Foswiki:Extensions/ImagePlugin support; \ 
    230230                  fixed <nop>BlogArchive not to compute terms _before_ calling the tagcloud; \ 
    231231                  removed whitespaces from <nop>WebPreferences to prevent insecure eval warnings (strange); \ 
     
    241241                  minor docu changes; \ 
    242242                  added recommendation to use the <nop>BlogPlugin in combination with the \ 
    243                   TWiki:Plugins/NatSkin because some features will work with it only | 
     243                  Foswiki:Extensions/NatSkin because some features will work with it only | 
    244244|  23 Jul 2006: | added view templates specific to <nop>PatternSkin; \ 
    245245                  improved the blog's sidebar for <nop>PatternSkin; \ 
     
    336336|  01 Mar 2006: | grand rework of the <nop>BlogArchive; \ 
    337337                  added <nop>BlogTags for <nop>BlogEntries; \ 
    338                   added dependency on TWiki:Plugins/TagCloudPlugin; \ 
     338                  added dependency on Foswiki:Extensions/TagCloudPlugin; \ 
    339339                  added rel="tag" to links to tags and categories to make technorati happy; \ 
    340340                  reworked category and archive in sidebar using the new DBSTATS tag of the \ 
     
    372372                  added example <nop>WebAggregation by rendering own feeds using \ 
    373373                  the HeadlinesPlugin; \ 
    374                   added dependency to TWiki:Plugins/FilterPlugin for the FORMATLIST tag; \ 
     374                  added dependency to Foswiki:Extensions/FilterPlugin for the FORMATLIST tag; \ 
    375375                  unified redundant navigation renderer; \ 
    376376                  improved admin tools using twisties; \ 
     
    389389|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 | 
    390390|  Perl Version: | 5.8 | 
    391 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    392 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    393 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    394 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     391|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     392|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     393|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     394|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    395395 
    396396-- TWiki:Main.MichaelDaum - 31 Aug 2006 
  • trunk/BlogPlugin/data/TWiki/BlogUp.txt

    r682 r878  
    162162|  24 Jan 2006: | Initial version | 
    163163|  Demo: | http://jojowiki.dyndns.org | 
    164 |  Home: | TWiki:Plugins/%TOPIC% | 
    165 |  Feedback: | TWiki:Plugins/BlogPlugin | 
    166 |  Appraisal: | TWiki:Plugins/BlogPluginAppraisal | 
     164|  Home: | Foswiki:Extensions/%TOPIC% | 
     165|  Feedback: | Foswiki:Extensions/BlogPlugin | 
     166|  Appraisal: | Foswiki:Extensions/BlogPluginAppraisal | 
    167167 
    168168-- TWiki:Main/MichaelDaum - 08 Feb 2006 
  • trunk/BlogPlugin/data/_BlogPlugin/RenderImageTools.txt

    r482 r878  
    6464     =&lt;img class="alignright border" src="%<nop>BLOGIMAGES%/SomeImage.gif" />=, 
    6565     use classes =alignright=, =alignleft=, =border= 
    66    * If you've installed the TWiki:Plugins/ImagePlugin use 
     66   * If you've installed the Foswiki:Extensions/ImagePlugin use 
    6767     =%<nop>IMAGE{"SomeImage.gif|frame|left|200px"}%= to create a framed image floating 
    6868     left whose geometry does not exceed 200px, 
  • trunk/BlogPlugin/data/_BlogPlugin/WebCss.txt

    r482 r878  
    66is single-authored (or even null-authored). 
    77 
    8 Note, this only works with TWiki:Plugins.NatSkin. 
     8Note, this only works with Foswiki:Extensions.NatSkin. 
    99 
    1010<verbatim> 
  • trunk/BlogPlugin/data/_BlogPlugin/WebPreferences.txt

    r672 r878  
    4343   * Set NATSEASRCHEXCLUDETOPIC = 
    4444 
    45 Note this is only relevant if you are using TWiki:Plugins.NatSkin 
     45Note this is only relevant if you are using Foswiki:Extensions.NatSkin 
    4646 
    4747Flag to enable/disable automatic linking of %SYSTEMWEB%.WikiWords 
  • trunk/BreadCrumbsPlugin/data/TWiki/BreadCrumbsPlugin.txt

    r586 r878  
    4040 
    4141---+++ Displaying !TopicTitles 
    42 !TopicTitles are a concept introduced by the TWiki:Plugins/DBCachePlugin. These are stored 
     42!TopicTitles are a concept introduced by the Foswiki:Extensions/DBCachePlugin. These are stored 
    4343in a topic in the =TOPICTITLE= preference variable or in a formfield 
    4444'TopicTitle ' of a !TWikiForm attached to the topic. If a !TopicTitle is 
    4545defined for a topic, it will be displayed in the breadcrumbs instead of the 
    4646normal !WikiWord topic name. For efficiency it is recommended to install the 
    47 TWiki:Plugins/DBCachePlugin to determine the !TopicTitle. 
     47Foswiki:Extensions/DBCachePlugin to determine the !TopicTitle. 
    4848 
    4949---++ Syntax 
     
    183183|  Other Dependencies: | none | 
    184184|  Perl Version: | 5.8 | 
    185 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     185Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    186186|  Plugin Home: | http://nextwiki.org/Extensions/%TOPIC% | 
    187187|  Feedback: | http://nextwiki.org/Extensions/%TOPIC%Dev | 
  • trunk/BugsContrib/data/TWiki/BugsContrib.txt

    r604 r878  
    1717A customised version of it has been in use as TWiki's bug tracking and shakeout system since 2005 - See http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs. 
    1818 
    19 The BugsContrib is a _TWikiApplication_ (an application that is implemented entirely in TWiki topics). It is designed to use the left bars supported by %SYSTEMWEB%.PatternSkin and the TWiki:Plugins.MoveableTypeSkin, though could easily be converted to another skin. It's ideal for a small bug database (we have used it with over 4000 items with no problems) for a disciplined team. 
     19The BugsContrib is a _TWikiApplication_ (an application that is implemented entirely in TWiki topics). It is designed to use the left bars supported by %SYSTEMWEB%.PatternSkin and the Foswiki:Extensions.MoveableTypeSkin, though could easily be converted to another skin. It's ideal for a small bug database (we have used it with over 4000 items with no problems) for a disciplined team. 
    2020 
    2121---++ Installation 
     
    4444|  12856 | 13 Feb 2007 - TWiki:Main.SvenDowideit - update with lessons learned from longer term use | 
    4545|  9804 | TWiki:Main.CrawfordCurrie - packaged for Release | 
    46 |  Home: | TWiki:Plugins/%TOPIC% | 
    47 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    48 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     46|  Home: | Foswiki:Extensions/%TOPIC% | 
     47|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     48|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    4949 
    5050%META:FILEATTACHMENT{name="wikiring-bugscontrib.png" attachment="wikiring-bugscontrib.png" attr="" comment="" date="" path="logo.png" user="ProjectContributor" version="2"}% 
  • trunk/CacheChooserAddOn/data/TWiki/CacheChooserAddOn.txt

    r788 r878  
    8585__Note:__ You do not need to install anything on the browser to use this add-on. The following instructions are for the administrator who installs the add-on on the server where TWiki is running.  
    8686 
    87         * Download ==%TOPIC%.zip== ZIP file from TWiki:Plugins.%TOPIC% 
     87        * Download ==%TOPIC%.zip== ZIP file from Foswiki:Extensions.%TOPIC% 
    8888        * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
    8989          | *File:* | *Description:* | 
  • trunk/CalendarPlugin/data/TWiki/CalendarPlugin.txt

    r788 r878  
    403403|  Perl Version: | 5.000 and up | 
    404404|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    405 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 95%, %SYSTEMWEB%.FormattedSearch 97%, %TOPIC% 88% with installed Plugin | 
     405Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 95%, %SYSTEMWEB%.FormattedSearch 97%, %TOPIC% 88% with installed Plugin | 
    406406|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    407407|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ChartPlugin/data/TWiki/ChartPlugin.txt

    r788 r878  
    195195|  20 Jun 2002: | Initial version (V1.000) | 
    196196|  Dependencies: | %$DEPENDENCIES% | 
    197 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 96%, %SYSTEMWEB%.FormattedSearch 97%, ChartPlugin 69% | 
     197Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 96%, %SYSTEMWEB%.FormattedSearch 97%, ChartPlugin 69% | 
    198198|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    199199|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ChecklistPlugin/data/TWiki/ChecklistPlugin.txt

    r788 r878  
    44<nop>ChecklistPlugin creates simple checklists.  
    55It handles the tags %<nop>CLI% (<nop>CheckList Item), %<nop>CHECKLIST%, %<nop>CHECKLISTSTART%, %<nop>CHECKLISTEND% 
    6 and depends on the TWiki:Plugins.SmiliesPlugin (see [[#ChecklistPluginInfo][Plugin Info]]). 
     6and depends on the Foswiki:Extensions.SmiliesPlugin (see [[#ChecklistPluginInfo][Plugin Info]]). 
    77 
    88A %<nop>CLI% tag creates a image button and a simple click on it changes the state of the image button.  
     
    3333  [[%TOPIC%ChecklistItemState]] 
    3434</verbatim> 
    35 If you have installed the TWiki:Plugins.SpreadSheetPlugin you can find a statistics on this item state topic.  
    36 And if you have installed the TWiki:Plugins.EditTablePlugin you can edit the states directly on this topic. 
     35If you have installed the Foswiki:Extensions.SpreadSheetPlugin you can find a statistics on this item state topic.  
     36And if you have installed the Foswiki:Extensions.EditTablePlugin you can edit the states directly on this topic. 
    3737 
    3838---++ Usage Examples 
     
    405405|  v1.011 (23 Jan 2006) | TWiki:Main.DanielRohde: fixed documentation; fixed reset bug (that comes with URL parameter bug fix); added statetopic attribute |  
    406406|  v1.010 (28 Nov 2005) | TWiki:Main.DanielRohde: fixed URL parameter bugs (preserve URL parameters; URL encoding); used CGI module to generate HTML; fixed table sorting bug in a <nop>ChecklistItemState topic | 
    407 |  v1.009 (25 Nov 2005) | TWiki:Main.DanielRohde: fixed stateicons handling; fixed TWiki:Plugins/TablePlugin sorting problem | 
     407|  v1.009 (25 Nov 2005) | TWiki:Main.DanielRohde: fixed stateicons handling; fixed Foswiki:Extensions/TablePlugin sorting problem | 
    408408|  v1.008 (9 Nov 2005) | TWiki:Main.DanielRohde: fixed docs; changed default text positioning (text attribute); allowed common variable usage in stateicons attribute; fixed multiple checklists bugs | 
    409409|  v1.007 (7 Nov 2005) | TWiki:Main.DanielRohde: added new feature (CHECKLISTSTART/END tags, attributes: clipos, pos); fixed bugs |  
     
    417417|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 | 
    418418|  CPAN Dependencies: | none | 
    419 |  Other Dependencies: | TWiki:Plugins.SmiliesPlugin | 
     419|  Other Dependencies: | Foswiki:Extensions.SmiliesPlugin | 
    420420|  Perl Version: | 5.005 | 
    421421|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    422 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 92% | 
     422Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 92% | 
    423423|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    424424|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ChecklistTablePlugin/data/TWiki/ChecklistTablePlugin.txt

    r788 r878  
    136136__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.  
    137137 
    138         * Install (or upgrade to) the latest TWiki:Plugins.ChecklistPlugin plugin  
     138        * Install (or upgrade to) the latest Foswiki:Extensions.ChecklistPlugin plugin  
    139139        * Download the ZIP file from the Plugin web (see below) 
    140140        * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
     
    167167|  Other Dependencies: | none | 
    168168|  Perl Version: | 5.005 | 
    169 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 92% | 
     169|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 97%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 92% | 
    170170|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    171171|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ChildTopicTemplatePlugin/data/TWiki/ChildTopicTemplatePlugin.txt

    r788 r878  
    5050|  Other Dependencies: | none | 
    5151|  Perl Version: | 5.005 | 
    52 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     52Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    5353|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    5454|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ClassificationPlugin/data/TWiki/ClassificationPlugin.txt

    r604 r878  
    7272                  new jquery.tagselector plugin; \ 
    7373                  reworked view for topictypes making use of new MAKEINDEX of \ 
    74                   TWiki:Plugins/FilterPlugin; \ 
     74                  Foswiki:Extensions/FilterPlugin; \ 
    7575                  added category and tag search; \ 
    7676                  speedup for tag clouds | 
     
    8888|  Other Dependencies: | none | 
    8989|  Perl Version: | 5.005 | 
    90 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    91 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    92 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    93 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     90|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     91|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     92|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     93|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    9494 
    9595-- TWiki:Main.MichaelDaum - 13 Feb 2008 
  • trunk/CliRunnerContrib/data/TWiki/CliRunnerContrib.txt

    r788 r878  
    99 
    1010Note that the detailed documentation has been generated automatically 
    11 by the TWiki:Plugins.BuildContrib, and would need care to be 
     11by the Foswiki:Extensions.BuildContrib, and would need care to be 
    1212comprehensible.  For use cases and examples, see the test cases file 
    1313provided with this contrib, which are not in the distribution, but 
  • trunk/CommentPlugin/data/System/CommentPlugin.txt

    r754 r878  
    243243 
    244244Note that if you want to use the =action= template then you must also: 
    245    1 Install the TWiki:Plugins/ActionTrackerPlugin; 
     245   1 Install the Foswiki:Extensions/ActionTrackerPlugin; 
    246246   1 Put the !CommentPlugin *before* the !ActionTrackerPlugin in the ={PluginsOrder}= configuration option (in =configure=) 
    247247 
     
    282282|  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]]) | 
    284 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    285 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
     284|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     285|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
    286286 
    287287__Related Topics:__ %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
  • trunk/CommentPlugin/data/System/CommentPluginExamples.txt

    r482 r878  
    141141---+++ =action= 
    142142 
    143 (requires TWiki:Plugins/ActionTrackerPlugin) 
     143(requires Foswiki:Extensions/ActionTrackerPlugin) 
    144144 
    145145%ACTION{ due="1-Dec-2007" creator="Main.ProjectContributor" uid="000001" state="open" created="26-Nov-2006" who="Main.ProjectContributor" }% <<EOF 
  • trunk/CommentPlugin/data/System/CommentPluginTemplate.txt

    r693 r878  
    197197---++++ action 
    198198Action added to action table directly above comment box 
    199 (requires TWiki:Plugins/ActionTrackerPlugin) 
     199(requires Foswiki:Extensions/ActionTrackerPlugin) 
    200200<verbatim> 
    201201%TMPL:DEF{PROMPT:action}% 
  • trunk/CompareRevisionsAddOn/data/TWiki/CompareRevisionsAddonPlugin.txt

    r788 r878  
    3333|  Other Dependencies: | none | 
    3434|  Perl Version: | 5.0 | 
    35 TWiki:Plugins/Benchmark: |  | 
     35Foswiki:Extensions/Benchmark: |  | 
    3636|  Plugin Home: | http://foswiki.org/Extensions/CompareRevisionsAddOn | 
    3737|  Feedback: | http://foswiki.org/Extensions/CompareRevisionsAddOnDev | 
  • trunk/ComponentEditPlugin/data/TWiki/ComponentEditPlugin.txt

    r788 r878  
    4545|  Perl Version: | 5.005 | 
    4646|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    47 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     47Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    4848|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    4949|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ContributorsPlugin/data/TWiki/ContributorsPlugin.txt

    r788 r878  
    106106|  Other Dependencies: | none | 
    107107|  Perl Version: | 5.0 | 
    108 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
    109 |  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% (TWiki:Plugins.%TOPIC%) | 
    110 |  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev (TWiki:Plugins.%TOPIC%Dev) | 
     108Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
     109|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% (Foswiki:Extensions.%TOPIC%) | 
     110|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev (Foswiki:Extensions.%TOPIC%Dev) | 
    111111 
    112112__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
  • trunk/ControlsPlugin/data/TWiki/ControlsPlugin.txt

    r788 r878  
    118118|  Other Dependencies: | none | 
    119119|  Perl Version: | 5.005 | 
    120 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     120Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    121121|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    122122|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/CpanContrib/data/TWiki/CpanContrib.txt

    r788 r878  
    304304</verbatim> 
    305305as usual, results in the following files: =CpanContrib.tgz=, =CpanContrib.zip=, and =CpanContrib.md5= 
    306 See TWiki:Plugins.BuildContrib for additional info on ...  
     306See Foswiki:Extensions.BuildContrib for additional info on ...  
    307307 
    308308 
     
    360360 
    361361   * One line des<cription: 
    362       * Set SHORTDESCRIPTION = Bundled Prebuilt CPAN Modules for twiki.org current TWiki:Codev.TWikiRelease and all [[http://twiki.org twiki.org]] TWiki:Plugins modules 
     362      * Set SHORTDESCRIPTION = Bundled Prebuilt CPAN Modules for twiki.org current TWiki:Codev.TWikiRelease and all [[http://twiki.org twiki.org]] Foswiki:Extensions modules 
    363363 
    364364   * Name of the perl package 
  • trunk/DBCacheContrib/data/TWiki/DBCacheContrib.txt

    r788 r878  
    2020the forms in TWiki topics. It does not support any tags, as it is provided as a 
    2121service for other plugins that want to treat a TWiki web as a simple database; 
    22 for example, the TWiki:Plugins/FormQueryPlugin, which supports the display of 
     22for example, the Foswiki:Extensions/FormQueryPlugin, which supports the display of 
    2323query results. 
    2424 
  • trunk/DBCachePlugin/data/TWiki/DBCachePlugin.txt

    r687 r878  
    3535<nop>TWikiApplications where <nop>TopicFunctions are treated as stored procedures. 
    3636It fetches pre-compiled topics or sections of it. "Glue" chars 
    37 (see TWiki:Plugins:GluePlugin) are applied in advance so that the actual rendering time 
     37(see Foswiki:Extensions:GluePlugin) are applied in advance so that the actual rendering time 
    3838is minimized. DBCALL does therefore not allow to call "external" pages as INCLUDE allows. 
    3939DBCALL's "warn" parameter can only be set to "on" and "off" and does not allow  
     
    5454form =%<nop>DBCALL{"SomeTopic->RenderMethod" ...}%= and will infer the actual 
    5555=...RenderMethod= to be called on the base of the _TopicType_ of =SomeTopic=. !TopicTypes 
    56 are a concept introduced by the TWiki:Plugins/TWikiWorkbenchAddOn. It basically refers 
     56are a concept introduced by the Foswiki:Extensions/TWikiWorkbenchAddOn. It basically refers 
    5757to a convention to tag the type(s) of a topic in a formfield "TopicType". The lookup 
    5858mechanism for !TopicMethods proceeds as normal if the DBCALl is not of the form 
     
    125125   * $user: the user that uploaded the attachment 
    126126   * $web: the web name of the current topic 
    127    * $webdav: the action to edit the current attachment using the TWiki:Plugins/WebDavPlugin 
     127   * $webdav: the action to edit the current attachment using the Foswiki:Extensions/WebDavPlugin 
    128128   * $webdavUrl: the url used in the webdav action 
    129129   * $wikiuser: the user's home topic that recently changed the current attachment 
     
    394394=DBCachePlugin::WebDB= is to extract the <nop>TopicFunctions contained in a topic as described 
    395395above. You can easily extend this functionality by deriving a <nop>WebDB specific to your 
    396 own <nop>TWikiApplication. For example, the TWiki:Plugins.BlogPlugin defines a <no>WebDB of 
     396own <nop>TWikiApplication. For example, the Foswiki:Extensions.BlogPlugin defines a <no>WebDB of 
    397397its own where it caches the createdate of a topic being either specified in a formfield  or 
    398398given in the timestamp of the first revision of a topic. 
     
    411411web one <nop>TWikiApplication making use of this plugin. 
    412412 
    413 returns a database object. See the TWiki:Plugins::DBCacheContrib documentation 
     413returns a database object. See the Foswiki:Extensions::DBCacheContrib documentation 
    414414for its interfaces. 
    415415 
     
    548548|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 | 
    549549|  CPAN Dependencies: | none | 
    550 |  Other Dependencies: | TWiki:Plugins/DBCacheContrib (Version TWiki-4, Rev &gt;= 13562)| 
     550|  Other Dependencies: | Foswiki:Extensions/DBCacheContrib (Version TWiki-4, Rev &gt;= 13562)| 
    551551|  Perl Version: | 5.8 | 
    552 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    553 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    554 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    555 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     552|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     553|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     554|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     555|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    556556 
    557557-- TWiki:Main.MichaelDaum - 24 Sep 2008 
  • trunk/DakarContrib/data/TWiki/DakarContrib.txt

    r482 r878  
    5959|  26 Jan 2006: | Initial version | 
    6060|  09 Dec 2005: | moved in sandbox code from dakar's codebase | 
    61 |  Home: | TWiki:Plugins/%TOPIC% | 
    62 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    63 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     61|  Home: | Foswiki:Extensions/%TOPIC% | 
     62|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     63|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    6464 
    6565-- TWiki:Main/MichaelDaum - 26 Jan 2006 
  • trunk/DateFieldPlugin/data/TWiki/DateFieldPlugin.txt

    r529 r878  
    6565|  9 Dec 2004 | 1.000 initial version | 
    6666|  Dependencies: | %$DEPENDENCIES% | 
    67 |  Home: | TWiki:Plugins/%TOPIC% | 
    68 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
     67|  Home: | Foswiki:Extensions/%TOPIC% | 
     68|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
    6969 
    7070__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]], TWiki::Plugins/FormFieldsPlugin 
  • trunk/DirectedGraphPlugin/data/TWiki/DirectedGraphPlugin.txt

    r788 r878  
    234234---+++ Component architecture 
    235235 
    236 This is a typical example of a component architecture drawing (This kind of graph is also easy to do in TWiki:Plugins.TWikiDrawPlugin if you like the look but you prefer to draw it manually using your mouse). 
     236This is a typical example of a component architecture drawing (This kind of graph is also easy to do in Foswiki:Extensions.TWikiDrawPlugin if you like the look but you prefer to draw it manually using your mouse). 
    237237 
    238238View source of this page for graph description. 
     
    505505|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 | 
    506506|  Dependencies: | %$DEPENDENCIES% | 
    507 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     507Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    508508|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    509509|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/DirectedGraphWebMapPlugin/data/TWiki/DirectedGraphWebMapPlugin.txt

    r788 r878  
    5656__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.  
    5757 
    58         * Make sure that TWiki:Plugins/DirectedGraphPlugin is installed and working properly 
     58        * Make sure that Foswiki:Extensions/DirectedGraphPlugin is installed and working properly 
    5959 
    6060        * Download the ZIP file from the Plugin web (see below) 
     
    9292|  Perl Version: | 5.005 | 
    9393|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    94 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     94Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    9595|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    9696|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/DojoToolkitContrib/data/TWiki/DojoToolkitContrib.txt

    r788 r878  
    2323    
    2424---++ Usage 
    25 This Contrib is a conveinience package, and should be used in conjunction with another TWiki Extension - such as TWiki:Plugins.RestPlugin. 
     25This Contrib is a conveinience package, and should be used in conjunction with another TWiki Extension - such as Foswiki:Extensions.RestPlugin. 
    2626 
    2727It contains one function =TWiki::Contrib::DojoToolkitContrib::requireJS(dojoModuleName), that will add the dojo.js script to the HTML header, and add the =dojo.require= calls in order. 
  • trunk/DragonSkin/data/TWiki/DragonSkin.txt

    r788 r878  
    11%META:TOPICINFO{author="cbs" date="1090941435" format="1.0" version="1.1"}% 
    22---+ Dragon Skin 
    3 TWiki:Plugins.DragonSkinDev has development-related information.  
     3Foswiki:Extensions.DragonSkinDev has development-related information.  
    44 
    55Dragon skin (named after the logo on the site it was developed for) is intended to provide a prosaic  but relatively organized look-and-feel, while providing easy access to TWiki tools (topic lists, web changes, etc). Some features of this skin: 
  • trunk/EFetchPlugin/data/TWiki/EFetchPlugin.txt

    r529 r878  
    113113|  Other Dependencies: | none | 
    114114|  Perl Version: | 5.005 | 
    115 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
     115Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
    116116|  Plugin Home: | http://twiki.org/cgi-bin/view/Plugins/EFetchPlugin | 
    117117|  Feedback: | none | 
  • trunk/EasyTimelinePlugin/data/TWiki/EasyTimelinePlugin.txt

    r788 r878  
    852852|  Other Dependencies: | !EasyTimline.pl from http://infodisiac.com/Wikipedia/EasyTimeline/Introduction.htm (now included in plugin), and ploticus from http://ploticus.sourceforge.net/doc/download.html | 
    853853|  Perl Version: | 5.8+ | 
    854 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 99% | 
     854|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 99% | 
    855855|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    856856|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EditChapterPlugin/data/TWiki/EditChapterPlugin.txt

    r464 r878  
    3434---++ Previous work 
    3535There are a couple of other plugins that try to implement a section editing feature, along with some 
    36 other more exotic features. The first plugin of that kind was TWiki:Plugins/SectionalEditPlugin. 
     36other more exotic features. The first plugin of that kind was Foswiki:Extensions/SectionalEditPlugin. 
    3737Later on, its functionality was extended to process sections in a broader sense in the 
    38 TWiki:Plugins/MultiEditPlugin. By the time of this writing both plugins were about to 
    39 be merged again into one TWiki:Plugins/EditSectionPlugin. These three plugins all depend 
    40 on an extra package called TWiki:Plugins/EditContrib which factors out common code. In addition 
     38Foswiki:Extensions/MultiEditPlugin. By the time of this writing both plugins were about to 
     39be merged again into one Foswiki:Extensions/EditSectionPlugin. These three plugins all depend 
     40on an extra package called Foswiki:Extensions/EditContrib which factors out common code. In addition 
    4141<nop>EditContrib contains a patch to the TWiki core engine, available for TWiki-4.0 and TWiki-4.1.x. 
    4242All these plugins are currently non-functional on TWiki-4.2. 
     
    114114     =%<nop>INCLUDE{"TargetTopic" section="onlythis"}%=.  
    115115   1 wysiwyg editor: 
    116      it currently does not work work together with TWiki:Plugins/WysiwygPlugin 
     116     it currently does not work work together with Foswiki:Extensions/WysiwygPlugin 
    117117   1 explicit sectioning:  
    118118     users can't specify any other section to be editable in isolation (e.g. using some 
     
    121121   1 jQuery: the <nop>EditChapterPlugin currently depends on the JQueryPlugin, used 
    122122     to hook into the edit interface. You may be facing an increased javascript download overhead in  
    123      your TWiki html pages as you are already using TWiki:Plugins/BehavourContrib, TWiki:Plugins/TwistyContrib 
    124      and TWiki:Plugins/TwistyPlugin. Consider uninstalling these three and replace them with 
    125      TWiki:Plugins/JQueryTwistyPlugin. You should have installed JQueryPlugin anyway already. 
     123     your TWiki html pages as you are already using Foswiki:Extensions/BehavourContrib, Foswiki:Extensions/TwistyContrib 
     124     and Foswiki:Extensions/TwistyPlugin. Consider uninstalling these three and replace them with 
     125     Foswiki:Extensions/JQueryTwistyPlugin. You should have installed JQueryPlugin anyway already. 
    126126     Last not least you get less javascript but more features. 
    127127 
     
    149149|  03 Jan 2008: | initial release | 
    150150|  Dependencies: | %$DEPENDENCIES% | 
    151 |  Plugin Home: | TWiki:Plugins/EditChapterPlugin | 
    152 |  Feedback: | TWiki:Plugins/EditChapterPluginDev | 
    153 |  Appraisal: | TWiki:Plugins/EditChapterPluginAppraisal | 
     151|  Plugin Home: | Foswiki:Extensions/EditChapterPlugin | 
     152|  Feedback: | Foswiki:Extensions/EditChapterPluginDev | 
     153|  Appraisal: | Foswiki:Extensions/EditChapterPluginAppraisal | 
    154154 
    155155<!--  
  • trunk/EditContrib/data/TWiki/EditContrib.txt

    r788 r878  
    1717   * =templates/editsection.pattern.tmpl= and =templates/editsection.tmpl= are templates supporting editing of sections. 
    1818 
    19 This contrib is used by TWiki:Plugins/SectionalEditPlugin, TWiki:Plugins/MultiEditPlugin, and TWiki:Plugins/ThreadedDiscussionPlugin. Examining these plugins will provide guidance of how to use these subroutines in implementing your own plugin. 
     19This contrib is used by Foswiki:Extensions/SectionalEditPlugin, Foswiki:Extensions/MultiEditPlugin, and Foswiki:Extensions/ThreadedDiscussionPlugin. Examining these plugins will provide guidance of how to use these subroutines in implementing your own plugin. 
    2020 
    2121This contrib supports TWiki4 and onward. For a version of this contrib that works with the Cairo release, please download the appropriate version from twiki.org. 
     
    138138|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
    139139 
    140 __Related Topics:__ TWiki:Plugins/SectionalEditPlugin, TWiki:Plugins/MultiEditPlugin, TWiki:Plugins/ThreadedDiscussionPlugin, TWiki:Plugins/EditTablerowPlugin 
     140__Related Topics:__ Foswiki:Extensions/SectionalEditPlugin, Foswiki:Extensions/MultiEditPlugin, Foswiki:Extensions/ThreadedDiscussionPlugin, Foswiki:Extensions/EditTablerowPlugin 
    141141 
    142142<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. --> 
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r788 r878  
    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 Applications, that want to keep the tables in templates. 
     6This plugin works exactly like Foswiki:Extensions.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% 
     
    1010---++ Acknowledgment 
    1111 
    12 This plugin was inspired and steals much from TWiki:Main/PeterThoeny's TWiki:Plugins/EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of TWiki:Plugins/EditTablePlugin when faced with large tables.  
     12This plugin was inspired and steals much from TWiki:Main/PeterThoeny's Foswiki:Extensions/EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of Foswiki:Extensions/EditTablePlugin when faced with large tables.  
    1313 
    1414The idea and first implementation of form-based editing for tables goes back to TWiki:Main/ShawnBradford's approach in TWiki:Codev/SimpleTableEntryUsingForms. 
     
    139139|  Plugin Version: | 19 Nov 2006 | 
    140140|  Change History: | <!-- specify latest version first -->&nbsp; | 
    141 |  19 Nov 2006: | Initial version, derived from TWiki:Plugins.EditTablerowPlugin | 
     141|  19 Nov 2006: | Initial version, derived from Foswiki:Extensions.EditTablerowPlugin | 
    142142|  CPAN Dependencies: | none | 
    143143|  Other Dependencies: | JSCalendarContrib  | 
    144144|  Perl Version: | 5.0 | 
    145145|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    146 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     146Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    147147|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    148148|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EditInTablePlugin/data/TWiki/EditInTablePlugin.txt

    r788 r878  
    6666|  Other Dependencies: | none | 
    6767|  Perl Version: | 5.005 | 
    68 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     68Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    6969|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7070|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EditSyntaxPlugin/data/TWiki/EditSyntaxPlugin.txt

    r788 r878  
    114114|  Other Dependencies: | none | 
    115115|  Perl Version: | 5.005 | 
    116 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     116|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    117117|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    118118|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EditTablerowPlugin/data/TWiki/EditTablerowPlugin.txt

    r788 r878  
    88---++ Acknowledgment 
    99 
    10 This plugin was inspired and steals much from the !EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of TWiki:Plugins/EditTablePlugin when faced with large tables.  
     10This plugin was inspired and steals much from the !EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of Foswiki:Extensions/EditTablePlugin when faced with large tables.  
    1111 
    1212The idea and first implementation of form-based editing for tables goes back to TWiki:Main/ShawnBradford's approach in TWiki:Codev/SimpleTableEntryUsingForms. 
     
    151151|  Perl Version: | 5.0 | 
    152152|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    153 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     153Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    154154|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    155155|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EmbedPDFPlugin/data/TWiki/EmbedPDFPlugin.txt

    r788 r878  
    8282|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
    8383 
    84 __Related Topics:__ TWiki:Plugins.EmbedPDFPluginDev, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
     84__Related Topics:__ Foswiki:Extensions.EmbedPDFPluginDev, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
    8585 
    8686%META:FILEATTACHMENT{name="pdf.pdf" attr="" comment="" date="1046959644" path="pdf.pdf" size="6019" user="JohannesMartin" version="1.2"}% 
  • trunk/EmbedTopicPlugin/data/TWiki/EmbedTopicPlugin.txt

    r788 r878  
    128128|  Other Dependencies: | none | 
    129129|  Perl Version: | 5.005 | 
    130 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     130Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    131131|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    132132|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EmptyPlugin/data/System/EmptyPlugin.txt

    r788 r878  
    4646|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 | 
    4747|  Dependencies: | %$DEPENDENCIES | 
    48 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     48Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    4949|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    5050|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/EndNotePlugin/data/TWiki/EndNotePlugin.txt

    r788 r878  
    6363|  Other Dependencies: | none | 
    6464|  Perl Version: | 5.005 | 
    65 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     65|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    6666|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    6767|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ExcelImportExportPlugin/data/TWiki/ExcelImportExportPlugin.txt

    r788 r878  
    1212      * Generate an Excel spreadsheet from all topics that have an indicated form. Each topic results in a row of the spreadsheet, such that each form field is mapped to a column in the spreadsheet. 
    1313 
    14 The code of this plugin is based on the TWiki:Plugins.ExcelImportExportAddOn by TWiki:Main.ClausLanghans. 
     14The code of this plugin is based on the Foswiki:Extensions.ExcelImportExportAddOn by TWiki:Main.ClausLanghans. 
    1515 
    1616---++ General comments 
     
    145145|  Other Dependencies: | none | 
    146146|  Perl Version: | 5.005 | 
    147 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     147Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    148148|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    149149|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
    150150|  Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 
    151151 
    152 __Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, TWiki:Plugins.ExcelImportExportAddOn 
     152__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Foswiki:Extensions.ExcelImportExportAddOn 
    153153 
    154154-- TWiki:Main.ThomasWeigert - 13 Aug 2006 
  • trunk/ExifMetaDataPlugin/data/TWiki/ExifMetaDataPlugin.txt

    r788 r878  
    8080|  Other Dependencies: | none | 
    8181|  Perl Version: | 5.005 | 
    82 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     82Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    8383|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    8484|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ExtTopicListPlugin/data/TWiki/ExtTopicListPlugin.txt

    r788 r878  
    5454|  Other Dependencies: | none | 
    5555|  Perl Version: | 5.005 | 
    56 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     56Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    5757|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    5858|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ExtendedSelectPlugin/data/TWiki/ExtendedSelectPlugin.txt

    r788 r878  
    7373|  Perl Version: | 5.005 | 
    7474|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    75 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     75Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7676|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7777|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
    7878|  Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 
    7979 
    80 __Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], TWiki:Plugins/FormFieldsPlugin 
     80__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], Foswiki:Extensions/FormFieldsPlugin 
    8181 
    8282-- TWiki:Main/EricSchwertfeger - 11 October 2005 
  • trunk/ExternalLinkPlugin/data/TWiki/ExternalLinkPlugin.txt

    r788 r878  
    7070|  Perl Version: | 5.005 | 
    7171|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    72 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     72|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7373|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7474|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FakeBasicAuthRegPlugin/data/TWiki/FakeBasicAuthRegPlugin.txt

    r788 r878  
    109109|  Other Dependencies: | none | 
    110110|  Perl Version: | 5.005 | 
    111 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     111Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    112112|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    113113|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FilterPlugin/data/TWiki/FilterPlugin.txt

    r766 r878  
    217217|  31 Aug 2006: | added NO_PREFS_IN_TOPIC | 
    218218|  15 Aug 2006: | added =use strict;= and fixed revealed errors | 
    219 |  14 Feb 2006: | moved in FORMATLIST from the TWiki:Plugins/NatSkinPlugin;\ 
     219|  14 Feb 2006: | moved in FORMATLIST from the Foswiki:Extensions/NatSkinPlugin;\ 
    220220                  added escape variables to format strings | 
    221221|  06 Dec 2005: | fixed SUBST not to cut off the rest of the text | 
     
    226226|  Other Dependencies: | none | 
    227227|  Perl Version: | 5.005 | 
    228 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    229 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    230 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    231 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     228Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     229|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     230|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     231|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    232232 
    233233-- TWiki:Main.MichaelDaum - 08 Oct 2008 
  • trunk/FirefoxBoosterPlugin/data/TWiki/FirefoxBoosterPlugin.txt

    r788 r878  
    4545|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.2 | 
    4646|  Dependencies: | %$DEPENDENCIES% | 
    47 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     47Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    4848|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    4949|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListExamples.txt

    r482 r878  
    66of the FlexWebListPlugin. Please create some subwebs in the Sandbox web  
    77for a better illustration of the examples below. Some of the examples 
    8 are displayed using the "glue" syntax of the TWiki:Plugins.GluePlugin 
     8are displayed using the "glue" syntax of the Foswiki:Extensions.GluePlugin 
    99to ease reading multiline TML expressions and arguments. 
    1010 
     
    9090 
    9191---+++ Twisty weblist 
    92 needs the TWiki:Plugins/TwistyPlugin 
     92needs the Foswiki:Extensions/TwistyPlugin 
    9393<verbatim> 
    9494%~~ FLEXWEBLIST{ 
     
    113113 
    114114---++ Twisty navigation 
    115 needs the TWiki:Plugins/TwistyPlugin and the TWiki:Plugins/IfDefinedPlugin 
     115needs the Foswiki:Extensions/TwistyPlugin and the Foswiki:Extensions/IfDefinedPlugin 
    116116 
    117117<verbatim> 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListPlugin.txt

    r671 r878  
    157157|  03 Jul 2008: | don't blat if there's a subweb with no parent web, habbens in Trash from time to time | 
    158158|  15 Feb 2008: | explicitly disable unwanted webs | 
    159 |  17 Jan 2008: | added treeview example based on TWiki:Plugins/JQueryPlugin | 
     159|  17 Jan 2008: | added treeview example based on Foswiki:Extensions/JQueryPlugin | 
    160160|  03 Jan 2008: | fixed hiding of subwebs | 
    161161|  13 Sep 2007: | added adminwebs feature | 
     
    178178|  Dependencies: | %$DEPENDENCIES% | 
    179179|  Perl Version: | 5.8 | 
    180 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    181 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    182 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    183 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     180Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     181|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     182|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     183|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    184184 
    185185-- TWiki:Main/MichaelDaum - 15 Feb 2008 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListTree.txt

    r664 r878  
    33 
    44The fragment below can be used in a sidebar navigation to establish a folder-like subweb navigation. 
    5 This uses the jqTreeview widget of the TWiki:Plugins/JQueryPlugin. 
     5This uses the jqTreeview widget of the Foswiki:Extensions/JQueryPlugin. 
    66 
    77Use it by adding =%<nop>INCLUDE{"%WEB%.%TOPIC%"}%= to your WebLeftBar or TWikiWebSideBar. 
  • trunk/FlowchartPlugin/data/TWiki/FlowchartPlugin.txt

    r788 r878  
    33You can create flowcharts from textual content on the topic. 
    44<div align="right"> 
    5   <small>[[TWiki:Plugins.FlowchartPluginPtbr][Este tᅵpico em Portuguᅵs do Brasil]]</small> 
     5  <small>[[Foswiki:Extensions.FlowchartPluginPtbr][Este tᅵpico em Portuguᅵs do Brasil]]</small> 
    66</div> 
    77%TOC% 
     
    7575 
    7676---++ Construction of the Flowchart and Plugin's Working Way 
    77    1 The blocks initialized by a heading level two =---++= are read as definition of item of the Flowchart (as the TWiki:Plugins.SlideShowPlugin). 
     77   1 The blocks initialized by a heading level two =---++= are read as definition of item of the Flowchart (as the Foswiki:Extensions.SlideShowPlugin). 
    7878   1 A SVG is created with this information and is annexed in the topic. This SVG file can be had access by =%<nop>ATTACHURL%/flowchart_%<nop>TOPIC%.svg=. 
    7979   1 A PNG is generated with the [[http://www.imagemagick.org][ImageMagick]] and reduced, so that the image has a good anti-aliasing, that it is not obtained in the direct conversion. The PNG is annexed in the topic and can be had access by =%<nop>ATTACHURL%/flowchart_%<nop>TOPIC%.png= (use this advantage to separate the flowchart's image of the definition topic when it is interesting). 
     
    146146|  Perl Version: | 5.005 | 
    147147|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    148 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     148Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    149149|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    150150|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt

    r788 r878  
    66This plugin offers more options than the predefined variable [[%SYSTEMWEB%.CompleteDocumentation#FORMFIELD][%<nop>FORMFIELD{"fieldname"}%]]. 
    77 
    8 This plugin uses TWiki:Plugins/TopicDataHelperPlugin 
     8This plugin uses Foswiki:Extensions/TopicDataHelperPlugin 
    99 
    1010%TOC% 
     
    194194|  Dependencies: | %$DEPENDENCIES% | 
    195195|  Perl Version: | 5.005 | 
    196 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     196Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    197197|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    198198|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FormPivotPlugin/data/TWiki/FormPivotPlugin.txt

    r604 r878  
    5252|  Other Dependencies: | none | 
    5353|  Perl Version: | 5.0 | 
    54 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    55 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
     54|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     55|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
    5656 
    5757__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
  • trunk/FormPlugin/data/TWiki/FormPlugin.txt

    r788 r878  
    138138| =formcssclass= | The CSS class of the form container. Use TWiki's =twikiFormSteps= class together with =twikiFormStep= for elements to divide the form in steps. |- |- | =formcssclass="twikiFormSteps"= | 
    139139| =elementcssclass= | The CSS class of the element container. Use TWiki's =twikiFormStep= class to divide the form in steps. |- |- | =elementcssclass="twikiFormStep"= | 
    140 | =noformhtml= | When set to =on= no form html will be written to the page. This is useful to set form parameters for form elements that use a different form, for instance with TWiki:Plugins.CommentPlugin. |- |- | =noformhtml="on"= | 
     140| =noformhtml= | When set to =on= no form html will be written to the page. This is useful to set form parameters for form elements that use a different form, for instance with Foswiki:Extensions.CommentPlugin. |- |- | =noformhtml="on"= | 
    141141| =onSubmit=  | Function call that is invoked when the user has pressed the submit button of a form. This event happens just before the form is submitted, and your function can return a value of false in order to abort the submission. Note that the function call should include =(this)=. |- |- | =onSubmit="return notify(this)"= | 
    142142 
     
    477477|  Perl Version: | 5.005 | 
    478478|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    479 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     479|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    480480|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    481481|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/FormQueryPlugin/data/TWiki/FormQueryPlugin.txt

    r788 r878  
    22---+!! FormQueryPlugin 
    33 
    4 The FormQueryPlugin provides a query interface to the [[TWiki:Plugins/DBCacheContrib][TWiki::Contrib::DBCacheContrib]] module, giving a way to present query results as formatted tables. 
    5  
    6 When using the plugin each topic is treated as a container for data fields. These fields can be the fields in the form attached to the topic, or can be parsed out of the topic. The database is managed by the [[TWiki:Plugins/DBCacheContrib][TWiki::Contrib::DBCacheContrib]] module, which must be installed for this plugin to work. 
     4The FormQueryPlugin provides a query interface to the [[Foswiki:Extensions/DBCacheContrib][TWiki::Contrib::DBCacheContrib]] module, giving a way to present query results as formatted tables. 
     5 
     6When using the plugin each topic is treated as a container for data fields. These fields can be the fields in the form attached to the topic, or can be parsed out of the topic. The database is managed by the [[Foswiki:Extensions/DBCacheContrib][TWiki::Contrib::DBCacheContrib]] module, which must be installed for this plugin to work. 
    77 
    88The tutorial section of this topic gives an introduction to formulating and formatting queries using this plugin, and is a good place to start. 
     
    339339   1. Else supress the search hit 
    340340 
    341 This requires the TWiki:Plugins.SpreadSheetPlugin. The following example shows all topics that are up to exactly one week old. 
     341This requires the Foswiki:Extensions.SpreadSheetPlugin. The following example shows all topics that are up to exactly one week old. 
    342342 
    343343*Write this:* 
     
    431431Two special map entries are added to each table row, =topic= and the equivalent of the reverse relation described above, represented by =_up=. So if you load a table type "CookingTimes", each row will have =topic= set to the name of the topic it was loaded from and =_up= set to the map of that topic. This allows you to refer to the fields of the topic that contains a table even after the table has been extracted. 
    432432 
    433 When a table contains calculations using TWiki:Plugins.SpreadSheetPlugin, these are applied before the map entries are created for this table. These calculations must not refer to data outside of the table. 
     433When a table contains calculations using Foswiki:Extensions.SpreadSheetPlugin, these are applied before the map entries are created for this table. These calculations must not refer to data outside of the table. 
    434434 
    435435If there are multiple EDITTABLE calls with the same table type, all the table 
     
    460460</pre> 
    461461   * You can set a global default for the =moan= parameter by setting the =FORMQUERYPLUGIN_MOAN variable in %USERSWEB%.SitePreferences, WebPreferences in individual webs, or in individual topics. 
    462    * FormQueryPlugin must appear in the Plugins evaluation order *before* TWiki:Plugins/SpreadSheetPlugin. You can ensure this by putting !FormQueryPlugin immediately after Default<nop>Plugin in the {PluginsOrder} list in =configure=. 
    463    * Note: If you are using it, TWiki:Plugins/MacrosPlugin must appear in the Plugins evaluation order *before* FormQueryPlugin. 
     462   * FormQueryPlugin must appear in the Plugins evaluation order *before* Foswiki:Extensions/SpreadSheetPlugin. You can ensure this by putting !FormQueryPlugin immediately after Default<nop>Plugin in the {PluginsOrder} list in =configure=. 
     463   * Note: If you are using it, Foswiki:Extensions/MacrosPlugin must appear in the Plugins evaluation order *before* FormQueryPlugin. 
    464464 
    465465--- 
     
    471471|  21 May 2007 | Bugs:Item3969 - 8bit email fix (TWiki:Main.WillNorris) | 
    472472|  24 Apr 2007 (13527) | Merge !YetAnotherFormQueryPlugin back in. Fixed a lot. Prepared for use with TWiki 4.2. | 
    473 |  04 Sep 2006 | Expand calculations using TWiki:Plugins.FormQueryPlugin. | 
     473|  04 Sep 2006 | Expand calculations using Foswiki:Extensions.FormQueryPlugin. | 
    474474|  23 Jun 2006 | Ported to Dakar. | 
    475 |  9 Jul 2005 | Added support for tables defined using TWiki:Plugins/EditTablerowPlugin | 
     475|  9 Jul 2005 | Added support for tables defined using Foswiki:Extensions/EditTablerowPlugin | 
    476476| | Added support for searches over multiple webs | 
    477477| | Support !%MATCHCOUNT%  | 
    478 | | Allow TWiki:Plugins/SpreadSheetPlugin computation to be applied to the result of a query | 
     478| | Allow Foswiki:Extensions/SpreadSheetPlugin computation to be applied to the result of a query | 
    479479| | Made "moan" a preference rather than a per call option | 
    480480| | Removed !%TOPICCREATOR% | 
    481 | | Removed !%ARITHMETIC% (as one can use the TWiki:Plugins/SpreadSheetPlugin) | 
     481| | Removed !%ARITHMETIC% (as one can use the Foswiki:Extensions/SpreadSheetPlugin) | 
    482482| | Removed the color map feature | 
    483483| | Extended !%FQPINFO% to support showing results of queries | 
     
    496496| 05 Feb 2004  | Bugfix version | 
    497497| 11 Jul 2003  | Initial version | 
    498 |  TWiki Dependencies: | TWiki:Plugins.SpreadSheetPlugin | 
    499 |  Dependencies: | <table border=1><tr><th align="left">Name</th><th align="left">Version</th><th align="left">Description</th></tr><tr><td align="left">TWiki::Contrib::DBCacheContrib</td><td align="left">&gt;=1.001</td><td align="left">Required. Download and install from the TWiki:Plugins/DBCacheContrib code library.</td></tr></tr><tr><td align="left">Time::ParseDate</td><td align="left">Required. Available from [[http://cpan.uwinnipeg.ca/dist/Time-modules][CPAN]].</td></tr><tr><td align="left">Storable</td><td align="left">&gt;=2.07</td><td align="left">2.13 recommended; accelerates cache handling. Available from [[http://cpan.uwinnipeg.ca/dist/Storable][CPAN]]</td></tr><tr><td align="left">TWiki::Plugins::MacrosPlugin</td><td align="left">&gt;=1.000</td><td align="left">Recommended; used for parameterised includes. Download from TWiki:Plugins/MacrosPlugin repository.</td></tr></table> | 
     498|  TWiki Dependencies: | Foswiki:Extensions.SpreadSheetPlugin | 
     499|  Dependencies: | <table border=1><tr><th align="left">Name</th><th align="left">Version</th><th align="left">Description</th></tr><tr><td align="left">TWiki::Contrib::DBCacheContrib</td><td align="left">&gt;=1.001</td><td align="left">Required. Download and install from the Foswiki:Extensions/DBCacheContrib code library.</td></tr></tr><tr><td align="left">Time::ParseDate</td><td align="left">Required. Available from [[http://cpan.uwinnipeg.ca/dist/Time-modules][CPAN]].</td></tr><tr><td align="left">Storable</td><td align="left">&gt;=2.07</td><td align="left">2.13 recommended; accelerates cache handling. Available from [[http://cpan.uwinnipeg.ca/dist/Storable][CPAN]]</td></tr><tr><td align="left">TWiki::Plugins::MacrosPlugin</td><td align="left">&gt;=1.000</td><td align="left">Recommended; used for parameterised includes. Download from Foswiki:Extensions/MacrosPlugin repository.</td></tr></table> | 
    500500|  Perl Version: | 5.0 | 
    501501|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
  • trunk/FundraisingPlugin/data/TWiki/FundraisingPlugin.txt

    r788 r878  
    103103|  Perl Version: | 5.0 | 
    104104|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    105 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 96%, %SYSTEMWEB%.FormattedSearch 98%, %TOPIC% 100% | 
     105Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 96%, %SYSTEMWEB%.FormattedSearch 98%, %TOPIC% 100% | 
    106106|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    107107|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/GenPDFAddOn/data/TWiki/GenPDFAddOn.txt

    r788 r878  
    181181|  9716 | TWiki:Main/CrawfordCurrie added content-disposition header to files, so they download using a sensible file name | 
    182182|  9683 | TWiki:Main/CrawfordCurrie updated for TWiki-4 | 
    183 |  Version 0.6 (28 Jun 2005) | <ul><li>Less aggressive regex for removing twikiNewLink spans so it doesn't break when using the TWiki:Plugins.SpacedWikiWordPlugin</li><li>%T% Added 'recursive' preference to include chapters for all descendents of the base topic</li><li>Use File::Spec->tmpdir to specify the default directory for temporary files</li></ul> | 
     183|  Version 0.6 (28 Jun 2005) | <ul><li>Less aggressive regex for removing twikiNewLink spans so it doesn't break when using the Foswiki:Extensions.SpacedWikiWordPlugin</li><li>%T% Added 'recursive' preference to include chapters for all descendents of the base topic</li><li>Use File::Spec->tmpdir to specify the default directory for temporary files</li></ul> | 
    184184|  Version 0.5 (16 Jun 2005) |<ul><li>Redirect to 'oops' URLs if permission denied or topic does not exist.</li><li>Removed twikiNewLink spans from title page so they render as normal text (without the blue ? mark).</li><li>Fully qualify image/href URLs on the title page.</li><li>Changed temp files to use OO style 'new File::Temp;' for better code portability.</li></ul> | 
    185185|  Version 0.4 (13 Jun 2005) |<ul><li>Better security (now calls =system($TWiki::htmldocCmd, @htmldocArgs)= )</li><li>Checks return code of htmldoc and returns an error on failure</li><li>Validation of preferences</li><li>%X% Preferences changed to comply with [[%SYSTEMWEB%.Plugins][Plugins]] standard</li><li>Better HTML3.2 compatibility for htmldoc 1.8.24 (downgrades a few elements)</li><li>Full integration of PDF META tags (optionally using 2 FORMFIELDs):</li><li><ul>      <li>==%<nop>FORMFIELD{"Topic<nop>Headine"}%== for PDF Subject field</li>        <li>==%<nop>FORMFIELD{"Key<nop>Words"}%== for PDF Keywords field</li>   <li>all other PDF fields use topic info</li></ul></li><li>More htmldoc options (margins, permissions, numbered TOC, logoimage, headfootfont) using preferences</li><li>Removed ==%<nop>TOC%== fields so it only uses HTMLDOC's TOC</li><li>Title topic _and_ header/footer topics are now fully rendered</li><li>Fixed the heading shifting function</li><li>Fully qualify links, making the document portable</li><li>HTMLDOC output goes to a temp file instead of stdout</li><li>Temp files now use 'GenPDFAddOn' prefix. (Eg. /tmp/GenPDFAddOn1wr3C48ibd.html)</li></ul>| 
  • trunk/GenPDFLatexAddOn/data/TWiki/GenPDFLatexAddOn.txt

    r788 r878  
    44This add-on generates a latex file for a specified topic, and/or the PDF output of =pdflatex= processing this latex file.  The goal is to provide PDF versions of TWiki topics with nicely rendered mathematics, using a latex document preparation environment installed on the TWiki server. 
    55 
    6 The package is tightly integrated with the TWiki:Plugins.LatexModePlugin, which is a required prerequisite. 
     6The package is tightly integrated with the Foswiki:Extensions.LatexModePlugin, which is a required prerequisite. 
    77 
    88The goal of this package development is to provide a mechanism for groups to edit and produce latex documents suitable for publication submission.  The use of this package on a TWiki installation provides the following advantages: 
     
    8585         * declare which topic to use as the form in a Preferences topic %BR% (e.g.  declare %BR% * Set GENPDFLATEX_OPTIONSPAGE = Main.<nop>GenPDFLatexForm %BR% in the %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences topic) 
    8686      * Test if the installation was successful: 
    87          * point your browser to a TWiki topic that contains TWiki:Plugins.LatexModePlugin markup. 
     87         * point your browser to a TWiki topic that contains Foswiki:Extensions.LatexModePlugin markup. 
    8888         * replace =view= with =genpdflatex= in the url, and reload the page.%BR% _(At this point, you should see the <nop>GenPDFLatex form)_ 
    8989         * select file generation options 
     
    119119This code is still very much under development.  All syntax calls, 
    120120e.g. equations, figures, and tables, in the !LatexModePlugin are supported. 
    121 The TWiki:Plugins.BibtexPlugin can be used for bibliography support.  
     121The Foswiki:Extensions.BibtexPlugin can be used for bibliography support.  
    122122 
    123123 
     
    132132|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    133133|  15 Nov 2007 (v2.1): | improved reporting of errors, now includes bibtex support | 
    134 |  30 Sep 2006 (v2.01): | minor change, for compatibility with TWiki:Plugins.LatexModePlugin v3.0 | 
     134|  30 Sep 2006 (v2.01): | minor change, for compatibility with Foswiki:Extensions.LatexModePlugin v3.0 | 
    135135|  1 Feb 2006 (v1.4): | fixed bug in stripping of &lt;p&gt; tags within latex environments | 
    136136|  6 Dec 2005 (v1.3): | modified for Dakar compatibility | 
    137137|  11 Nov 2005 (v1.2): | Added PDFLATEXLINK tag, tweaked image handling | 
    138138|  15 Oct 2005 (v1.1): | Initial version | 
    139 |  TWiki Dependencies: | TWiki:Plugins.LatexModePlugin v2.0 or greater | 
     139|  TWiki Dependencies: | Foswiki:Extensions.LatexModePlugin v2.0 or greater | 
    140140|  CPAN Dependencies: | File::Basename, File::Temp, HTML::TreeBuilder, XML::Simple | 
    141141|  Other Dependencies: | HTML::LatexLMP v1.4 or greater (included in the html2latexLMP package attached below), a working latex installation | 
     
    146146|  Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 
    147147 
    148 __Related Topic:__ TWiki:Plugins.LatexModePlugin, TWiki:Plugins,GenPDFAddOn 
     148__Related Topic:__ Foswiki:Extensions.LatexModePlugin, Foswiki:Extensions,GenPDFAddOn 
    149149 
    150150%STOPINCLUDE% 
  • trunk/GenerateSearchPlugin/data/TWiki/GenerateSearchPlugin.txt

    r788 r878  
    9797|  Other Dependencies: | none | 
    9898|  Perl Version: | 5.005 | 
    99 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     99Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    100100|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    101101|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/GlobalReplacePlugin/data/TWiki/GlobalReplacePlugin.txt

    r788 r878  
    8484|  07 Feb 2004: | Initial version | 
    8585|  CPAN Dependencies: | none | 
    86 |  Other Dependencies: | TWiki:Plugins/SpreadSheetPlugin | 
     86|  Other Dependencies: | Foswiki:Extensions/SpreadSheetPlugin | 
    8787|  Perl Version: | 5.005 | 
    88 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     88Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    8989|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    9090|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/GluePlugin/data/TWiki/GluePlugin.txt

    r482 r878  
    267267|  Other Dependencies: | none | 
    268268|  Perl Version: | 5.005 | 
    269 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    270 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    271 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    272 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     269Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     270|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     271|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     272|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    273273 
    274274 
  • trunk/GnuPlotPlugin/data/TWiki/GnuPlotPlugin.txt

    r788 r878  
    293293| Perl Version: | 5.005 | 
    294294| License: | GPL ( [[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    295 | [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
     295| [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 100%, %TOPIC% 100% | 
    296296| Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    297297| Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/GoogleAnalyticsPlugin/data/TWiki/GoogleAnalyticsPlugin.txt

    r788 r878  
    5454|  Other Dependencies: | none | 
    5555|  Perl Version: | 5.005 | 
    56 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     56|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    5757|  Home: | http://foswiki.org/Extensions/%TOPIC% | 
    5858|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/GuidPlugin/data/TWiki/GuidPlugin.txt

    r788 r878  
    33---+ GUID Plugin 
    44 
    5 This pluging is a blantant ripoff of TWiki:Plugins.UniqueIdPlugin by [[TWiki:Main.MichaelSparks][MS]] (THANKS!!!). I wanted a <nop>UniqueID generator that would generate standard GUID/UUID type IDs (guaranteed unique across machines, etc...) 
     5This pluging is a blantant ripoff of Foswiki:Extensions.UniqueIdPlugin by [[TWiki:Main.MichaelSparks][MS]] (THANKS!!!). I wanted a <nop>UniqueID generator that would generate standard GUID/UUID type IDs (guaranteed unique across machines, etc...) 
    66 
    77I found the nice CPAN module of CPAN:Data::UUID that takes care of all of this. This plugin is just a "wrapper" so that TWiki can call the perl module. You MUST have the perl module loaded first. 
  • trunk/HTTPDUserAdminContrib/data/TWiki/HTTPDUserAdminContrib.txt

    r666 r878  
    5252|  July 2007 | version 1 - initial release | 
    5353|  Dependencies: | %$DEPENDENCIES% | 
    54 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, HTTPDUserAdminContrib nn% | 
     54|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, HTTPDUserAdminContrib nn% | 
    5555|  Contrib Home: | http://twiki.org/cgi-bin/view/Plugins/HTTPDUserAdminContrib | 
    5656|  Feedback: | http://twiki.org/cgi-bin/view/Plugins/HTTPDUserAdminContribDev | 
  • trunk/HeadlinesPlugin/data/TWiki/HeadlinesPlugin.txt

    r482 r878  
    181181|  23 Jul 2006: | improved atom parser; if a posting has no title default to 'Untitled' | 
    182182|  26 Apr 2006: | added lazy compilation | 
    183 |  10 Feb 2006: | packaged using the TWiki:Plugins/BuildContrib; \ 
     183|  10 Feb 2006: | packaged using the Foswiki:Extensions/BuildContrib; \ 
    184184                  minor fixes | 
    185185|  03 Feb 2006: | off-by-one: limit="n" returned n+1 articles; \ 
     
    205205|  11 Jun 2002: | Initial version (V1.000) | 
    206206|  Perl Version: | 5.8 | 
    207 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 99.5%, %TOPIC% 94% | 
    208 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    209 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    210 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     207Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 99.5%, %TOPIC% 94% | 
     208|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     209|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     210|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    211211 
    212212-- TWiki:Main.PeterThoeny - 11 May 2005 %BR% 
  • trunk/HistoryPlugin/data/TWiki/HistoryPlugin.txt

    r788 r878  
    88With older versions of TWiki you will need to tweak the templates. 
    99 
    10 If [[TWiki:Plugins.CompareRevisionsAddOn][CompareRevisionsAddOn]] is installed and activated the "History" user interface will allow you to choose how the changes are rendered (interweaved vs side-by-side, and context). 
     10If [[Foswiki:Extensions.CompareRevisionsAddOn][CompareRevisionsAddOn]] is installed and activated the "History" user interface will allow you to choose how the changes are rendered (interweaved vs side-by-side, and context). 
    1111 
    12 If [[TWiki:Plugins.RevCommentPlugin][RevCommentPlugin]] is installed and activated the "History" page will show the comments entered for each revision. 
     12If [[Foswiki:Extensions.RevCommentPlugin][RevCommentPlugin]] is installed and activated the "History" page will show the comments entered for each revision. 
    1313 
    1414This plugins is designed to work together with !CompareRevisionsAddOn and !RevCommentPlugin but works well on its own or with just one of the two other plugins. 
     
    8989|  Other Dependencies: | none | 
    9090|  Perl Version: | 5.005 | 
    91 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
     91Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 100%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 97% | 
    9292|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    9393|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/HolidaylistPlugin/data/TWiki/HolidaylistPlugin.txt

    r788 r878  
    6363#SyntaX 
    6464---++ Syntax 
    65 The syntax follows that of the !CalendarPlugin. See TWiki:Plugins.CalendarPlugin for more details. 
     65The syntax follows that of the !CalendarPlugin. See Foswiki:Extensions.CalendarPlugin for more details. 
    6666 
    6767 
     
    8787*Notes and hints:* 
    8888        * At least one space character have to stay before and after a seperator ('-'). This allows you to use a '-' in names, locations or icons, e.g. if you have a composite name like Eva-Maria. 
    89         * If you enable the compatmode (see [[#AttriButes][Attributes]]) you can use all event types of the TWiki:Plugins.CalendarPlugin 
    90         * If you change the default language ('lang' attribute; see [[#AttriButes][Attributes]]) you can use your language specific month and day names or the abbreviations for any entry type (including TWiki:Plugins.CalendarPlugin event types). 
    91         * If you change the month names or day names ('monthnames' and 'daynames' attributes; see [[#AttriButes][Attributes]]) you can use it for your entries (including TWiki:Plugins.CalendarPlugin event types). 
     89        * If you enable the compatmode (see [[#AttriButes][Attributes]]) you can use all event types of the Foswiki:Extensions.CalendarPlugin 
     90        * If you change the default language ('lang' attribute; see [[#AttriButes][Attributes]]) you can use your language specific month and day names or the abbreviations for any entry type (including Foswiki:Extensions.CalendarPlugin event types). 
     91        * If you change the month names or day names ('monthnames' and 'daynames' attributes; see [[#AttriButes][Attributes]]) you can use it for your entries (including Foswiki:Extensions.CalendarPlugin event types). 
    9292        * You can hide all calendar entries if you put them into HTML comments, e.g: 
    9393<verbatim> 
     
    111111| *Attribute* | *Comment* | *Default / Example* | 
    112112|  *Behavior*  ||| 
    113 | compatmode  | if set to "1" all TWiki:Plugins.CalendarPlugin event types are supported (related: compatmodeicon) | =compatmode="0"= | 
     113| compatmode  | if set to "1" all Foswiki:Extensions.CalendarPlugin event types are supported (related: compatmodeicon) | =compatmode="0"= | 
    114114| daynames | custom daynames (a list separated by a '&brvbar;' and starting on Monday; overwrites lang attribute) | =daynames="M&brvbar;T&brvbar;W&brvbar;T&brvbar;F&brvbar;S&brvbar;S"= | 
    115115| days | number of days to show |=days="30"= | 
     
    135135|  *Icons*  ||| 
    136136| adayofficon |a day off icon | =adayofficon=":ok:"= | 
    137 | compatmodeicon | icon used for TWiki:Plugins.CalendarPlugin event types (only used if compatmode is enabled) | =compatmodeicon="8-)"= | 
     137| compatmodeicon | icon used for Foswiki:Extensions.CalendarPlugin event types (only used if compatmode is enabled) | =compatmodeicon="8-)"= | 
    138138| holidayicon | holiday icon | =holidayicon="8-)"= | 
    139139| notatworkicon | not at work icon (only used if you type a location) | =notatworkicon=":-I"= | 
     
    288288                * # Set WORKICON = :mad: 
    289289 
    290         * Set compatibility mode (default: 0; disables all TWiki:Plugins.CalendarPlugin event types) and icon (default: =8<nop>-)=) 
     290        * Set compatibility mode (default: 0; disables all Foswiki:Extensions.CalendarPlugin event types) and icon (default: =8<nop>-)=) 
    291291                * # Set COMPATMODE = 1 
    292292                * # Set COMPATMODEICON = 8-) 
     
    351351|  Other Dependencies: | %SYSTEMWEB%.SmiliesPlugin | 
    352352|  Perl Version: | 5.0 and up| 
    353 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 94%, %SYSTEMWEB%.FormattedSearch 98%, %TOPIC% 86% | 
     353Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 94%, %SYSTEMWEB%.FormattedSearch 98%, %TOPIC% 86% | 
    354354|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    355355|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
    356356|  Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | 
    357357 
    358 __Related Topics:__ %SYSTEMWEB%.SmiliesPlugin, [[%SYSTEMWEB%.Plugins][Plugins]], TWiki:Plugins.CalendarPlugin 
     358__Related Topics:__ %SYSTEMWEB%.SmiliesPlugin, [[%SYSTEMWEB%.Plugins][Plugins]], Foswiki:Extensions.CalendarPlugin 
    359359  
    360360-- TWiki:Main.PeterJones - 01 Jun 2005 
  • trunk/HtmlFormsPlugin/data/TWiki/HtmlFormsPlugin.txt

    r788 r878  
    44This plugin can be used to make html forms that set [[%SYSTEMWEB%.Macros][Macros]]. SELECT, CHECKBOX and RADIO can be used to select from a comma separated list of options (that could be defined using a SEARCH), while BUTTON, TEXTVALUE and TEXTAREA will set the %SYSTEMWEB%.TWikiVariable based on the value. 
    55 
    6 I will be using SELECT to allow the user to set a variable to a set of topics, which they will later publish to a web site using TWiki:Plugins/PublishContrib. 
     6I will be using SELECT to allow the user to set a variable to a set of topics, which they will later publish to a web site using Foswiki:Extensions/PublishContrib. 
    77 
    88---++ Syntax Rules 
     
    106106|  Other Dependencies: | none | 
    107107|  Perl Version: | 5.005 | 
    108 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     108Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    109109|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    110110|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/IfDefinedPlugin/data/TWiki/IfDefinedPlugin.txt

    r664 r878  
    4747---++ Related work 
    4848Similar extensions have been done before but are either only available as an integral part of TWiki-4.0  
    49 (see TWiki:TWiki04/IfStatements) or unmaintained (see TWiki:Plugins/ConditionalPlugin). 
     49(see TWiki:TWiki04/IfStatements) or unmaintained (see Foswiki:Extensions/ConditionalPlugin). 
    5050Especially these two alternatives are rather similar as they defined the same tag (%IF). 
    5151The main differences between those and this plugin here is that they have a more elaborated 
     
    6060on a TWiki/Beijing, TWiki/Cairo and TWiki/Dakar engine. 
    6161 
    62 This plugin has been externalized from the TWiki:Plugins/NatSkinPlugin. 
     62This plugin has been externalized from the Foswiki:Extensions/NatSkinPlugin. 
    6363 
    6464 
     
    194194|  Other Dependencies: | none | 
    195195|  Perl Version: | 5.8 | 
    196 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    197 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    198 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
     196Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     197|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     198|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
    199199 
    200200 
  • trunk/ImagePlugin/data/TWiki/ImagePlugin.txt

    r775 r878  
    189189|  Other Dependencies: |  | 
    190190|  Perl Version: | 5.8 | 
    191 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    192 |  Plugin Home: | TWiki:Plugins/%TOPIC% | 
    193 |  Feedback: | TWiki:Plugins/%TOPIC%Dev | 
    194 |  Appraisal: | TWiki:Plugins/%TOPIC%Appraisal | 
     191|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     192|  Plugin Home: | Foswiki:Extensions/%TOPIC% | 
     193|  Feedback: | Foswiki:Extensions/%TOPIC%Dev | 
     194|  Appraisal: | Foswiki:Extensions/%TOPIC%Appraisal | 
    195195 
    196196 
  • trunk/ImgPlugin/data/TWiki/ImgPlugin.txt

    r788 r878  
    7272|  Other Dependencies: | none | 
    7373|  Perl Version: | 5.005 | 
    74 |  [[TWiki:Plugins/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     74|  [[Foswiki:Extensions/Benchmark][Benchmarks]]: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7575|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    7676|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/ImmediateNotifyPlugin/data/TWiki/ImmediateNotifyPlugin.txt

    r788 r878  
    22---+ Immediate Notify Plugin 
    33 
    4 %RED%Please read TWiki:Codev.ConsolidateNotification and TWiki:Plugins.MailerContrib%ENDCOLOR%. 
     4%RED%Please read TWiki:Codev.ConsolidateNotification and Foswiki:Extensions.MailerContrib%ENDCOLOR%. 
    55 
    66This is a plugin that allows users to be immediately notified when topics or webs are modified. 
  • trunk/InclTag/data/TWiki/InclTag.txt

    r788 r878  
    3636|  Other Dependencies: | none | 
    3737|  Perl Version: | 5.005 | 
    38 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
     38Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% | 
    3939|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    4040|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
  • trunk/InlineEditPlugin/data/TWiki/InlineEditPlugin.txt

    r788 r878  
    7272|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 | 
    7373|  CPAN Dependencies: | CPAN:JSON | 
    74 |  Other Dependencies: | TWiki:Plugins.WysiwygPlugin | 
     74|  Other Dependencies: | Foswiki:Extensions.WysiwygPlugin | 
    7575|  Perl Version: | 5.005 | 
    7676|  License: | GPL ( [[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    77 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     77Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    7878|  Plugin Home: | [[http://foswiki.org/Extensions/%3Cspan%20id=%27TMLvariable10%27%20class=%27TMLvariable%27%20%3ETOPIC%3C/span%3E][http://foswiki.org/Extensions/%TOPIC%]] | 
    7979|  Feedback: | [[http://foswiki.org/Extensions/%3Cspan%20id=%27TMLvariable12%27%20class=%27TMLvariable%27%20%3ETOPIC%3C/span%3EDev][http://foswiki.org/Extensions/%TOPIC%Dev]] | 
  • trunk/InterwikiPlugin/data/System/InterwikiPlugin.txt

    r788 r878  
    1616   * The URL and Tooltip Text may contain optional ==$page== fromatting tokens; the token gets expanded to the page name. 
    1717   * %H% For TWiki sites, both the *web* and the *topic* have to be specified: ==<nop>TWikisite:Webname/<nop>SomePage== 
    18       * TWiki:Plugins/InterwikiPlugin or TWiki:Plugins.InterwikiPlugin 
     18      * Foswiki:Extensions/InterwikiPlugin or Foswiki:Extensions.InterwikiPlugin 
    1919 
    2020---++ <nop>%TOPIC% Settings 
     
    4242%X% *NOTE:* This Plugin is included in the TWiki distribution package. You do not need to install it unless you want to upgrade to a newer version. 
    4343 
    44    * *Download* the ZIP file from the TWiki:Plugins web (see below) 
     44   * *Download* the ZIP file from the Foswiki:Extensions web (see below) 
    4545   * *Unzip* ==%TOPIC%.zip== in your TWiki installation directory. Content: 
    4646     | *File:* | *Description:* | 
     
    8080|  Other Dependencies: | none | 
    8181|  Perl Version: | 5.0 |<