diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-07-14 08:53:47 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-07-14 08:53:47 +0000 |
commit | f19e404a106aa3a50344252459f7b03113a6fbca (patch) | |
tree | 03c61ee0999673afaf600739dc24525669466b96 /TWiki/DefaultPlugin.mdwn | |
parent | d6ce424ef28b8de54de9a64f1e80f28e7820dbe6 (diff) |
none
Diffstat (limited to 'TWiki/DefaultPlugin.mdwn')
-rw-r--r-- | TWiki/DefaultPlugin.mdwn | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/TWiki/DefaultPlugin.mdwn b/TWiki/DefaultPlugin.mdwn index 1c0df902..d84ddd12 100644 --- a/TWiki/DefaultPlugin.mdwn +++ b/TWiki/DefaultPlugin.mdwn @@ -12,15 +12,19 @@ Custom rendering rules of the default plugin: Modify file <code>**TWiki/Plugins/DefaultPlugin.pm**</code> to add your own rules or to enable JosWiki rules. -### <a name="_TOPIC_Preferences"> %TOPIC% Preferences </a> +### <a name="_TOPIC_Settings"> %TOPIC% Settings </a> -Plugin preferences are stored as preferences variables. To reference a plugin preference write <code>**%<plugin>\_<preference>%**</code>, i.e. <code>**%DEFAULTPLUGIN\_SHORTDESCRIPTION%**</code> +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 included in the %TWIKIWEB%.TextFormattingRules topic: +* 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. + * Allow depreciated <code>**%INCLUDE:"TopicName"%**</code> syntax: * Set OLDINCLUDE = 1 +* Debug plugin: (See output in `data/debug.txt`) + * Set DEBUG = 0 + ### <a name="Plugin_Installation_Instructions"> Plugin Installation Instructions </a> * This plugin is preinstalled, you do not need to install it. @@ -34,11 +38,11 @@ Plugin preferences are stored as preferences variables. To reference a plugin pr </tr> <tr> <td align="right"> Plugin Version: </td> - <td> 08 Jul 2001 </td> + <td> 14 Jul 2001 </td> </tr> <tr> <td align="right"> Change History: </td> - <td> 08 Jul 2001: Changed to plug&amp;play <br /> 27 Feb 2001: Initial version </td> + <td> 14 Jul 2001: Changed to plug&amp;play <br /> 27 Feb 2001: Initial version </td> </tr> <tr> <td align="right"> CPAN Dependencies: </td> @@ -64,4 +68,4 @@ Plugin preferences are stored as preferences variables. To reference a plugin pr **_Related Topics:_** %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins, [[EmptyPlugin]] --- %TWIKIWEB%.AndreaSterbini - 27 Feb 2001 <br /> -- %TWIKIWEB%.PeterThoeny - 08 Jul 2001 <br /> +-- %TWIKIWEB%.AndreaSterbini - 27 Feb 2001 <br /> -- %TWIKIWEB%.PeterThoeny - 14 Jul 2001 <br /> |