Empty Plugin

%$CREATED_SHORTDESCRIPTION%

Learn how to create your own plugin in DevelopingPlugins. Documentation for Plugin API is in PerlDoc for EmptyPlugin.pm.

TIP Note that EmptyPlugin is documentation only. Its settings are ignored by configure and it cannot be enabled.

Preferences

Plugin preferences should be set using configure, as described in DevelopingPlugins.

You can also use preference settings to define any user-controllable configuration. You are strongly advised to use the name of the plugin as a prefix, to avoid the risk of namespace clashes with other extensions that may try to use the same name.

BAD
  • Set EXAMPLE = Example setting
  • Set FORMAT = %d-%m-%y
Good
  • Set EMPTYPLUGIN_EXAMPLE = Example setting
  • Set EMPTYPLUGIN_FORMAT = %d-%m-%y

Installation

You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.

Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".

If you have any problems, or if the extension isn't available in configure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.

Dependencies

None

Change History

   

PackageForm edit

Author %$CREATED_AUTHOR%
Version 1.00
Release %$CREATED_DATE%
Description %$CREATED_SHORTDESCRIPTION%
Repository https://github.com/foswiki/distro
Copyright %$CREATEDYEAR%, %$CREATED_AUTHOR%, All Rights Reserved
License GPL (GNU General Public License)
Home http://foswiki.org/Extensions/EmptyPlugin
Support http://foswiki.org/Support/EmptyPlugin
Topic revision: r1 - 24 Sep 2015, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback