Ignore:
Timestamp:
11/25/08 00:57:30 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Finish the TWiki:Codev to Foswiki:xxx conv
Had to leave a few behind in docs that were to hard to convert
old extensions that probably are out of date

File:
1 edited

Legend:

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

    r788 r929  
    22---+ <nop>%TOPIC% 
    33 
    4 This plugin will provide a TWiki Topic interface to SOAP::Lite calls (a la TWiki:Codev/TWikiAsWebServicesClient). 
     4This plugin will provide a Foswiki Topic interface to SOAP::Lite calls. 
    55 
    66It will cause the rendering of the topic to be as slow as the internet request - so its probably best to do on a local machine only. 
     
    1717---++ Examples 
    1818 
    19 Examples using the TWiki:Codev/GForgeSoapInterface - http://gforge.org/soap/index.php 
     19Examples using the G-Forge Soap Interface - http://gforge.org/soap/index.php 
    2020   * %<nop>SOAP{service="http://gforge.org/soap/index.php" call="getPublicProjectNames()" format="   * Group: $list_element $n"}% 
    2121%SOAP{service="http://gforge.org/soap/index.php" call="getPublicProjectNames()" format="   * Group: $list_element $n"}% 
     
    2626 
    2727   * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    28       * Set SHORTDESCRIPTION = Provides a TWiki Topic interface to SOAP::Lite calls 
     28      * Set SHORTDESCRIPTION = Provides a Foswiki Topic interface to SOAP::Lite calls 
    2929 
    3030   * Debug plugin: (See output in =data/debug.txt=) 
     
    3333---++ Plugin Installation Instructions 
    3434 
    35 __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.  
     35__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 Foswiki is running.  
    3636 
    3737   * Download the ZIP file from the Plugin web (see below) 
    3838   * install SOAP::Lite from CPAN 
    39    * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: <table cellspacing="1" cellpadding="0" border="1">       *File:*  *Description:*        ==data/TWiki/%TOPIC%.txt==  Plugin topic        ==data/TWiki/%TOPIC%.txt,v==  Plugin topic repository        ==lib/TWiki/Plugins/%TOPIC%.pm==  Plugin Perl module  </table> 
     39   * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: <table cellspacing="1" cellpadding="0" border="1">       *File:*  *Description:*        ==data/System/%TOPIC%.txt==  Plugin topic        ==data/System/%TOPIC%.txt,v==  Plugin topic repository        ==lib/Foswiki/Plugins/%TOPIC%.pm==  Plugin Perl module  </table> 
    4040   * use the configure script to enable 
    4141 
    4242---++ Plugin Info 
    4343 
    44 |  Plugin Author: | TWiki:Main/SvenDowideit - <img src="%ATTACHURLPATH%/wikiringlogo20x20.png" /> http://www.wikiring.com | 
     44|  Plugin Author: | Foswiki:Main/SvenDowideit - <img src="%ATTACHURLPATH%/wikiringlogo20x20.png" /> http://www.wikiring.com | 
    4545|  Plugin Version: | 24 July 2006 (V1.100) | 
    4646|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     
    5555__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] 
    5656 
    57 -- TWiki:Main/SvenDowideit 
     57-- Foswiki:Main/SvenDowideit 
    5858 
    5959%META:FORM{name="PackageForm"}% 
Note: See TracChangeset for help on using the changeset viewer.