Wiki source code of Basics: XWiki's main concepts

Last modified by Keith Whittingham on 2022/05/01

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 the following 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 * **Author 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 fits)
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 ** History (every version of the current page)
23 ** 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 watch the current page to get notified about changes
35 ** Whenever the page gets modified, she 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 types 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 secondary 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 {{success}}
67 **Next: [[First steps with XWiki>>FirstStepsWithXWiki]]**
68 {{/success}}

Get Connected