Wiki source code of Howto Guides for Users
Last modified by Eleni Cojocariu on 2025/08/06
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 | |||
![]() |
17.13 | 8 | Goal-oriented guides for regular users to help get things done in XWiki, from creating Pages to more advanced user actions. |
![]() |
1.1 | 9 | |
![]() |
17.11 | 10 | == Highlights == |
![]() |
12.1 | 11 | |
![]() |
8.1 | 12 | (% class="row cards" %) |
13 | ((( | ||
![]() |
13.2 | 14 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
![]() |
8.1 | 15 | ((( |
16 | (% class="card card1" %) | ||
17 | ((( | ||
18 | (% class="card-body" %) | ||
19 | ((( | ||
![]() |
11.1 | 20 | ==== (% class="card-title" %)Create and edit pages(%%) ==== |
![]() |
8.1 | 21 | |
22 | (% class="card-text" %) | ||
23 | ((( | ||
![]() |
17.7 | 24 | * [[Edit a page>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] |
![]() |
8.1 | 25 | ))) |
26 | ))) | ||
27 | ))) | ||
28 | ))) | ||
29 | |||
30 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
31 | ((( | ||
32 | (% class="card card1" %) | ||
33 | ((( | ||
34 | (% class="card-body" %) | ||
35 | ((( | ||
![]() |
11.1 | 36 | ==== (% class="card-title" %)Customize your profile(%%) ==== |
![]() |
8.1 | 37 | |
38 | (% class="card-text" %) | ||
39 | ((( | ||
![]() |
17.9 | 40 | * [[Edit your profile information>>doc:Doc.XS.Extensions.User.UserProfileApplication.User.EditProfile.WebHome]] |
![]() |
8.1 | 41 | ))) |
42 | ))) | ||
43 | ))) | ||
44 | ))) | ||
45 | |||
46 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
47 | ((( | ||
48 | (% class="card card1" %) | ||
49 | ((( | ||
50 | (% class="card-body" %) | ||
51 | ((( | ||
![]() |
11.1 | 52 | ==== (% class="card-title" %)Discover advanced XWiki features(%%) ==== |
![]() |
8.1 | 53 | |
54 | (% class="card-text" %) | ||
55 | ((( | ||
![]() |
17.5 | 56 | * [[Like or unlike a page>>doc:Doc.XS.Extensions.Like.LikeApplication.User.LikePage.WebHome]] |
![]() |
8.1 | 57 | ))) |
58 | ))) | ||
59 | ))) | ||
60 | ))) | ||
61 | ))) | ||
62 | |||
![]() |
17.10 | 63 | == What are you looking for? == |
![]() |
12.1 | 64 | |
![]() |
1.1 | 65 | {{velocity}} |
66 | {{liveData | ||
67 | id="allUserHowtoPages" | ||
68 | properties="doc.title,type,target" | ||
69 | source="liveTable" | ||
70 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
![]() |
3.1 | 71 | filters="target=user&type=howto" |
![]() |
1.1 | 72 | }} |
73 | { | ||
74 | "meta": { | ||
75 | "propertyDescriptors": [ | ||
76 | { | ||
77 | "id": "target", | ||
78 | "visible": false | ||
79 | } | ||
80 | ] | ||
81 | } | ||
82 | } | ||
83 | {{/liveData}} | ||
84 | {{/velocity}} | ||
![]() |
12.1 | 85 | |
86 | == Related articles == | ||
87 | |||
![]() |
17.3 | 88 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] |
![]() |
17.4 | 89 | * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]] |