Changes for page testpage2

Last modified by geosens on 2025/01/15 19:04

From version 12.1
edited by geosens
on 2024/12/02 22:17
Change comment: There is no comment for this version
To version 13.2
edited by geosens
on 2024/12/02 22:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,18 +1,20 @@
1 -Title
1 +{{velocity output="false"}}
2 +$xwiki.ssx.use('Documentation.WebHome')
3 +{{/velocity}}
2 2  
3 3  (% class="row cards" %)
4 4  (((
5 -(% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %)
7 +(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %)
6 6  (((
7 7  (% class="card card1" %)
8 8  (((
9 9  (% class="card-body" %)
10 10  (((
11 -==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ====
13 +==== (% class="card-title" %)[[Scripting API Guide>>Documentation.DevGuide.Scripting.APIGuide.WebHome]](%%) ====
12 12  
13 13  (% class="card-text" %)
14 14  (((
15 -Start by reading the Getting Started Guide.
17 +Guide that show how to use important XWiki APIs from a script.
16 16  )))
17 17  )))
18 18  )))
... ... @@ -24,11 +24,11 @@
24 24  (((
25 25  (% class="card-body" %)
26 26  (((
27 -==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ====
29 +==== (% class="card-title" %)[[API Reference>>Documentation.DevGuide.API.WebHome]](%%) ====
28 28  
29 29  (% class="card-text" %)
30 30  (((
31 -In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature.
33 +The API is available as a JavaDoc. It presents the objects and properties that you can access with scripting.
32 32  )))
33 33  )))
34 34  )))
... ... @@ -40,11 +40,11 @@
40 40  (((
41 41  (% class="card-body" %)
42 42  (((
43 -==== (% class="card-title" %)[[Playground>>https://www.xwikiplayground.org]](%%) ====
45 +==== (% class="card-title" %)[[Scripting>>Documentation.DevGuide.Scripting.WebHome]](%%) ====
44 44  
45 45  (% class="card-text" %)
46 46  (((
47 -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.
49 +Classes and Scripting will allow you to create basic to complex web applications at the XWiki document layer without the need for compiling code or deploying software components.
48 48  )))
49 49  )))
50 50  )))