<<O>> Difference Topic TWikiPlugins (r1.21 - 29 Jan 2003 - PeterThoeny) |
Deleted: | |
< < |
|
Added: | |
> > |
|
Changed: | |
< < |
Copy file lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm . EmptyPlugin.pm contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
|
> > |
Copy file lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm . The EmptyPlugin.pm module contains mostly empty functions, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
If your Plugin uses its own modules and objects, you must include the name of the Plugin in the package name. For example, write Package MyFirstPlugin::Attrs; instead of just Package Attrs; . Then call it using:
use TWiki::Plugins::MyFirstPlugin::Attrs; $var = MyFirstPlugin::Attrs->new(); |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | Check EmptyPlugin on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
> > | Check the Plugins web on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
Changed: | |
< < | MyFirstPlugin Settings: <Description and settings for custom Plugin %VARIABLES%, and those required by TWiki.>" |
> > | Example: <Include an example of the Plugin in action. Possibly include a static HTML version of the example to compare if the installation was a success!>" |
Changed: | |
< < |
|
> > | Plugin Global Settings: <Description and settings for custom Plugin %VARIABLES%, and those required by TWiki.>" |
Changed: | |
< < | How-to Instructions: <Step-by-step set-up guide, user help, whatever it takes to install and run, goes here.>" |
> > |
|
Changed: | |
< < | Test Example: <Include an example of the Plugin in action: if it works, the installation was a success!>" |
> > | Plugin Installation Instructions: <Step-by-step set-up guide, user help, whatever it takes to install and run, goes here.>" |
Changed: | |
< < |
-- PeterThoeny - 14 Sep 2001 |
> > |
-- PeterThoeny - 29 Jan 2003 |
<<O>> Difference Topic TWikiPlugins (r1.20 - 08 Dec 2002 - PeterThoeny) |
Changed: | |
< < |
The lib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
> > |
The TWikiFuncModule (lib/TWiki/Func.pm ) implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
Deleted: | |
< < |
|
Added: | |
> > |
|
<<O>> Difference Topic TWikiPlugins (r1.19 - 18 Jul 2002 - PeterThoeny) |
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiPlugins (r1.18 - 03 Dec 2001 - MikeMannix) |
Changed: | |
< < | Plugins Preferences <If user settings are needed, explain... Entering valuse works exactly like TWikiPreferences and WebPreferences: six (6) spaces and then:>" |
> > |
|
Deleted: | |
< < |
-- MikeMannix - 01 Sep 2001 |
Added: | |
> > | -- MikeMannix - 03 Dec 2001 |
<<O>> Difference Topic TWikiPlugins (r1.17 - 28 Sep 2001 - MikeMannix) |
<<O>> Difference Topic TWikiPlugins (r1.16 - 18 Sep 2001 - MikeMannix) |
Changed: | |
< < | You can add Plugins to extend TWiki's functionality, without altering the core program code. With a plug-in approach, you can: |
> > | You can add Plugins to extend TWiki's functionality, without altering the core program code. A plug-in approach lets you: |
Changed: | |
< < | Everything to do with TWiki Plugins - demos, new releases, downloads, development, general discussion - is available at TWiki.org, in the TWiki:Plugins web. |
> > | Everything to do with TWiki Plugins - demos, new releases, downloads, development, general discussion - is available at TWiki.org, in the TWiki:Plugins web. |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | Ideally, after you've installed a Plugin, just read the instructions and you're set. In fact, some Plugins require additional settings or offer extra options that you can modify on Preferences pages. You may want to make a Plugin available only in certain webs, or temporarily disable it. And having to list all available Plugins will probably come up. You can handle all of these with simple procedures. |
> > | When you finish installing a Plugin, you should be able to read the user instructions and go. In fact, some Plugins require additional settings or offer extra options that you have to select. Also, you may want to make a Plugin available only in certain webs, or temporarily disable it. And may want to list all available Plugins in certain topics. You can handle all of these management tasks with simple procedures. |
Changed: | |
< < | DEMO: Active Plugin Variables |
> > | DEMO: Automatically List Active Plugins Using Variables |
Changed: | |
< < |
%ACTIVATEDPLUGINS% |
> > |
Using %ACTIVATEDPLUGINS% : |
Changed: | |
< < |
% |
> > |
Using % : |
Added: | |
> > | |
Changed: | |
< < | Syntax Rules: Describe any special text formatting that will be rendered. |
> > | Syntax Rules: <Describe any special text formatting that will be rendered.>" |
Changed: | |
< < | MyFirstPlugin Settings: Description and settings for custom Plugin %VARIABLES%, and those required by TWiki. |
> > | MyFirstPlugin Settings: <Description and settings for custom Plugin %VARIABLES%, and those required by TWiki.>" |
Changed: | |
< < |
Plugins Preferences work exactly like TWikiPreferences and WebPreferences: six (6) spaces and then:
|
> > |
Plugins Preferences <If user settings are needed, explain... Entering valuse works exactly like TWikiPreferences and WebPreferences: six (6) spaces and then:>"
|
Changed: | |
< < | How-to Instructions: Step-by-step set-up guide, user help, whatever it takes to install and run, goes here. |
> > | How-to Instructions: <Step-by-step set-up guide, user help, whatever it takes to install and run, goes here.>" |
Changed: | |
< < | Test Example: Include an example of the Plugin in action: if it works, the installation was a success! |
> > | Test Example: <Include an example of the Plugin in action: if it works, the installation was a success!>" |
Changed: | |
< < | Plugin Info: Version, credits, history, requirements - entered in a form, displayed as a table. Both are automatically generated when you create or edit a page in the TWiki:Plugins web. |
> > | Plugin Info: <Version, credits, history, requirements - entered in a form, displayed as a table. Both are automatically generated when you create or edit a page in the TWiki:Plugins web.>" |
<<O>> Difference Topic TWikiPlugins (r1.15 - 16 Sep 2001 - MikeMannix) |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
OUTLINE: Doc Topic Contents |
> > |
OUTLINE: Doc Topic Contents |
Changed: | |
< < |
-- PeterThoeny - 14 Sep 2001 |
> > |
-- PeterThoeny - 14 Sep 2001 |
<<O>> Difference Topic TWikiPlugins (r1.14 - 15 Sep 2001 - MikeMannix) |
Changed: | |
< < | Plugin use and development; about the Plugin API. |
> > | Plug-in enhanced feature add-ons, with a Plugin API for developers |
Changed: | |
< < | You can add Plugins to greatly extend TWiki's functionality, without alering the program core. With a plug-in approach, you can: |
> > | You can add Plugins to extend TWiki's functionality, without altering the core program code. With a plug-in approach, you can: |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
Each Plugin has a standard release page, located in the TWiki:Plugins web at TWiki.org. In addition to the documentation topic (SomePlugin ), there's a separate development page.
|
> > |
Each Plugin has a standard release page, located in the TWiki:Plugins web at TWiki.org. In addition to the documentation topic (SomePlugin ), there's a separate development page.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
Plugin execution order in TWiki is determined by searching Plugin topics in a specific sequence: First, full web.topicname name, if specified in INSTALLEDPLUGINS ; next, the TWiki web is searched; and finally, the current web.
|
> > |
Plugin execution order in TWiki is determined by searching Plugin topics in a specific sequence: First, full web.topicname name, if specified in INSTALLEDPLUGINS ; next, the TWiki web is searched; and finally, the current web.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
%ACTIVATEDPLUGINS% |
> > |
%ACTIVATEDPLUGINS% |
Changed: | |
< < |
% |
> > |
% |
Changed: | |
< < |
The lib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
> > |
The lib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
Changed: | |
< < |
DevALERT: If you use functions not in Func.pm , you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki.
|
> > |
DevALERT: If you use functions not in Func.pm , you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
In addition to TWiki core functions, Plugins can use predefined hooks, or call backs, listed in the lib/TWiki/Plugins/EmptyPlugin.pm module.
|
> > |
In addition to TWiki core functions, Plugins can use predefined hooks, or call backs, listed in the lib/TWiki/Plugins/EmptyPlugin.pm module.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
To eliminate the incompatibility problems bound to arise from active open Plugin development, a Plugin versioning system and an API GetVersion detection routine are provided for automatic compatibility checking.
|
> > |
To eliminate the incompatibility problems bound to arise from active open Plugin development, a Plugin versioning system and an API GetVersion detection routine are provided for automatic compatibility checking.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
In particular, files that should be web-accessible (graphics, Java applets ...) are best placed as attachments of the MyFirstPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/MyFirstPlugin/ directory.
|
> > |
In particular, files that should be web-accessible (graphics, Java applets ...) are best placed as attachments of the MyFirstPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/MyFirstPlugin/ directory.
|
Changed: | |
< < |
Copy file lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm . EmptyPlugin.pm contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
|
> > |
Copy file lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm . EmptyPlugin.pm contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
|
Changed: | |
< < |
A minimum Plugin release consists of a Perl module with a WikiName that ends in Plugin , ex: MyFirstPlugin.pm , and a documentation page with the same name(MyFirstPlugin.txt ).
|
> > |
A minimum Plugin release consists of a Perl module with a WikiName that ends in Plugin , ex: MyFirstPlugin.pm , and a documentation page with the same name(MyFirstPlugin.txt ).
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | You can release your tested, packaged Plugin to the TWiki community through the TWiki:Plugins web, where all Plugins submitted to TWiki.org are available for download and further development discussion. Publish your Plugin in three steps: |
> > | You can release your tested, packaged Plugin to the TWiki community through the TWiki:Plugins web. All Plugins submitted to TWiki.org are available for download and further development in TWiki:Plugins. Publish your Plugin in three steps: |
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiPlugins (r1.13 - 14 Sep 2001 - PeterThoeny) |
Changed: | |
< < | Everything to do with TWiki Plugins - demos, new releases, downloads, development, general discussion - is available at TWiki.org, in the TWiki.org Plugins web. |
> > | Everything to do with TWiki Plugins - demos, new releases, downloads, development, general discussion - is available at TWiki.org, in the TWiki:Plugins web. |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
%ACTIVATEDPLUGINS% |
> > |
%ACTIVATEDPLUGINS% |
Changed: | |
< < |
% |
> > |
% |
Changed: | |
< < | The Application Programming Interface (API) for TWikiPlugins provides the specifications for hooking into the core TWiki code from your external Perl Plugin module. The Plugin API is new to the Production version of TWiki with the TWikiReleaseSpring2001. |
> > | The Application Programming Interface (API) for TWikiPlugins provides the specifications for hooking into the core TWiki code from your external Perl Plugin module. The Plugin API is new to the Production version of TWiki with the 01-Sep-2001 release. |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
In particular, files that should be web-accessible (graphics, Java applets ...) are best placed as attachments of the YourPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/YourPlugin/ directory.
|
> > |
In particular, files that should be web-accessible (graphics, Java applets ...) are best placed as attachments of the MyFirstPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/MyFirstPlugin/ directory.
|
Changed: | |
< < |
Copy file (EmptyPlugin.pm to <name>Plugin.pm =EmptyPlugin.pm= contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
|
> > |
Copy file lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm . EmptyPlugin.pm contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | Check EmptyPlugin on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
> > | Check EmptyPlugin on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
Changed: | |
< < | YourPlugin Settings: Description and settings for your custom Plugin %VARIABLES%, and those required by TWiki. |
> > | MyFirstPlugin Settings: Description and settings for custom Plugin %VARIABLES%, and those required by TWiki. |
Changed: | |
< < |
A minimum Plugin release consists of a Perl module with a WikiName that ends in Plugin , ex: YourPlugin.pm , and a documentation page with the same name(YourPlugin.txt ).
|
> > |
A minimum Plugin release consists of a Perl module with a WikiName that ends in Plugin , ex: MyFirstPlugin.pm , and a documentation page with the same name(MyFirstPlugin.txt ).
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
-- AndreaSterbini - 29 May 2001 -- MikeMannix - 01 Sep 2001 |
> > |
-- AndreaSterbini - 29 May 2001 -- MikeMannix - 01 Sep 2001 -- PeterThoeny - 14 Sep 2001 |
<<O>> Difference Topic TWikiPlugins (r1.12 - 07 Sep 2001 - MikeMannix) |
<<O>> Difference Topic TWikiPlugins (r1.11 - 02 Sep 2001 - AndreaSterbini) |
Changed: | |
< < |
|
> > |
|
Added: | |
> > |
In particular, files that should be web-accessible (graphics, Java applets ...) are best placed as attachments of the YourPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/YourPlugin/ directory. |
<<O>> Difference Topic TWikiPlugins (r1.10 - 02 Sep 2001 - MikeMannix) |
Changed: | |
< < | TWikiPlugins allow you to add new features to TWiki without changing the core program. Using a plug-in approach means that you can: |
> > | Plugin use and development; about the Plugin API. |
Changed: | |
< < |
|
> > |
OverviewYou can add Plugins to greatly extend TWiki's functionality, without alering the program core. With a plug-in approach, you can:
|
Changed: | |
< < | Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the TWiki.org Plugins web. |
> > |
Everything to do with TWiki Plugins - demos, new releases, downloads, development, general discussion - is available at TWiki.org, in the TWiki.org Plugins web.
Preinstalled PluginsTWiki comes with three Plugins as part of the standard installation.
|
Changed: | |
< < | Some Plugins need certain Perl modules to be pre-installed on the host system. Plugins may also use other resources, like graphics, other modules, applications, templates. In these cases, detailed instructions are in the Plugin documentation. |
> > | Special Requests: Some Plugins need certain Perl modules to be preinstalled on the host system. Plugins may also use other resources, like graphics, other modules, applications, templates. In these cases, detailed instructions are in the Plugin documentation. |
Changed: | |
< < |
TWikiPlugin documentation pages are located at TWiki.org, in TWiki:Plugins web. Each Plugin has an doc topic (ex: SomePlugin ) and a separate development page.
|
> > |
Each Plugin has a standard release page, located in the TWiki:Plugins web at TWiki.org. In addition to the documentation topic (SomePlugin ), there's a separate development page.
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
Preinstalled Plugins |
> > |
On-Site Pretesting |
Changed: | |
< < | TWiki comes with three Plugins as part of the standard installation. |
> > | To test new Plugins on your installation before making them public, you may want to use one of these two approaches: |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Deleted: | |
< < |
|
Changed: | |
< < | TIP! To test new Plugins on your installation before making them public, you may want to use one of these two approaches: |
> > |
The TWiki Plugin API |
Changed: | |
< < |
|
> > | The Application Programming Interface (API) for TWikiPlugins provides the specifications for hooking into the core TWiki code from your external Perl Plugin module. The Plugin API is new to the Production version of TWiki with the TWikiReleaseSpring2001. |
Changed: | |
< < |
|
> > |
Available Core Functions |
Changed: | |
< < |
Creating Plugins |
> > |
The lib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
Changed: | |
< < | With a reasonable knowledge of the Perl scripting language, you can create new Plugins or modify and extend existing ones. Basic plug-in architecture uses an Application Programming Interface (API), a set of software instructions that allow external code to interact with the main program. The TWiki Plugin API Plugins by providing a programming interface for TWiki. |
> > |
DevALERT: If you use functions not in Func.pm , you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki.
|
Changed: | |
< < |
Anatomy of a Plugin |
> > |
|
Changed: | |
< < | A basic TWiki Plugin consists of two elements: |
> > |
Predefined Hooks |
Changed: | |
< < |
|
> > |
In addition to TWiki core functions, Plugins can use predefined hooks, or call backs, listed in the lib/TWiki/Plugins/EmptyPlugin.pm module.
|
Changed: | |
< < | The Perl module can be a block of code that connects with TWiki alone, or it can include other elements, like other Perl modules (including other Plugins), graphics, TWiki templates, external applications (ex: a Java applet), or just about anything else it can call. |
> > |
|
Changed: | |
< < | The Plugin API handles the details of connecting your Perl module with main TWiki code. When you're familiar with the Plugin API, you're ready to develop Plugins. |
> > |
Plugin Version Detection |
Changed: | |
< < |
TWiki Plugin API |
> > |
To eliminate the incompatibility problems bound to arise from active open Plugin development, a Plugin versioning system and an API GetVersion detection routine are provided for automatic compatibility checking.
|
Changed: | |
< < | The Application Programming Interface (API) for TWikiPlugins provides the specifications for hooking into the core TWiki code from your external Perl Plugin module. The Plugin API is new to the Production version of TWiki with the TWikiReleaseSpring2001. |
> > |
|
Changed: | |
< < |
The lib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
|
> > |
|
Changed: | |
< < |
DevALERT: If you use functions not in Func.pm , you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki.
|
> > |
|
Deleted: | |
< < |
In addition to TWiki core functions, Plugins can use predefined hooks, or call backs, listed in the lib/TWiki/Plugins/EmptyPlugin.pm module.
|
Changed: | |
< < |
|
> > |
Creating Plugins |
Changed: | |
< < |
|
> > | With a reasonable knowledge of the Perl scripting language, you can create new Plugins or modify and extend existing ones. Basic plug-in architecture uses an Application Programming Interface (API), a set of software instructions that allow external code to interact with the main program. The TWiki Plugin API Plugins by providing a programming interface for TWiki. |
Added: | |
> > |
Anatomy of a PluginA basic TWiki Plugin consists of two elements:
|
Changed: | |
< < | -- MikeMannix - 26 Aug 2001 |
> > |
-- AndreaSterbini - 29 May 2001 -- MikeMannix - 01 Sep 2001 |
<<O>> Difference Topic TWikiPlugins (r1.9 - 01 Sep 2001 - MikeMannix) |
Changed: | |
< < |
Pre-Installed Plugins |
> > |
Preinstalled Plugins |
Changed: | |
< < |
Managing Installed Plugins |
> > |
Managing Plugins |
Changed: | |
< < |
Set Preferences for Individual Plugins |
> > |
Setting Preferences |
Changed: | |
< < |
List Active Plugins Automatically |
> > |
Listing Active Plugins |
Changed: | |
< < |
Creating New Plugins |
> > |
Creating Plugins |
Changed: | |
< < |
Customize the DefaultPlugin |
> > |
The DefaultPlugin Alternative |
Changed: | |
< < |
Create a Plugin Module in Perl |
> > |
Creating the Perl Module |
Changed: | |
< < |
Create a Plugin Documentation Topic |
> > |
Writing the Documentation Topic |
Changed: | |
< < |
Package a Plugin for Distribution |
> > |
Packaging for Distribution |
Changed: | |
< < |
Publish a Plugin for General Use |
> > |
Publishing for Public Use |
<<O>> Difference Topic TWikiPlugins (r1.8 - 31 Aug 2001 - MikeMannix) |
Deleted: | |
< < |
About Plugins |
<<O>> Difference Topic TWikiPlugins (r1.7 - 27 Aug 2001 - MikeMannix) |
Changed: | |
< < | Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the TWiki.org Plugins web. |
> > | Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the TWiki.org Plugins web. |
Changed: | |
< < | Installed Plugins can be toggled on or off, site-wide or by web, through TWikiPreferences and individual WebPreferences: |
> > | Installed Plugins can be toggled on or off, site-wide or by web, through TWikiPreferences and individual WebPreferences: |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
|
> > |
|
Changed: | |
< < | Check EmptyPlugin on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
> > | Check EmptyPlugin on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: |
Changed: | |
< < | Syntax Rules: explanation coming up |
> > | Syntax Rules: Describe any special text formatting that will be rendered. |
Changed: | |
< < |
|
> > |
|
<<O>> Difference Topic TWikiPlugins (r1.6 - 27 Aug 2001 - MikeMannix) |
Changed: | |
< < | -- MikeMannix - 26 Aug 2001 |
> > | -- MikeMannix - 26 Aug 2001 |
<<O>> Difference Topic TWikiPlugins (r1.5 - 26 Aug 2001 - MikeMannix) |
Changed: | |
< < |
TWiki Plugins |
> > |
TWiki Plugins |
Changed: | |
< < | Plugins allow you to extend the syntax or functionality of TWiki. ... |
> > |
About Plugins |
Changed: | |
< < | TWikiPreferences has the list of installed plugins and activated plugins. |
> > | TWikiPlugins allow you to add new features to TWiki without changing the core program. Using a plug-in approach means that you can: |
Changed: | |
< < |
How to Create a Plugin |
> > |
|
Changed: | |
< < | under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins ) |
> > | Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the TWiki.org Plugins web. |
Changed: | |
< < |
How to Install a Plugin |
> > |
Installing Plugins |
Changed: | |
< < | under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins ) |
> > | Each TWikiPlugin comes with full documentation: step-by-step installation instructions, a detailed description of any special requirements, version details, and a working example for testing. |
Changed: | |
< < |
Plugins under the hood |
> > |
Most Plugins can be installed in three easy steps, with no programming skills required:
|
Changed: | |
< < |
|
> > | Some Plugins need certain Perl modules to be pre-installed on the host system. Plugins may also use other resources, like graphics, other modules, applications, templates. In these cases, detailed instructions are in the Plugin documentation. |
Changed: | |
< < |
|
> > |
TWikiPlugin documentation pages are located at TWiki.org, in TWiki:Plugins web. Each Plugin has an doc topic (ex: SomePlugin ) and a separate development page.
|
Changed: | |
< < |
|
> > |
Pre-Installed Plugins |
Changed: | |
< < |
|
> > | TWiki comes with three Plugins as part of the standard installation. |
Changed: | |
< < |
|
> > |
|
Changed: | |
< < |
-- PeterThoeny - 14 Jul 2001 |
> > |
Managing Installed PluginsIdeally, after you've installed a Plugin, just read the instructions and you're set. In fact, some Plugins require additional settings or offer extra options that you can modify on Preferences pages. You may want to make a Plugin available only in certain webs, or temporarily disable it. And having to list all available Plugins will probably come up. You can handle all of these with simple procedures.Set Preferences for Individual PluginsInstalled Plugins can be toggled on or off, site-wide or by web, through TWikiPreferences and individual WebPreferences:
web.topicname name, if specified in INSTALLEDPLUGINS ; next, the TWiki web is searched; and finally, the current web.
Plugin-specific settings are done in individual Plugin topics. Two settings are standard for each Plugin:
List Active Plugins AutomaticallyPlugin status variables let you list all active Plugins wherever needed. There are two list formats:
DEMO: Active Plugin VariablesTIP! To test new Plugins on your installation before making them public, you may want to use one of these two approaches:
Creating New PluginsWith a reasonable knowledge of the Perl scripting language, you can create new Plugins or modify and extend existing ones. Basic plug-in architecture uses an Application Programming Interface (API), a set of software instructions that allow external code to interact with the main program. The TWiki Plugin API Plugins by providing a programming interface for TWiki.Anatomy of a PluginA basic TWiki Plugin consists of two elements:
TWiki Plugin APIThe Application Programming Interface (API) for TWikiPlugins provides the specifications for hooking into the core TWiki code from your external Perl Plugin module. The Plugin API is new to the Production version of TWiki with the TWikiReleaseSpring2001. Thelib/TWiki/Func.pm implements ALL official Plugin functions. Plugins should ONLY use functions published in this module.
DevALERT: If you use functions not in Func.pm , you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki.
In addition to TWiki core functions, Plugins can use predefined hooks, or call backs, listed in the lib/TWiki/Plugins/EmptyPlugin.pm module.
Customize the DefaultPlugin
Create a Plugin Module in PerlCopy file (EmptyPlugin.pm to <name>Plugin.pm =EmptyPlugin.pm= contains no executable code, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
Create a Plugin Documentation TopicThe Plugin documentation topic contains usage instructions and version details. It serves the Plugin files as FileAttachments for downloading. (The doc topic is also included in the distribution package.) To create a documentation topic:
OUTLINE: Doc Topic Contents Package a Plugin for DistributionA minimum Plugin release consists of a Perl module with a WikiName that ends inPlugin , ex: YourPlugin.pm , and a documentation page with the same name(YourPlugin.txt ).
Publish a Plugin for General UseYou can release your tested, packaged Plugin to the TWiki community through the TWiki:Plugins web, where all Plugins submitted to TWiki.org are available for download and further development discussion. Publish your Plugin in three steps:
|
<<O>> Difference Topic TWikiPlugins (r1.4 - 14 Jul 2001 - PeterThoeny) |
Added: | |
> > | |
Changed: | |
< < |
-- PeterThoeny - 17 Feb 2001 |
> > |
Plugins under the hood
|
<<O>> Difference Topic TWikiPlugins (r1.3 - 14 Mar 2001 - PeterThoeny) |
Added: | |
> > | TWikiPreferences has the list of installed plugins and activated plugins. |
<<O>> Difference Topic TWikiPlugins (r1.2 - 04 Mar 2001 - PeterThoeny) |
Added: | |
> > |
TWiki Plugins |
Changed: | |
< < | How to Create a Plugin |
> > |
How to Create a Plugin |
Changed: | |
< < | How to Install a Plugin |
> > |
How to Install a Plugin |
<<O>> Difference Topic TWikiPlugins (r1.1 - 17 Feb 2001 - PeterThoeny) |
Added: | |
> > |
Plugins allow you to extend the syntax or functionality of TWiki. ...
How to Create a Plugin
under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins )
How to Install a Plugin
under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins )
-- PeterThoeny - 17 Feb 2001 |
Topic TWikiPlugins . { View | Diffs | r1.21 | > | r1.20 | > | r1.19 | More } |
Revision r1.1 - 17 Feb 2001 - 08:35 GMT - PeterThoeny Revision r1.21 - 29 Jan 2003 - 07:21 GMT - PeterThoeny |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |