Wiki source code of Basic concepts

Version 6.1 by Vincent Massol on 2017/09/08

Show last authors
1 XWiki is divided into Pages and Wikis. Lateral menus are handled using Panels.
2
3 {{box cssClass="floatinginfobox" title="**Contents**"}}
4 {{toc/}}
5 {{/box}}
6
7 = Page =
8
9 A page is the basic unit of content in XWiki. A page is usually divided in 4 areas:
10
11 * **Action bar** (located at the top): allows you to interact with the current page
12 * **Title** (how the page is named)
13 * **Auhor and date** (what user modified the page last and on what date)
14 * **Content area**
15 * **Panels** (either on the left or right of the page, on both sides or hidden)
16 * **Footer area**
17 ** Creator and date (who was the creator of the page and on what date
18 ** Tags (some categories in which the page fit)
19 * **Tabbed area at the bottom of the page** featuring:
20 ** Comments and Annotations (what people have to say about the page)
21 ** Attachments (files that have been uploaded to the page)
22 ** Page history (every version of the current page)
23 ** Document information (included pages, backlinks)
24
25 The following actions can be performed on any wiki page, provided the current user has the rights to do it:
26
27 * Edit the page
28 ** Using the WYSIWYG editor: this is a rich text editor that allows you to modify the contents of your wiki page easily
29 ** Using the wiki editor: for users accustomed to writing in markup syntax
30 * Print & export the page using the More Actions menu
31 ** The user can display a print preview of the current page
32 ** Each page can be exported in the following formats: HTML, PDF, RTF (for MS Office) and XAR (XWiki Archive)
33 * Watch the page
34 ** The user can choose to add the current page to his watchlist
35 ** Whenever the page gets modified, he will receive an email notification
36
37 Additionally, the following actions may be performed:
38
39 * Create children pages
40 * Change page access rights
41 * Edit the page's objects and classes (this is an advanced use case that you'll learn later on)
42 * Rename, copy and delete the page.
43
44 = Wiki =
45
46 When you start you are on the main wiki. However it's possible to create other wiki (a.k.a subwikis). A wiki is a collection of wiki pages.
47
48 This can be useful if you wish to have some clean separation between different type of content (for more details, see the [[Content Organization page>>Documentation.UserGuide.Features.ContentOrganization.WebHome]]).
49
50 You can create as many wikis as you want and as many pages as you want in every wiki.
51
52 Usually you start with a single wiki since that's the simplest from an organization point of view and then when the need outgrows this wiki, you can refactor the content over several wikis.
53
54 = Panels =
55
56 A panel is a widget you can see on every page of your wiki in the standard version of XWiki. Panels are displayed within columns. By default you will see an Applications and Navigation panels on the left and some other panels on the right.
57
58 You can control panels in multiple ways:
59
60 * Choose which columns to display (right column, left column, both columns, none)
61 * Choose the width of the columns to display (small, medium, large)
62 * Choose which panels to put in your side columns
63
64 Panels are useful for building menus or adding features to your pages. You can set different panels for each space in your wiki. Step to the next section to find out more about modifying your wiki's columns and panels.
65
66 = Dashboard =
67
68 A dashboard allows users to customize their pages (like the homepage of a space) by adding gadgets.
69
70 You can edit/modify you dashboard by editing the page which contains the dashboard.
71
72
73 * Next: [[First steps with XWiki>>enterprise:GettingStarted.FirstStepsWithXWikiEnterprise]]

Get Connected