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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.