Wiki source code of How-to guides
Version 9.2 by Pauline Bessoles on 2025/07/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{info}} | ||
2 | This section provides practical, step-by-step guidance for getting the most out of XWiki as a user — from starting to create pages to more advanced user actions. Use this guide when you’re ready to use XWiki in real-world scenarios and want clear, operational documentation. | ||
3 | {{/info}} | ||
4 | |||
5 | (% class="row cards" %) | ||
6 | ((( | ||
7 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %) | ||
8 | ((( | ||
9 | (% class="card card1" %) | ||
10 | ((( | ||
11 | (% class="card-body" %) | ||
12 | ((( | ||
13 | ==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ==== | ||
14 | |||
15 | (% class="card-text" %) | ||
16 | ((( | ||
17 | Start by reading the Getting Started Guide. | ||
18 | ))) | ||
19 | ))) | ||
20 | ))) | ||
21 | ))) | ||
22 | |||
23 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
24 | ((( | ||
25 | (% class="card card1" %) | ||
26 | ((( | ||
27 | (% class="card-body" %) | ||
28 | ((( | ||
29 | ==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ==== | ||
30 | |||
31 | (% class="card-text" %) | ||
32 | ((( | ||
33 | In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature. | ||
34 | ))) | ||
35 | ))) | ||
36 | ))) | ||
37 | ))) | ||
38 | |||
39 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
40 | ((( | ||
41 | (% class="card card1" %) | ||
42 | ((( | ||
43 | (% class="card-body" %) | ||
44 | ((( | ||
45 | ==== (% class="card-title" %)[[Playground>>https://www.xwikiplayground.org]](%%) ==== | ||
46 | |||
47 | (% class="card-text" %) | ||
48 | ((( | ||
49 | At the same time as you follow the guides we recommend that you try out what you learn on the Playground. This is a XWiki instance that we've set up for you so that you can easily discover the joys of using a wiki. | ||
50 | ))) | ||
51 | ))) | ||
52 | ))) | ||
53 | ))) | ||
54 | ))) | ||
55 | |||
56 | |||
57 | ~1. Create and edit pages | ||
58 | |||
59 | * link | ||
60 | * link | ||
61 | |||
62 | 2. Set your user profile and preferences | ||
63 | |||
64 | 3. Discover advanced XWiki features | ||
65 | |||
66 | {{velocity}} | ||
67 | {{liveData | ||
68 | id="allUserHowtoPages" | ||
69 | properties="doc.title,type,target" | ||
70 | source="liveTable" | ||
71 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
72 | filters="target=user&type=howto" | ||
73 | }} | ||
74 | { | ||
75 | "meta": { | ||
76 | "propertyDescriptors": [ | ||
77 | { | ||
78 | "id": "target", | ||
79 | "visible": false | ||
80 | } | ||
81 | ] | ||
82 | } | ||
83 | } | ||
84 | {{/liveData}} | ||
85 | {{/velocity}} |