[xwiki-users] How to use SpaceManager Plugin
Hi friends, I'm running xwiki 1.6 last snapshot, on Jboss and Postgres. I've activated on xwiki.cfg the SpaceManager plugin, simple adding the spacemanager implementation on the plugins section of config file: xwiki.plugins=[...],com.xpn.xwiki.plugin.spacemanager.impl.SpaceManagerImpl I've not downloaded anything more. But I could not notice any other application on admin page on xwiki - is this plugin useless or there is no application that uses this plugin? Does anyone knows how to use this plugin, or where I can find any documentation about that, except the javadoc available on the plugin's page? I need to manage (create, delete, edit) a lot of spaces, and I could not figure out how to do that with this plugin. Hope someone can help, -- Ramon Gomes Brandão (62) 8117 8649 MSN: [email protected] skype: ramongb
Hello Ramon, Ramon Gomes Brandão wrote:
Hi friends,
I'm running xwiki 1.6 last snapshot, on Jboss and Postgres. I've activated on xwiki.cfg the SpaceManager plugin, simple adding the spacemanager implementation on the plugins section of config file:
xwiki.plugins=[...],com.xpn.xwiki.plugin.spacemanager.impl.SpaceManagerImpl
I've not downloaded anything more. But I could not notice any other application on admin page on xwiki - is this plugin useless or there is no application that uses this plugin? Currently, there is no default UI for this plugin. It is used by the curriki project (http://www.curriki.org) and by the XWiki Workspaces product (http://workspaces.xwiki.org). However, it is planned to have UIs for some of its feature in XWiki Enterprise, in a not so far future (no date available yet). Does anyone knows how to use this plugin, or where I can find any documentation about that, except the javadoc available on the plugin's page? Unfortunately, there is no documentation besides the javadoc itself currently. What I could advise you if you want to use the plugin is to give a look at how Curriki handles it. For example, you might be interested in all the wiki pages in the Group/ and Group_Template/ spaces of curriki code : http://fisheye2.atlassian.com/browse/xwiki/curriki/branches/curriki-1.6/wiki... and http://fisheye2.atlassian.com/browse/xwiki/curriki/branches/curriki-1.6/wiki... (Note that what Curriki calls "Group" is actually a Space in the sense of the spacemanager plugin), I need to manage (create, delete, edit) a lot of spaces, and I could not figure out how to do that with this plugin. Hope someone can help,
I hope this helps. Regards, Jerome.
participants (2)
-
Jerome Velociter -
Ramon Gomes Brandão