%TOC{title="Page contents"}%
%SHORTDESCRIPTION%
---++ Introduction
This is an empty plugin. Use it as a template to build your own %SYSTEMWEB%.TWikiPlugins. This plugin does nothing, but is ready to be extended and used.
To create your own plugin:
* Copy file ==lib/TWiki/Plugins/EmptyPlugin.pm== to ==<name>Plugin.pm== and customize the plugin. Add your own code; remove all handlers you do not plan to use.
* Create a ==<name>Plugin== documentation topic in the %SYSTEMWEB% web. Do so by visiting http://twiki.org/cgi-bin/view/Plugins/PluginPackageHowTo and starting a new topic to get the default plugin topic text (don't save the topic on twiki.org yet). Customize your plugin topic to your needs.
* Please consider contributing your plugin back to the TWiki community by publishing it in the Plugins web on twiki.org.
* See details in %SYSTEMWEB%.TWikiPlugins.
---++ Syntax Rules
=%