Wiki source code of Documentation for the XWiki Platform
Version 5.3 by Vincent Massol on 2025/07/31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use('Download.WebHome') | ||
3 | {{/velocity}} | ||
4 | |||
5 | == Summary == | ||
6 | |||
7 | Documentation for the full XWiki Platform ([[XWiki Standard>>Doc.XS.WebHome]] and [[Extensions>>Doc.Extensions.WebHome]]). | ||
8 | |||
9 | (%class="download-options"%)((( | ||
10 | (%class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-user"%)((( | ||
11 | === [[XWiki Standard>>xwiki:Doc.XS.WebHome]] === | ||
12 | Documentation for XWiki Standard. | ||
13 | (%class="version-footer"%)((( | ||
14 | ))) | ||
15 | ))) | ||
16 | (%class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-cogs"%)((( | ||
17 | === [[Extensions>>xwiki:Doc.Extensions.WebHome]] === | ||
18 | Extensions you can install in XWiki Standard to augment its features. | ||
19 | (%class="version-footer"%)((( | ||
20 | ))) | ||
21 | ))) | ||
22 | ))) | ||
23 | |||
24 | == What are you looking for? == | ||
25 | |||
26 | {{velocity}} | ||
27 | {{liveData | ||
28 | id="allDocPages" | ||
29 | properties="doc.title,type,target" | ||
30 | source="liveTable" | ||
31 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
32 | }} | ||
33 | |||
34 | {{/liveData}} | ||
35 | {{/velocity}} |