Foswiki Plugins
Add functionality to Foswiki with plugins
Overview
You can add plugins to extend Foswiki functionality without altering the core code. A plug-in approach lets you:
- add virtually unlimited features while keeping the main Foswiki code compact and efficient;
- heavily customize an installation and still do clean updates to new versions of Foswiki;
- rapidly develop new Foswiki functions in Perl using the plugin API.
Everything to do with Foswiki plugins - demos, new releases, downloads, development, general discussion - is available at Foswiki.org, in the
Foswiki:Extensions web.
Foswiki plugins are developed and contributed by interested members of the community. Plugins are provided on an 'as is' basis; they are not a part of Foswiki, but are independently developed and maintained.
Most
TWiki® plugins can also be used with Foswiki if the
TWikiCompatibilityPlugin is installed (it is by default).
See other types of extensions: Contribs,
Skins
Installed Plugins
- TWikiCompatibilityPlugin (Foswiki-1.0.9, $Rev: 6017 (2010-01-11) $): add TWiki personality to Foswiki
- SpreadSheetPlugin (10 Nov 2009, $Rev: 5484 (2009-11-10) $): Add spreadsheet calculations like "$SUM($ABOVE())" to Foswiki tables and other topic text
- ApprovalPlugin (1.0, $Rev: 3923 (2009-05-16) $): Defines a set of states for one more or topics, with each state requiring approval by one or more users.
- BreadCrumbsPlugin (v2.42, $Rev: 4694 (2009-08-20) $): A flexible way to display breadcrumbs navigation
- CalendarPlugin (Dakar, $Rev: 2934 (2009-03-09) $): Show a monthly calendar with highlighted events
- CommentPlugin (12 Sep 2009, $Rev: 4843 (2009-09-11) $): Quickly post comments to a page without an edit/preview/save cycle
- CompareRevisionsAddonPlugin (18 Sep 2009, $Rev: 4995 (2009-09-19) $):
- DatabasePlugin (Dakar, $Rev: 0 (28 nov. 2008) $): Provide access to data in a SQL database
- EditTablePlugin (4.34, $Rev: 5854 (2009-12-23) $): Edit tables using edit fields, date pickers and drop down boxes
- ExcelImportExportPlugin (Foswiki, $Rev: 0$): Renders an attached Excel spreadsheet as Foswiki table
- FilterPlugin (1.80, $Rev: 3491 (2009-04-17) $): Substitute and extract information from content by using regular expressions
- FlexWebListPlugin (v1.30, $Rev: 3493 (2009-04-17) $): Flexible way to display hierarchical weblists
- GluePlugin (2.20, $Rev: 3494 (2009-04-17) $): Enable markup to span multiple lines
- HistoryPlugin (1.4, $Rev: 1340 1401 (17 Dec 2008) $): Shows a complete history of a document
- IfDefinedPlugin (v2.00, $Rev: 3637 (2009-04-23) $): Render content conditionally
- ImageGalleryPlugin (5.01, $Rev: 4425 (2009-07-03) $): Displays image gallery with auto-generated thumbnails from attachments
- InterwikiPlugin (20 Sep 2009, $Rev: 5022 (2009-09-20) $): Link ExternalSite?:Page text to external sites based on aliases defined in a rules topic
- JQueryPlugin (1.15, $Rev: 1988 (15 Jan 2009) $): jQuery JavaScript library for Foswiki
- MenuListPlugin ($Date: 2009-03-20 03:32:09 +1100 (Fri, 20 Mar 2009) $, 3193): dynamic Folding menu list
- NatEditPlugin (v3.32, $Rev: 1993 (15 Jan 2009) $): A Wikiwyg Editor
- NatSkinPlugin (3.00-pre36, $Rev: 1995 (15 Jan 2009) $): Theming engine for NatSkin
- PreferencesPlugin (20 Sep 2009, $Rev: 5037 (2009-09-20) $): Allows editing of preferences using fields predefined in a form
- RenderListPlugin (2.2, $Rev: 5042 (2009-09-20) $): Render bullet lists in a variety of formats
- SlideShowPlugin (02 Aug 2008, $Rev: 2742 (2009-02-26) $): Create web based presentations based on topics with headings.
- SmiliesPlugin (20 Sep 2009, $Rev: 5046 (2009-09-20) $): Render smilies like as icons
- SubscribePlugin (03 Dec 2008, $Rev: 13787 (18 May 2007) $): Subscribe to web notification
- TablePlugin (1.045, $Rev: 6110 (2010-01-21) $): Control attributes of tables and sorting of table columns
- TagMePlugin (11 Jun 2009, $Rev: 4104 (2009-06-11) $): Tag wiki content collectively to find content by keywords
- TinyMCEPlugin (29 Dec 2009, $Rev: 5860 (2009-12-28) $): Integration of the Tiny MCE WYSIWYG Editor
- TocPlugin (2.0, $Rev: 5851 (2009-12-22) $): Sophisticated table of contents generation
- TreeBrowserPlugin (v2.0, $Rev: 5479 (2009-11-10) $): Renders a list as a collapsable/expandable tree.
- TreePlugin (1.9.1, $Rev: 6156 (2010-01-27) $): Renders topics' parent-child relationships as hierarchical tree view. Useful for dynamic site maps and threads.
- TwistyPlugin (1.5.4, $Rev: 6281 (2010-02-12) $): Twisty section Javascript library to open/close content dynamically
- UploadPlugin (1.11, $Rev: 4414 (2009-07-03) $): Attach multiple files to a topic in one go
- VotePlugin (1.33, $Rev: 5560 (2009-11-17) $): Simple way to count votes
- WysiwygPlugin (17 Jan 2010, $Rev: 6068 (2010-01-17) $): Translator framework for Wysiwyg editors
Failed Plugins
Handler | Plugins |
---|
afterEditHandler | WysiwygPlugin |
afterSaveHandler | TagMePlugin TreePlugin |
beforeAttachmentSaveHandler | ApprovalPlugin |
beforeCommonTagsHandler | ApprovalPlugin EditTablePlugin PreferencesPlugin WysiwygPlugin |
beforeEditHandler | ApprovalPlugin TinyMCEPlugin WysiwygPlugin |
beforeMergeHandler | WysiwygPlugin |
beforeSaveHandler | ApprovalPlugin CommentPlugin NatEditPlugin WysiwygPlugin |
commonTagsHandler | SpreadSheetPlugin CalendarPlugin CommentPlugin CompareRevisionsAddonPlugin DatabasePlugin EditTablePlugin FilterPlugin GluePlugin IfDefinedPlugin JQueryPlugin NatSkinPlugin SlideShowPlugin SmiliesPlugin |
earlyInitPlugin | TWikiCompatibilityPlugin |
initPlugin | TWikiCompatibilityPlugin SpreadSheetPlugin ApprovalPlugin BreadCrumbsPlugin CalendarPlugin CommentPlugin CompareRevisionsAddonPlugin DatabasePlugin EditTablePlugin ExcelImportExportPlugin FilterPlugin FlexWebListPlugin GluePlugin HistoryPlugin IfDefinedPlugin ImageGalleryPlugin InterwikiPlugin JQueryPlugin MenuListPlugin NatEditPlugin NatSkinPlugin PreferencesPlugin RenderListPlugin SlideShowPlugin SmiliesPlugin SubscribePlugin TablePlugin TagMePlugin TinyMCEPlugin TocPlugin TreeBrowserPlugin TreePlugin TwistyPlugin UploadPlugin VotePlugin WysiwygPlugin |
modifyHeaderHandler | WysiwygPlugin |
postRenderingHandler | EditTablePlugin NatSkinPlugin PreferencesPlugin WysiwygPlugin |
preRenderingHandler | InterwikiPlugin SmiliesPlugin TablePlugin TocPlugin TreeBrowserPlugin |
startRenderingHandler | RenderListPlugin WysiwygPlugin This handler is deprecated - please check for updated versions of the plugins that use it! |
36 plugins
Installing Plugins
Each Foswiki plugin comes with its own documentation: step-by-step installation instructions, a detailed description of any special requirements, version details, and a working example for testing. Many plugins have an install script that automates these steps for you.
Special Requirements: Some plugins need certain Perl modules to be preinstalled on the host system. Plugins may also use other resources, like graphics, other modules, applications, and templates. You should be able to find detailed instructions in the plugin's documentation.
Each plugin has a standard release topic, located in the
Foswiki:Extensions web at Foswiki.org. There's usually a number of other related topics, such as a developers page, and an appraisal page.
On-Site Pretesting
The recommended approach to testing new plugins before making them public is to create a second local Foswiki installation, and test the plugin there. You can allow selected users access to the test area. Once you are satisfied that it won't compromise your main installation, you can install it there as well.
The
plugins page shows which plugins are: 1) installed, 2) loading properly, and 3) what plugin handlers they invoke. Any failures are shown in the Errors section. The
%FAILEDPLUGINS%
macro can be used to debug failures. You may also want to check your webserver error log and the various Foswiki log files.
Some Notes on Plugin Performance
The performance of the system depends to some extent on the number of plugins installed and on the plugin implementation. Some plugins impose no measurable performance decrease, some do. For example, a Plugin might use many Perl libraries that need to be initialized with each page view (unless you run mod_perl). You can only really tell the performance impact by installing the plugin and by measuring the performance with and without the new plugin, on real data.
If you need to install an "expensive" plugin, but you only need its functionality only in a subset of your data, you can disable it elsewhere by defining the %DISABLEDPLUGINS% setting.
Define
DISABLEDPLUGINS
to be a comma-separated list of names of plugins to disable. Define it in Main.SitePreferences to disable those plugins everywhere, in the WebPreferences topic to disable them in an individual web, or in a topic to disable them in that topic. For example,
* Set DISABLEDPLUGINS = SpreadSheetPlugin, EditTablePlugin
Managing Installed Plugins
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:
Listing Active Plugins
Plugin status macros let you list all active plugins wherever needed.
This site is running Foswiki version
Foswiki-1.0.9, Sun, 17 Jan 2010, build 6075, plugin API version
2.0
-
%ACTIVATEDPLUGINS%
- shows the activated plugins
-
%PLUGINVERSION%
- shows the plugins API version
-
%FAILEDPLUGINS%
- shows what plugins failed, and why
Enabling Plugins
Plugins can be enabled and disabled with the
configure script. An installed plugin needs to be enabled before it can be used.
Plugin Evaluation Order
By default, plugins are executed in alphabetical order on plugin name. It is possible to change the order, for example to evaluate database macros before the spreadsheet CALCs. This can be done with
{PluginsOrder}
in the plugins section of
configure.
Plugin-Specific Settings
Some plugins are configured with plugin
preference settings, newer plugins with
configure
settings.
configure
settings are accessible though the
configure interface.
Plugin
preference settings are defined in the plugin topic and can be overloaded. The SHORTDESCRIPTION setting is always present, it is needed for the automation in the extensions repository. Example preference settings defined in the
TablePlugin topic:
-
Set SHORTDESCRIPTION = Control attributes of tables and sorting of table columns
Preference settings of active plugins can be retrieved anywhere in Foswiki with
%<pluginname>_<var>%
, such as
%TABLEPLUGIN_SHORTDESCRIPTION%
. They can also be redefined with the
%<pluginname>_<var>%
setting at a lower level in the
Main.SitePreferences or at the web level. For an easier upgrade it is recommended to customize plugin preference settings in Main.SitePreferences only.
Installing Plugins
Each Foswiki plugin comes with its own documentation: step-by-step installation instructions, a detailed description of any special requirements, version details, and a working example for testing. Many plugins have an install script that automates these steps for you.
Special Requirements: Some plugins need certain Perl modules to be preinstalled on the host system. Plugins may also use other resources, like graphics, other modules, applications, and templates. You should be able to find detailed instructions in the plugin's documentation.
Each plugin has a standard release topic, located in the
Foswiki:Extensions web at Foswiki.org. There's usually a number of other related topics, such as a developers page, and an appraisal page.
On-Site Pretesting
The recommended approach to testing new plugins before making them public is to create a second local Foswiki installation, and test the plugin there. You can allow selected users access to the test area. Once you are satisfied that it won't compromise your main installation, you can install it there as well.
The
plugins page shows which plugins are: 1) installed, 2) loading properly, and 3) what plugin handlers they invoke. Any failures are shown in the Errors section. The
%FAILEDPLUGINS%
macro can be used to debug failures. You may also want to check your webserver error log and the various Foswiki log files.
Some Notes on Plugin Performance
The performance of the system depends to some extent on the number of plugins installed and on the plugin implementation. Some plugins impose no measurable performance decrease, some do. For example, a Plugin might use many Perl libraries that need to be initialized with each page view (unless you run mod_perl). You can only really tell the performance impact by installing the plugin and by measuring the performance with and without the new plugin, on real data.
If you need to install an "expensive" plugin, but you only need its functionality only in a subset of your data, you can disable it elsewhere by defining the %DISABLEDPLUGINS% setting.
Define
DISABLEDPLUGINS
to be a comma-separated list of names of plugins to disable. Define it in Main.SitePreferences to disable those plugins everywhere, in the WebPreferences topic to disable them in an individual web, or in a topic to disable them in that topic. For example,
* Set DISABLEDPLUGINS = SpreadSheetPlugin, EditTablePlugin
The Foswiki Perl Application Programming Interface
Developing plugins provides a simple introduction to hooking into Foswiki code from your own Perl modules.
Foswiki:Development.GettingStarted is the starting point for more comprehensive documentation.
Related Topics: DeveloperDocumentationCategory,
AdminDocumentationCategory