Wiki source code of Main

Version 3.1 by Admin on 2010/10/15 00:23

Show last authors
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 = $xwiki.wikimanager)
22
23 #set($nb = 5)
24 #set($wikilist = $WikiManager.getAllWikis())
25 #sortDocumentByCreationDate($wikilist $creationsortedwikilist false)
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