diff options
author | MikeMannix <MikeMannix> | 2001-09-18 04:24:49 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-09-18 04:24:49 +0000 |
commit | 0c94360bc705ee0daa7780a9383ac20d31409ea8 (patch) | |
tree | ad270f5070664522b8be6911031187714d1a34e7 /TWiki | |
parent | b689edc80e045be193698c578d1e71a1845093d0 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/DefaultPlugin.mdwn | 8 |
1 files 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 @@ ## <a name="Default_TWiki_Plugin"> Default TWiki Plugin </a> -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. ### <a name="Syntax_Rules"> Syntax Rules </a> Custom rendering rules of the default plugin: * Allow old include syntax ( <code>**%INCLUDE:"TopicName"%**</code> ) if Plugin Preferences variable <code>**OLDINCLUDE**</code> is set to <code>**1**</code> -* Render depreciated <code>**\*\_text\_\***</code> as **_bold italic_** text. Test if installed: **\_This is bold italic\_** +* Render deprecated <code>**\*\_text\_\***</code> as **_bold italic_** text. Test if installed: **\_This is bold italic\_** * Enable JosWiki rules if JosWiki specific code is uncommented Modify file <code>**TWiki/Plugins/DefaultPlugin.pm**</code> to add your own rules or to enable JosWiki rules. @@ -17,9 +17,9 @@ Modify file <code>**TWiki/Plugins/DefaultPlugin.pm**</code> to add your own rule Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%<plugin>\_<setting>%**</code>, i.e. <code>**%DEFAULTPLUGIN\_SHORTDESCRIPTION%**</code> * 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 <code>**\*\_text\_\***</code> as **_bold italic_** text. + * Set SHORTDESCRIPTION = This plugin can be used to specify some simple custom rendering rules. It also renders deprecated <code>**\*\_text\_\***</code> as **_bold italic_** text. -* Allow depreciated <code>**%INCLUDE:"TopicName"%**</code> syntax: +* Allow deprecated <code>**%INCLUDE:"TopicName"%**</code> syntax: * Set OLDINCLUDE = 1 * Debug plugin: (See output in `data/debug.txt`) |