This is an empty plugin you can use as a template to build your own TWikiPlugins. This plugin does nothing, but is ready to be used.
To create your own plugin:
TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm and customize the plugin.
<name>Plugin topic in the TWiki web. Do so by visiting http://TWiki.org/cgi-bin/view/Plugins/
(none)
Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>%, i.e. %EMPTYPLUGIN_SHORTDESCRIPTION%
data/debug.txt)
| Plugin Author: | TWiki:Main.AndreaSterbini |
| Plugin Version: | 21 Mar 2004 |
| Change History: | |
| 21 Mar 2004: | Added afterSaveHandler |
| 14 Jul 2001: | Changed to plug&play |
| 27 Feb 2001: | Initial version |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.0 |
| TWiki:Plugins/Benchmark |
GoodStyle 99%, FormattedSearch 99%, EmptyPlugin 99% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPluginAppraisal |
Related Topics: DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences, TWikiPlugins