Wiki source code of How-to guides
Version 16.1 by Pauline Bessoles on 2025/07/25
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
10.1 | 1 | {{velocity output="false"}} |
2 | $xwiki.ssx.use('Documentation.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
![]() |
15.1 | 5 | |
![]() |
12.1 | 6 | == Summary == |
7 | |||
![]() |
6.1 | 8 | {{info}} |
![]() |
4.1 | 9 | 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. |
![]() |
6.1 | 10 | {{/info}} |
![]() |
1.1 | 11 | |
![]() |
12.1 | 12 | == Highlighted documentation == |
13 | |||
![]() |
8.1 | 14 | (% class="row cards" %) |
15 | ((( | ||
![]() |
13.2 | 16 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
![]() |
8.1 | 17 | ((( |
18 | (% class="card card1" %) | ||
19 | ((( | ||
20 | (% class="card-body" %) | ||
21 | ((( | ||
![]() |
11.1 | 22 | ==== (% class="card-title" %)Create and edit pages(%%) ==== |
![]() |
8.1 | 23 | |
24 | (% class="card-text" %) | ||
25 | ((( | ||
![]() |
16.1 | 26 | * [[Create a page>>]] |
![]() |
15.1 | 27 | * [[Edit a page>>doc:XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] |
![]() |
16.1 | 28 | * [[Delete a page>>]] |
![]() |
8.1 | 29 | ))) |
30 | ))) | ||
31 | ))) | ||
32 | ))) | ||
33 | |||
34 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
35 | ((( | ||
36 | (% class="card card1" %) | ||
37 | ((( | ||
38 | (% class="card-body" %) | ||
39 | ((( | ||
![]() |
11.1 | 40 | ==== (% class="card-title" %)Customize your profile(%%) ==== |
![]() |
8.1 | 41 | |
42 | (% class="card-text" %) | ||
43 | ((( | ||
![]() |
15.1 | 44 | * [[Edit your profile information>>doc:XS.Extensions.UserProfileApplication.User.EditProfile.WebHome]] |
![]() |
16.1 | 45 | * [[Update your settings>>]] |
46 | * [[Manage your notifications>>]] | ||
![]() |
8.1 | 47 | ))) |
48 | ))) | ||
49 | ))) | ||
50 | ))) | ||
51 | |||
52 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
53 | ((( | ||
54 | (% class="card card1" %) | ||
55 | ((( | ||
56 | (% class="card-body" %) | ||
57 | ((( | ||
![]() |
11.1 | 58 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== |
![]() |
8.1 | 59 | |
60 | (% class="card-text" %) | ||
61 | ((( | ||
![]() |
15.1 | 62 | * [[Like or unlike a page>>doc:XS.Extensions.LikeApplication.User.LikePage.WebHome]] |
![]() |
16.1 | 63 | * [[Search for pages>>]] |
64 | * [[Tag pages>>]] | ||
![]() |
8.1 | 65 | ))) |
66 | ))) | ||
67 | ))) | ||
68 | ))) | ||
69 | ))) | ||
70 | |||
![]() |
12.1 | 71 | == All the user how-tos == |
72 | |||
![]() |
1.1 | 73 | {{velocity}} |
74 | {{liveData | ||
75 | id="allUserHowtoPages" | ||
76 | properties="doc.title,type,target" | ||
77 | source="liveTable" | ||
78 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
3.1 | 79 | filters="target=user&type=howto" |
![]() |
1.1 | 80 | }} |
81 | { | ||
82 | "meta": { | ||
83 | "propertyDescriptors": [ | ||
84 | { | ||
85 | "id": "target", | ||
86 | "visible": false | ||
87 | } | ||
88 | ] | ||
89 | } | ||
90 | } | ||
91 | {{/liveData}} | ||
92 | {{/velocity}} | ||
![]() |
12.1 | 93 | |
94 | == Related articles == | ||
95 | |||
![]() |
16.1 | 96 | * [[Administrator documentation>>doc:XS.Admin.WebHome]] |
97 | * [[Developer documentation>>doc:XS.Dev.WebHome]] |