Foswiki Contribs
Extensions that sit close to the core, or provide services for other extensionsOn this page:
Overview
Foswiki contribs extend the functionality of Foswiki, in a lower-level way than plugins and add-ons. They may also provide alternative implementations for sections of the Foswiki core e.g. user management, or when an extension just can't be implemented as a plugin because it requires very close access to Foswiki internals. An example is the MailerContrib, which implements mail notification of topics changes. Relevant links on Foswiki.org:- Foswiki:Extensions.ContribPackage - list of all contributed contrib packages
- Foswiki:Extensions.ContribDevelopment - discussion and feedback on contributed packages
- Foswiki:Extensions.ContribBrainstorming - open forum for new contrib ideas
- Foswiki:Extensions.ContribPackageHowTo - instructions and template to create a new contrib package
Foswiki Contribs Installed on this site
- BehaviourContrib:
BehaviourJavascript event library to create javascript based interactions that degrade well when javascript is not available - version 3417 (2009-04-12)
Author: Foswiki:Main.ArthurClemens - last modified: r1 - 08 Jul 2007 - 16:54 - ProjectContributor - JSCalendarContrib: Mishoo JSCalendar, packaged for use by plugins, skins and add-ons. - version 3417 (2009-04-12)
Author: Foswiki:Main/CrawfordCurrie http://c-dot.co.uk - last modified: r1 - 25 Apr 2009 - 18:25 - WikiGuest - MailerContrib: Supports e-mail notification of changes. - version 3638 (2009-04-23)
Author: Crawford Currie - last modified: r1 - 25 Apr 2009 - 18:25 - WikiGuest - ModPerlEngineContrib: Permits Foswiki to be executed under mod_perl - version 0.9.1 (12 Apr 2009)
Author: - last modified: r2 - 27 Apr 2009 - 21:31 - AdminUser - TipsContrib: Displays rotating list of "Tip-of-the-day" - version 16 Dec 2008
Author: - last modified: r0 - 05 Jan 2007 - 04:02 - ProjectContributor - TopicUserMappingContrib: User management using data stored in topics - version 4.2.2 (16 Dec 2008)
Author: - last modified: r1 - 25 Apr 2009 - 18:25 - WikiGuest
Installing Contribs
- Download an add-on from Foswiki:Extensions.ContribPackage.
- Follow the installation instructions in the contrib topic.
Creating new Contribs
- Visit Foswiki:Extensions.ContribPackageHowTo and follow the instructions.
Related Topics: DeveloperDocumentationCategory, AdminDocumentationCategory, Foswiki:Support.PluginsSupplement