General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
WikiManager
▼
:
Document Index
»
Page:
Dashboard
Search
en
sv
lv
it
fr
es
ca
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Welcome to your wiki administrator
Wiki source code of
Welcome to your wiki administrator
Last modified by
Administrator
on 2012/03/21 17:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: 1 Welcome to your wiki administrator 2: 3: Welcome to the wiki administrator of your wiki farm! It is a space that will allow you to create as many wikis as you want and manage them. Each wiki is a shared workspace that will allow you to collaborate effectively with others. You will be able to use it for many purposes: 4: 5: * Project Management 6: * Collaborative Writing 7: * Efficient Document Sharing 8: * Knowledge Management 9: 10: 1 One farm, 3 types of XWiki 11: 12: * Wiki administrator: this is the current wiki and it's used to manage your wiki farm 13: * Wiki templates: models of wikis used when you create a new wiki instance 14: * Wiki instances: a wiki created from a wiki template and on which users will work 15: 16: 1 News and information from your wikis 17: 18: ############################################################################# 19: 20: #includeMacros("WikiCode.Macros") 21: #set($WikiManager = $services.wikimanager) 22: 23: #set($nb = 5) 24: #set($wikilist = $WikiManager.getAllWikis()) 25: #set ($creationsortedwikilist = $sorttool.sort($wikilist, 'creationDate:desc')) 26: 27: ############################################################################# 28: 29: #displayPanelLayout(2, ["WikiCode.UserWikisIsAdminWidget", "WikiCode.UserWikisIsUserWidget", "WikiCode.UserWikisIsOwnerWidget", "WikiCode.MyLastWikiModificationsWidget", "WikiCode.LastWikiModificationsWidget", "WikiCode.LastCreatedWikisWidget"]) 30: 31: ############################################################################# 32: 33: 34: 1 How to start 35: 36: Because you are on the wiki administrator, the steps that you may want to go through are: 37: 38: * Go to the [Installation>XemManager.Install] page to check if your installation is correct. 39: * Create a new wiki on your farm by clicking on the [Create a new wiki>WikiManager.CreateNewWiki] link 40: * Manage the existing wikis of your farms by clicking on the [Wiki Farm>WikiManager.WebHome] link 41: * Change your general farm settings by clicking on the "Administration" link 42: 43: For more information you can visit the documentation on [xwiki.org>http://xwiki.org]. 44: 45: This XWiki is yours, we hope you'll enjoy it ... 46: 47: Congratulations, 48: The XWiki Team