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/FormsAddOn/data/TWiki/FormsAddOn.txt

    r788 r929  
    22---+ Forms AddOn 
    33 
    4 This AddOnPackage provides enhancements to TWiki forms: 
     4This AddOnPackage provides enhancements to Foswiki forms: 
    55        * Provide manual control over the appearance (layout and content)of the form. 
    66        * Allow field values to be supplied for select, radio, and checkbox fields through both a referenced topic or an embedded search. 
     
    8383The initial values in the form for text and text area fields may contain commas; for other fields the individual values are separated by commas. Checkbox fields cannot be initialized.  
    8484 
    85 Fields are initialized in the following order (note that the form definition is not used if the body text is passed as a query parameter (per TWiki spec): 
     85Fields are initialized in the following order (note that the form definition is not used if the body text is passed as a query parameter (per Foswiki spec): 
    8686                * Field values passed as query parameters 
    8787                * Field values in a template topic 
     
    106106---++ Acknowledgement 
    107107 
    108 This AddOn leverages code contributions and ideas by TWiki:Main/PeterKlausner and TWiki:Main/SvenDowedit (see also TWiki:Codev/DynamicFormOptionDefinitions). 
     108This AddOn leverages code contributions and ideas by TWiki:Main/PeterKlausner and Foswiki:Main/SvenDowedit. 
    109109 
    110110 
    111111---++ Add-On Installation Instructions 
    112112 
    113 __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.  
     113__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 Foswiki is running.  
    114114 
    115115        * Download the ZIP file from the Add-on Home (see below) 
    116116        * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
    117117          | *File:* | *Description:* | 
    118           | ==data/TWiki/%TOPIC%.txt== | Add-on topic | 
    119           | ==data/TWiki/%TOPIC%.txt,v== | Add-on topic repository | 
     118          | ==data/System/%TOPIC%.txt== | Add-on topic | 
     119          | ==data/System/%TOPIC%.txt,v== | Add-on topic repository | 
    120120          | ==templates/oopsfielderror.tmpl== | Error template | 
    121121          | ==bin/%TOPIC%.patch== | Patch | 
     
    124124          | ==data/Sandbox/OfficeSearch.txt== | Topic defining field values      | 
    125125          | ==data/Sandbox/SearchFormTest.txt== | Example topic  | 
    126         * Patch the following files with =bin/%TOPIC%.patch=: =lib/TWiki/Form.pm=, =lib/TWiki/UI/Preview.pm=, =lib/TWiki/UI/Save.pm=, =lib/TWiki/Render.pm= 
     126        * Patch the following files with =bin/%TOPIC%.patch=: =lib/Foswiki/Form.pm=, =lib/Foswiki/UI/Preview.pm=, =lib/Foswiki/UI/Save.pm=, =lib/Foswiki/Render.pm= 
    127127        * Test if the installation was successful: 
    128128                * View Sandbox.FormSearchTest. 
Note: See TracChangeset for help on using the changeset viewer.