From 0c94360bc705ee0daa7780a9383ac20d31409ea8 Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Tue, 18 Sep 2001 04:24:49 +0000 Subject: none --- TWiki/DefaultPlugin.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TWiki/DefaultPlugin.mdwn b/TWiki/DefaultPlugin.mdwn index d84ddd12..aae0be36 100644 --- a/TWiki/DefaultPlugin.mdwn +++ b/TWiki/DefaultPlugin.mdwn @@ -1,13 +1,13 @@ ## Default TWiki Plugin -The default plugin is used for some depreciated rendering of older TWiki versions and of JosWiki. This plugin can also be used to specify some simple custom rendering rules. **_Note:_** Create a new [[TWIKIWEBTWikiPlugins]] based on [[EmptyPlugin]] if you plan to offer some complex rendering or other functionality. +The default plugin is used for some deprecated rendering of older TWiki versions and of JosWiki. This plugin can also be used to specify some simple custom rendering rules. **_Note:_** Create a new [[TWIKIWEBTWikiPlugins]] based on [[EmptyPlugin]] if you plan to offer some complex rendering or other functionality. ### Syntax Rules Custom rendering rules of the default plugin: * Allow old include syntax ( **%INCLUDE:"TopicName"%** ) if Plugin Preferences variable **OLDINCLUDE** is set to **1** -* Render depreciated **\*\_text\_\*** as **_bold italic_** text. Test if installed: **\_This is bold italic\_** +* Render deprecated **\*\_text\_\*** as **_bold italic_** text. Test if installed: **\_This is bold italic\_** * Enable JosWiki rules if JosWiki specific code is uncommented Modify file **TWiki/Plugins/DefaultPlugin.pm** to add your own rules or to enable JosWiki rules. @@ -17,9 +17,9 @@ Modify file **TWiki/Plugins/DefaultPlugin.pm** to add your own rule Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, i.e. **%DEFAULTPLUGIN\_SHORTDESCRIPTION%** * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: - * Set SHORTDESCRIPTION = This plugin can be used to specify some simple custom rendering rules. It also renders depreciated **\*\_text\_\*** as **_bold italic_** text. + * Set SHORTDESCRIPTION = This plugin can be used to specify some simple custom rendering rules. It also renders deprecated **\*\_text\_\*** as **_bold italic_** text. -* Allow depreciated **%INCLUDE:"TopicName"%** syntax: +* Allow deprecated **%INCLUDE:"TopicName"%** syntax: * Set OLDINCLUDE = 1 * Debug plugin: (See output in `data/debug.txt`) -- cgit v1.2.3