Plugin list

From ResourceSpace Documentation Wiki

Revision as of 05:39, 8 June 2010 by Theorysavage (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

IMPORTANT: Plugins should be moved to the new plugin repository at http://www.resourcespace.org/plugins/

This page is being maintained until the plugins have been converted to RSP files and moved to the new repository.


.RSP Plugins can be uploaded through Team Center->Manage Plugins. You must then activate the plugin by clicking "Activate".

The plugins folder must be writable by the web server.


You can also activate plugins via config.php:

$plugins=array("refineresults","rss");

The names specified in the config file must match the folder names in the 'plugins' folder.

Name Description Min. RS Version Required Author Download
Messaging Creates a personal mailbox to send messages between ResourceSpace users. 1.4 Camillo Ferraris Download
Loader Shows a "loader" icon while loading the page. 1.4 Camillo Ferraris Download
Google Display (BETA) Displays results in a Google like list. 1.4 Camillo Ferraris Download
SOAP Web Services API (ALPHA) Simple Web Services API for ResourceSpace. Requires PHP SOAP module.

Contains PHP test client. Tested with VisualStudio2005: simply add a web reference to .WSDL file. Updated: 1st September 2008

1.4 Camillo Ferraris Download
UUID - not yet functional Extract Universally-Unique Identifiers (such as document ID, instance ID, derived from ID, derived from instance ID) into the ResourceSpace database, for future relationship mining tools. Requires exiftool. Documentation - WebSVN svn Tom Gleason Subversion install
RS-Gallery An add-on that allows for an unauthenticated public gallery to display public collections. Documentation 2.1? Matthew Keller Download


Optional Messaging userlist mod: Will force a smaller sans-serif typeface without underlining, and with an optional window site title:getuserlist.php Place in plugins/messaging/pages.

Some nice open source icons that can be used as alternative icons with the messaging plug-in: famfamfam silk icons

Subversion Development

There has been a subversion repo set up to handle plugin development.

 cd to your plugins directory
 svn co http://svn.montala.net/svn/resourcespace-plugins/pluginname