1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1079856240" format="1.0" version="1.6"}%
2 ---+ Empty TWiki Plugin
3
4 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.
5
6 To create your own plugin:
7
8 * Copy file ==TWiki/Plugins/EmptyPlugin.pm== to ==<name>Plugin.pm== and customize the plugin.
9 * Create a ==<name>Plugin== topic in the %TWIKIWEB% web. Do so by visiting http://TWiki.org/cgi-bin/view/Plugins/ and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs.
10 * See details in %TWIKIWEB%.TWikiPlugins.
11
12 ---++ Syntax Rules
13
14 (none)
15
16 ---++ Plugin Settings
17
18 Plugin settings are stored as preferences variables. To reference
19 a plugin setting write ==%<nop><plugin>_<setting>%==, i.e. ==%<nop>EMPTYPLUGIN_SHORTDESCRIPTION%==
20
21 * One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
22 rizwank 1.1 * Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
23
24 * Your own setting, i.e.:
25 * Set EXAMPLE = got it!
26
27 * Debug plugin: (See output in =data/debug.txt=)
28 * Set DEBUG = 0
29
30 ---++ Plugin Installation Instructions
31
32 * This plugin is preinstalled, you do not need to install it.
33
34 ---++ Plugin Info
35
36 | Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny |
37 | Plugin Version: | 21 Mar 2003 |
38 | Change History: | <!-- versions below in reverse order --> |
39 | 21 Mar 2004: | Added afterSaveHandler |
40 | 14 Jul 2001: | Changed to plug&play |
41 | 27 Feb 2001: | Initial version |
42 | CPAN Dependencies: | none |
43 rizwank 1.1 | Other Dependencies: | none |
44 | Perl Version: | 5.0 |
45 | TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle 99%, %TWIKIWEB%.FormattedSearch 99%, %TOPIC% 99% |
46 | Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
47 | Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |
48
49 __Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins, DefaultPlugin
50
51 -- TWiki:Main.AndreaSterbini - 27 Feb 2001 %BR%
52 -- TWiki:Main.PeterThoeny - 21 Mar 2004
|