EmptyPlugin 9 - 27 Mar 2005 - Main.TWikiContributor
|
| Empty TWiki Plugin
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. | | (none) | |
< < | Plugin 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 TextFormattingRules topic:
- Set SHORTDESCRIPTION = Empty Plugin used as a template for new Plugins
- Your own setting, for example:
- Debug plugin: (See output in
data/debug.txt )
| | Plugin Installation Instructions
- This plugin is preinstalled, you do not need to install it.
|
|
EmptyPlugin 8 - 27 Mar 2005 - Main.TWikiContributor
|
| Empty TWiki Plugin | |
< < | 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. | > > | 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: | > > | 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 TWiki 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.
| > > | | |
Syntax Rules | | a plugin setting write %<plugin>_<setting>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION%
| |
< < |
-
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
| > > |
-
- Set SHORTDESCRIPTION = Empty Plugin used as a template for new Plugins
| |
- Your own setting, for example:
| | Plugin Info | |
< < |
| > > |
| |
Change History: | <-- versions below in reverse order --> |
| |
> > |
01 Feb 2006: | Dakar changes |
| |
21 Mar 2004: | Added afterSaveHandler |
14 Jul 2001: | Changed to plug&play |
27 Feb 2001: | Initial version |
| |
> > |
TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
| |
CPAN Dependencies: | none |
Other Dependencies: | none |
| |
< < |
| > > |
| |
| |
< < | Related Topics: DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences, TWikiPlugins | > > | Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences | | | |
> > | -- TWikiContributor - 01 Feb 2006 |
|
EmptyPlugin 6 - 21 Mar 2004 - Main.PeterThoeny
|
| Empty TWiki Plugin
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. | | Syntax Rules | |
< < | (describe the syntax) | > > | (none) | | | |
< < | EmptyPlugin Global Settings | > > | Plugin Settings | | | |
< < | Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>% , for example, %EMPTYPLUGIN_SHORTDESCRIPTION% | > > | Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION% | | | |
< < | | > > | | |
-
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
| |
< < |
- Your own settings, for example:
| > > | | |
- Debug plugin: (See output in
data/debug.txt )
| | Plugin Installation Instructions | |
< < | (This plugin is preinstalled, you do not need to install it.)
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
- Download the ZIP file from the Plugin web (see below)
- Unzip
EmptyPlugin.zip in your twiki installation directory. Content: File: | Description: | data/TWiki/EmptyPlugin.txt | Plugin topic | data/TWiki/EmptyPlugin.txt,v | Plugin topic repository | lib/TWiki/Plugins/EmptyPlugin.pm | Plugin Perl module |
- Test if the plugin is correctly installed:
| > > |
- This plugin is preinstalled, you do not need to install it.
| | Plugin Info | |
< < |
Plugin Author: | AndreaSterbini? , PeterThoeny |
Plugin Version: | 14 Jul 2001 (V1.000) |
Change History: | <-- specify latest version first --> |
| > > |
| |
14 Jul 2001: | Changed to plug&play |
27 Feb 2001: | Initial version |
CPAN Dependencies: | none |
Other Dependencies: | none |
| |
< < |
| > > |
| |
Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin? | |
< < | -- AndreaSterbini? - 27 Feb 2001
-- PeterThoeny - 14 Jul 2001 | > > | -- TWiki:Main.AndreaSterbini - 27 Feb 2001
-- TWiki:Main.PeterThoeny - 21 Mar 2004 |
|
EmptyPlugin 5 - 13 Jun 2002 - Main.PeterThoeny
|
|
< < | Empty TWiki Plugin | > > | Empty TWiki Plugin | | 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. | |
- Create a
<name>Plugin topic in the TWiki 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.
- See details in TWikiPlugins.
| |
< < | Syntax Rules | > > | Syntax Rules | | | |
< < | (none) | > > | (describe the syntax) | | | |
< < | EmptyPlugin Settings | > > | EmptyPlugin Global Settings | | | |
< < | Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>% , for example, %EMPTYPLUGIN_SHORTDESCRIPTION% | > > | Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>% , for example, %EMPTYPLUGIN_SHORTDESCRIPTION% | |
- One line description, shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
| |
< < | | > > |
- Your own settings, for example:
| |
- Debug plugin: (See output in
data/debug.txt )
| |
< < | Plugin Installation Instructions | > > | Plugin Installation Instructions | | | |
< < |
- This plugin is preinstalled, you do not need to install it.
| > > | (This plugin is preinstalled, you do not need to install it.) | | | |
< < | Plugin Info | > > | Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
- Download the ZIP file from the Plugin web (see below)
- Unzip
EmptyPlugin.zip in your twiki installation directory. Content: File: | Description: | data/TWiki/EmptyPlugin.txt | Plugin topic | data/TWiki/EmptyPlugin.txt,v | Plugin topic repository | lib/TWiki/Plugins/EmptyPlugin.pm | Plugin Perl module |
- Test if the plugin is correctly installed:
Plugin Info | |
| |
< < |
Plugin Version: | 14 Jul 2001 |
Change History: | 14 Jul 2001: Changed to plug&play 27 Feb 2001: Initial version |
| > > |
Plugin Version: | 14 Jul 2001 (V1.000) |
Change History: | <-- specify latest version first --> |
14 Jul 2001: | Changed to plug&play |
27 Feb 2001: | Initial version |
| |
CPAN Dependencies: | none |
Other Dependencies: | none |
| |
< < |
| > > |
| |
Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin? | |
< < | -- AndreaSterbini? - 27 Feb 2001
-- PeterThoeny - 14 Jul 2001
| > > | -- AndreaSterbini? - 27 Feb 2001
-- PeterThoeny - 14 Jul 2001 |
|
EmptyPlugin 4 - 05 Jan 2002 - Main.PeterThoeny
|
| Empty TWiki Plugin
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. | | EmptyPlugin Settings
Plugin settings are stored as preferences variables. To reference | |
< < | a plugin setting write %<plugin>_<setting>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION% | > > | a plugin setting write %<plugin>_<setting>% , for example, %EMPTYPLUGIN_SHORTDESCRIPTION% | | | |
< < | | > > | | |
-
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
|
|
EmptyPlugin 3 - 14 Jul 2001 - Main.PeterThoeny
|
| Empty TWiki Plugin
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:
- Copy file
TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm and customize the plugin.
| |
< < |
- Copy this topic to
<name>Plugin and customize it.
| > > |
- Create a
<name>Plugin topic in the TWiki 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.
| |
Syntax Rules
(none) | |
< < | EmptyPlugin Preferences | > > | EmptyPlugin Settings | | | |
< < | Plugin preferences are stored as preferences variables. To reference
a plugin preference write %<plugin name>_<preference name>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION% | > > | Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION% | | | |
< < | | > > | | |
-
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
| |
< < |
- Your own preferences, i.e.:
| > > |
- Debug plugin: (See output in
data/debug.txt )
| | Plugin Installation Instructions | | Plugin Info
| |
< < |
Plugin Version: | 08 Jul 2001 |
Change History: | 08 Jul 2001: Changed to plug&play 27 Feb 2001: Initial version |
| > > |
Plugin Version: | 14 Jul 2001 |
Change History: | 14 Jul 2001: Changed to plug&play 27 Feb 2001: Initial version |
| |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.0 |
| | Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin?
-- AndreaSterbini? - 27 Feb 2001 | |
< < | -- PeterThoeny - 08 Jul 2001
| > > | -- PeterThoeny - 14 Jul 2001
|
|
EmptyPlugin 2 - 09 Jul 2001 - Main.PeterThoeny
|
|
< < | Empty TWiki Plugin | > > | Empty TWiki Plugin | | | |
< < | 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. | > > | 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. | | | |
< < | Copy file TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm and customize the plugin. | > > | To create your own plugin: | | | |
< < | Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin? | > > |
- Copy file
TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm and customize the plugin.
- Copy this topic to
<name>Plugin and customize it.
- See details in TWikiPlugins.
| | | |
< < | -- PeterThoeny? - 13 Mar 2001
| > > | Syntax Rules
(none)
EmptyPlugin Preferences
Plugin preferences are stored as preferences variables. To reference
a plugin preference write %<plugin name>_<preference name>% , i.e. %EMPTYPLUGIN_SHORTDESCRIPTION%
- One line description, is included in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
- Your own preferences, i.e.:
Plugin Installation Instructions
- This plugin is preinstalled, you do not need to install it.
Plugin Info
Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin?
-- AndreaSterbini? - 27 Feb 2001
-- PeterThoeny - 08 Jul 2001
|
|
Revision 9 | r9 - 27 Mar 2005 - 13:14:15 - TWikiContributor |
Revision 8 | r8 - 27 Mar 2005 - 13:14:15 - TWikiContributor |
Revision 7 | r7 - 27 Mar 2005 - 13:14:15 - TWikiContributor |
Revision 6 | r6 - 21 Mar 2004 - 08:04:00 - PeterThoeny? |
Revision 5 | r5 - 13 Jun 2002 - 05:54:00 - PeterThoeny? |
Revision 4 | r4 - 05 Jan 2002 - 08:30:43 - PeterThoeny? |
Revision 3 | r3 - 14 Jul 2001 - 22:18:34 - PeterThoeny? |
Revision 2 | r2 - 09 Jul 2001 - 08:56:29 - PeterThoeny? |
Revision 1 | r1 - 14 Mar 2001 - 02:24:02 - PeterThoeny? |
|
|
This site is powered by the TWiki collaboration platform. All material on this collaboration platform is the property of the contributing authors. All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
|
|