SpaceManagerPlugin
This application is bundled with:
This plugin can be downloaded.
- XWiki Workspaces
This plugin can be downloaded.
SpaceManager Plugin
Features
The space manager plugin allows to easily create and manage Spaces. A Space is a XWiki object that defines properties for a wiki space (formerly known as wiki web), which properties are distinct from the one defined by XWiki.XWikiPreferences (although the Space object is also hosted in the space's WebPreferences document). This allows to add, when needed, an actual existence to wiki spaces beyond their documents and preferences. The default properties defined by the standard Space are :- A display name
- A description
- A type (to allow, for example, Space retrieving by type)
- A membership policy (open to join, or closed)
- A language
- Spaces creation, retrieving, archiving, and deletion facilities
- Members and admins group management for the space : easily add, retrieve and remove members and admins to/from the Space
Installation
Activate the plugin by following these steps:- Copy the downloaded file int your WEB-INF/lib directory
- Edit your WEB-INF/xwiki.cfg file as follows below
- Restart your XWiki instance
xwiki.plugins=[...],com.xpn.xwiki.plugin.spacemanager.impl.SpaceManagerImpl
xwiki.spacemanager.prefix=Space_ xwiki.spacemanager.mailnotification=1
- prefix will be the prefix of the wiki space names (webs) of your Spaces.
- mailnotifications activates the email notification on space creation and when a member join a space.