From 529e211c4912cdc971f418e10a70d3708dd52b16 Mon Sep 17 00:00:00 2001 From: MikeBarton Date: Wed, 16 Jan 2002 18:16:43 +0000 Subject: none --- TWiki/FindElsewherePlugin.mdwn | 71 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 TWiki/FindElsewherePlugin.mdwn (limited to 'TWiki') diff --git a/TWiki/FindElsewherePlugin.mdwn b/TWiki/FindElsewherePlugin.mdwn new file mode 100644 index 00000000..af0e8796 --- /dev/null +++ b/TWiki/FindElsewherePlugin.mdwn @@ -0,0 +1,71 @@ +## Empty TWiki Plugin + +This is an empty plugin you can use as a template to build your own %TWIKIWEB%.TWikiPlugins. This plugin does nothing, but is ready to be used. + +To create your own plugin: + +* Copy file **TWiki/Plugins/EmptyPlugin.pm** to **<name>Plugin.pm** and customize the plugin. +* Create a **<name>Plugin** topic in the %TWIKIWEB% web. Do so by visiting and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs. +* See details in %TWIKIWEB%.TWikiPlugins. + +### Syntax Rules + +(none) + +### %TOPIC% Settings + +Plugin settings are stored as preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, i.e. **%EMPTYPLUGIN\_SHORTDESCRIPTION%** + +* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic: + * Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins. + +* Your own setting, i.e.: + * Set EXAMPLE = got it! + +* Debug plugin: (See output in `data/debug.txt`) + * Set DEBUG = 0 + +### Plugin Installation Instructions + +* This plugin is preinstalled, you do not need to install it. + +### Plugin Info + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Plugin Author: %TWIKIWEB%.AndreaSterbini, %TWIKIWEB%.PeterThoeny
Plugin Version: 14 Jul 2001
Change History: 14 Jul 2001: Changed to plug&amp;play
27 Feb 2001: Initial version
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%
Feedback: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev
+ +**_Related Topics:_** %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins, [[DefaultPlugin]] + +-- %TWIKIWEB%.AndreaSterbini - 27 Feb 2001
-- %TWIKIWEB%.PeterThoeny - 14 Jul 2001
-- cgit v1.2.3