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

    r899 r929  
    66This plugin leverages from Foswiki:Extensions/SectionalEditPlugin and Foswiki:Extensions/RecursiveRenderPlugin. From the former, it inherits the ability to edit sections of a topic individually; from the latter the ability to place these sections into arbitrary contexts, even if the inserted text could not ordinarily be placed in that context per TWiki ML. 
    77 
    8 The motivation behind this plugin was to allow the separation of a topic into several [[TWiki:Codev/TWikiApplications][TWikiApplications]], or, at least, into several independently editable sections. The creator of a topic might define the overall layout of a topic, and identify the sections that should be editable individually. (One might even disable the topic actions for other users, such these users would interact with the topic via the editable sections only. 
     8The motivation behind this plugin was to allow the separation of a topic into several Foswiki Applications, or, at least, into several independently editable sections. The creator of a topic might define the overall layout of a topic, and identify the sections that should be editable individually. (One might even disable the topic actions for other users, such these users would interact with the topic via the editable sections only. 
    99 
    1010---++ Syntax Rules 
     
    2020<verbatim> 
    2121<table borderwidth="0"><tr valign="top"><td rowspan="2"> 
    22 <section>*Welcome to TWiki:* a flexible, powerful, secure, yet simple web-based collaboration platform. Use TWiki to run a project development space, a document management system, a knowledge base or any other groupware tool on either an intranet or on the Internet.</section> 
     22<section>*Welcome to Foswiki:* a flexible, powerful, secure, yet simple web-based collaboration platform. Use Foswiki to run a project development space, a document management system, a knowledge base or any other groupware tool on either an intranet or on the Internet.</section> 
    2323</td><td align="center" bgcolor="#8490A1"><b>Available webs</b></td></tr><tr> 
    2424<td bgcolor="#b4d5ff"> 
     
    6060---++ Bug Warning 
    6161 
    62 It is not possible based on the current TWiki rendering model to make this feature work when only part of a topic is included. If there are sections identified in an included topic which are before the %<nop>STARTINCLUDE% marker, then the sections in the included topic cannot be properly edited. 
     62It is not possible based on the current Foswiki rendering model to make this feature work when only part of a topic is included. If there are sections identified in an included topic which are before the %<nop>STARTINCLUDE% marker, then the sections in the included topic cannot be properly edited. 
    6363 
    6464A patch is included below to support sectional editing of included topics. 
     
    6666---++ Plugin Installation Instructions 
    6767 
    68 __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.  
     68__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.  
    6969 
    7070   * Download the ZIP file from the Plugin web (see below) 
     
    7373     | ==data/System/%TOPIC%.txt== | Plugin topic | 
    7474     | ==data/System/%TOPIC%.txt,v== | Plugin topic repository | 
    75      | ==pub/TWiki/%TOPIC%/multieditplugin_example.jgp== |  | 
     75     | ==pub/System/%TOPIC%/multieditplugin_example.jgp== |  | 
    7676     | ==lib/Foswiki/Plugins/%TOPIC%.pm== | Plugin Perl module | 
    7777     | ==bin/editonesection== |  | 
    7878   * Verify access and ownership settings for the new scripts. 
    79    * If you want the editing of included sections to fully work, you need to apply the following patch to =lib/TWiki.pm=. Otherwise the plugin will fail to edit a section included from another topic unless all sections are included from that topic. 
     79   * If you want the editing of included sections to fully work, you need to apply the following patch to =lib/Foswiki.pm=. Otherwise the plugin will fail to edit a section included from another topic unless all sections are included from that topic. 
    8080   <verbatim> 
    81 Index: lib/TWiki.pm 
     81Index: lib/Foswiki.pm 
    8282=================================================================== 
    83 --- lib/TWiki.pm        (revision 12006) 
    84 +++ lib/TWiki.pm        (working copy) 
     83--- lib/Foswiki.pm      (revision 12006) 
     84+++ lib/Foswiki.pm      (working copy) 
    8585@@ -2824,6 +2824,9 @@ 
    8686         return ''; 
     
    105105|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    106106|  10 Apr 2007: | Support pre in sections.  | 
    107 |  08 Apr 2007: | Update by TWiki:Main.MichaelDaum. Fix for Bugs:Item3847. Handle verbatim in sections. | 
     107|  08 Apr 2007: | Update by Foswiki:Main.MichaelDaum. Fix for Bugs:Item3847. Handle verbatim in sections. | 
    108108|  10 Dec 2006: | Fix for unnamed sections. | 
    109109|  19 Nov 2006: | Support editing of sections from included topics. Use =strict=. | 
     
    111111|  08 Sep 2006: | Allow embedded complex constructs without editing. | 
    112112|  18 Aug 2006: | Fix handling of image tags in labels. Allow skipping of the new =viewprint= (or other) template in addition to skins. | 
    113 |  18 Jun 2006: | Fix for verbatim being taken out due to bug in =TWiki::Func::renderText= | 
     113|  18 Jun 2006: | Fix for verbatim being taken out due to bug in =Foswiki::Func::renderText= | 
    114114|  10 Jun 2006: | Migrated to Dakar release | 
    115115|   4 Aug 2005: | Cleaned up error log messages  | 
Note: See TracChangeset for help on using the changeset viewer.