Wiki source code of XWiki Documentation

Version 38.2 by Ecaterina Moraru (Valica) on 2017/08/21

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use('Download.WebHome')
3
4 {{html wiki="true" clean="false"}}
5 <div class="download-options">
6 <div class="col-xs-12 download-container download-option version-option border-blue fa-icon fa-cogs">
7 === [[Admin Guide>>platform:AdminGuide.WebHome]] ===
8 Provides general information for administrators that need to customize and administer their XWiki installation (authentication, DB, performance tuning, etc.)
9 <div class="version-footer">
10 [[Administer>>platform:AdminGuide.WebHome||class="btn btn-primary]]
11 </div>
12 </div>
13 <div class="col-xs-12 download-container download-option version-option border-cyan fa-icon fa-user">
14 === [[User Guide>>enterprise:UserGuide.WebHome]] ===
15 Dedicated for standard users of the wiki. It contains a Getting Started Guide and a reference to the features, in addition to videos and tutorials.
16 <div class="version-footer">
17 [[Learn>>enterprise:UserGuide.WebHome||class="btn btn-info]]
18 </div>
19 </div>
20 <div class="col-xs-12 download-container download-option version-option border-green fa-icon fa-code">
21 === [[Developer Guide>>platform:DevGuide.WebHome]] ===
22 Details how to develop in-wiki applications or how to integrate other software with XWiki. Contains details on how to insert scripts into XWiki pages.
23 <div class="version-footer">
24 [[Develop>>platform:DevGuide.WebHome||class="btn btn-success]]
25 </div>
26 </div>
27 </div>
28 {{/html}}
29
30 == Projects and Extensions ==
31
32 The XWiki.org web site is organized by [[projects and extensions>>xwiki:Main.Forge]], each having their own site. Every site holds the documentation for its projects:
33 * [[Documentation for Extensions>>extensions:Main.WebHome]]
34 * [[Documentation for XWiki Rendering>>rendering:Main.WebHome]]
35 * [[Documentation for XWiki Commons>>commons:Main.WebHome]]
36
37 If you need more help with your wiki or you'd like to get in touch with the community please visit the [[Support>>xwiki:Main.Support]] for more information. If you still have a question after reading these guides, check our [[FAQ>>xwiki:FAQ.WebHome]].
38
39 Information regarding the Open Source development of the XWiki Platform itself or to XWiki related projects and extensions can be found on the [[Development>>dev:Main.WebHome]] wiki and on the [[Contrib>>contrib:Main.WebHome]] wiki.

Get Connected