From bfcf3d5f2f2f75f4914c474c0aaebc065c56ea38 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 5 Jan 2002 08:33:00 +0000 Subject: [PATCH] none --- TWiki/EmptyPlugin.mdwn | 4 ++-- TWiki/InterwikiPlugin.mdwn | 4 ++-- TWiki/TablePlugin.mdwn | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/TWiki/EmptyPlugin.mdwn b/TWiki/EmptyPlugin.mdwn index 156762c..f65e243 100644 --- a/TWiki/EmptyPlugin.mdwn +++ b/TWiki/EmptyPlugin.mdwn @@ -14,9 +14,9 @@ To create your own plugin: ### %TOPIC% Settings -Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, i.e. **%EMPTYPLUGIN\_SHORTDESCRIPTION%** +Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, for example, **%EMPTYPLUGIN\_SHORTDESCRIPTION%** -- 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.: diff --git a/TWiki/InterwikiPlugin.mdwn b/TWiki/InterwikiPlugin.mdwn index 50ad6a8..c18caf2 100644 --- a/TWiki/InterwikiPlugin.mdwn +++ b/TWiki/InterwikiPlugin.mdwn @@ -24,9 +24,9 @@ The %TOPIC% links **ExternalSite:Page** text to external sites base ## %TOPIC% Settings -Plugin settings are stored as Preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, i.e. **%INTERWIKIPLUGIN\_SHORTDESCRIPTION%** +Plugin settings are stored as Preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, for example, **%INTERWIKIPLUGIN\_SHORTDESCRIPTION%** -- One-line description is shown in the [[TextFormattingRules]] topic: +- One-line description, shown in the [[TextFormattingRules]] topic: - Set SHORTDESCRIPTION = Link **ExternalSite:Page** text to external sites based on aliases defined in the [[InterWikis]] topic. - Link rules topic name: (default is [[InterWikis]]) diff --git a/TWiki/TablePlugin.mdwn b/TWiki/TablePlugin.mdwn index 5e0a1a4..0b23689 100644 --- a/TWiki/TablePlugin.mdwn +++ b/TWiki/TablePlugin.mdwn @@ -10,9 +10,9 @@ Gives extra control of table display: ## %TOPIC% Global Settings -Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, i.e. **%INTERWIKIPLUGIN\_SHORTDESCRIPTION%** +Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, for example, **%INTERWIKIPLUGIN\_SHORTDESCRIPTION%** -- 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 Plugin Version: - 06 Dec 2001 + 05 Jan 2002 Change History: - 06 Dec 2001 PTh: Fixed date sorting bug
03 Dec 2001 PTh: Fixed sort="off" bug and more
29 Nov 2001: PTh fixed Perl warnings
16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files
07 Oct 2001: Initial version + 05 Jan 2002 PTh: Fixed sorting bug of cells with leading white space
06 Dec 2001 PTh: Fixed date sorting bug
03 Dec 2001 PTh: Fixed sort="off" bug and more
29 Nov 2001: PTh fixed Perl warnings
16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files
07 Oct 2001: Initial version CPAN Dependencies: @@ -224,4 +224,4 @@ Line before table: `%TABLE{sort="on" tableborder="0" cellpadding="3" cellspacing **_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]] --- [[JohnTalintyre]] - 07 Oct 2001
-- [[PeterThoeny]] - 06 Dec 2001
+-- [[JohnTalintyre]] - 07 Oct 2001
-- [[PeterThoeny]] - 05 Jan 2002
-- 1.9.4