none
authorPeterThoeny <PeterThoeny>
Sat, 5 Jan 2002 08:33:00 +0000 (08:33 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 5 Jan 2002 08:33:00 +0000 (08:33 +0000)
TWiki/EmptyPlugin.mdwn
TWiki/InterwikiPlugin.mdwn
TWiki/TablePlugin.mdwn

index 156762c..f65e243 100644 (file)
@@ -14,9 +14,9 @@ To create your own plugin:
 
 ### <a name="%TOPIC% Settings"></a> %TOPIC% Settings
 
-Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, i.e. <code>**%EMPTYPLUGIN\_SHORTDESCRIPTION%**</code>
+Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, for example, <code>**%EMPTYPLUGIN\_SHORTDESCRIPTION%**</code>
 
-- One line description, is shown in the [[TextFormattingRules]] topic:
+- One line description, shown in the [[TextFormattingRules]] topic:
   - Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
 
 - Your own setting, i.e.:
index 50ad6a8..c18caf2 100644 (file)
@@ -24,9 +24,9 @@ The %TOPIC% links <code>**ExternalSite:Page**</code> text to external sites base
 
 ## <a name="%TOPIC% Settings"></a> %TOPIC% Settings
 
-Plugin settings are stored as Preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, i.e. <code>**%INTERWIKIPLUGIN\_SHORTDESCRIPTION%**</code>
+Plugin settings are stored as Preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, for example, <code>**%INTERWIKIPLUGIN\_SHORTDESCRIPTION%**</code>
 
-- One-line description is shown in the [[TextFormattingRules]] topic:
+- One-line description, shown in the [[TextFormattingRules]] topic:
   - Set SHORTDESCRIPTION = Link <code>**ExternalSite:Page**</code> text to external sites based on aliases defined in the [[InterWikis]] topic.
 
 - Link rules topic name: (default is [[InterWikis]])
index 5e0a1a4..0b23689 100644 (file)
@@ -10,9 +10,9 @@ Gives extra control of table display:
 
 ## <a name="%TOPIC% Global Settings"></a> %TOPIC% Global Settings
 
-Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, i.e. <code>**%INTERWIKIPLUGIN\_SHORTDESCRIPTION%**</code>
+Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, for example, <code>**%INTERWIKIPLUGIN\_SHORTDESCRIPTION%**</code>
 
-- One line description, is shown in the [[TextFormattingRules]] topic:
+- One line description, shown in the [[TextFormattingRules]] topic:
   - Set SHORTDESCRIPTION = Control attributes of tables and sorting of table columns
 
 - Set DEBUG to 1 to get debug messages in `data/debug.txt`. Default: `0`
@@ -194,11 +194,11 @@ Line before table: `%TABLE{sort="on" tableborder="0" cellpadding="3" cellspacing
   </tr>
   <tr>
     <td align="right" bgcolor="#ffffff" style=""> Plugin Version: </td>
-    <td bgcolor="#ffffff" style=""> 06 Dec 2001 </td>
+    <td bgcolor="#ffffff" style=""> 05 Jan 2002 </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ecf2f8" style=""> Change History: </td>
-    <td bgcolor="#ecf2f8" style=""> 06 Dec 2001 PTh: Fixed date sorting bug <br /> 03 Dec 2001 PTh: Fixed sort="off" bug and more <br /> 29 Nov 2001: PTh fixed Perl warnings <br /> 16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files <br /> 07 Oct 2001: Initial version </td>
+    <td bgcolor="#ecf2f8" style=""> 05 Jan 2002 PTh: Fixed sorting bug of cells with leading white space <br /> 06 Dec 2001 PTh: Fixed date sorting bug <br /> 03 Dec 2001 PTh: Fixed sort="off" bug and more <br /> 29 Nov 2001: PTh fixed Perl warnings <br /> 16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files <br /> 07 Oct 2001: Initial version </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#ffffff" style=""> CPAN Dependencies: </td>
@@ -224,4 +224,4 @@ Line before table: `%TABLE{sort="on" tableborder="0" cellpadding="3" cellspacing
 
 **_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]]
 
--- [[JohnTalintyre]] - 07 Oct 2001 <br /> -- [[PeterThoeny]] - 06 Dec 2001 <br />
+-- [[JohnTalintyre]] - 07 Oct 2001 <br /> -- [[PeterThoeny]] - 05 Jan 2002 <br />