Wiki source code of XWiki Standard Flavor
Last modified by Eleni Cojocariu on 2025/08/04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('Download.WebHome') | ||
3 | {{/velocity}} | ||
4 | |||
5 | == Summary == | ||
6 | |||
7 | {{box cssClass="mybox"}} | ||
8 | {{displayIcon name="page_edit"/}} This is the home of XWiki Standard Flavor (XS in short). Learn everything about editing or viewing a Page. | ||
9 | {{/box}} | ||
10 | |||
11 | == Highlighted documentation == | ||
12 | |||
13 | (% class="download-options" %) | ||
14 | ((( | ||
15 | (% class="col-xs-12 download-container download-option version-option border-blue" %) | ||
16 | ((( | ||
17 | === [[User>>xwiki:Doc.XS.Extensions.XWikiStandardFlavor.User.WebHome]] === | ||
18 | |||
19 | * [[Edit a Page>>xwiki:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.WebHome]] | ||
20 | * [[Simple and Advanced Editing>>xwiki:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.SimpleAdvanced.WebHome]] | ||
21 | * [[Change the Syntax>>xwiki:Doc.XS.Extensions.XWikiStandardFlavor.User.ViewPage.ChangeSyntax.WebHome]] | ||
22 | ))) | ||
23 | |||
24 | ))) | ||
25 | |||
26 | == What are you looking for? == | ||
27 | |||
28 | {{velocity}} | ||
29 | {{liveData | ||
30 | id="allXWikiStandardFlavorDocPages" | ||
31 | properties="doc.title,type,target" | ||
32 | source="liveTable" | ||
33 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg.&location=XWikiStandardFlavor" | ||
34 | }} | ||
35 | |||
36 | {{/liveData}} | ||
37 | {{/velocity}} |