Wiki source code of Home

Version 13.1 by Alex Jaeger on 2026/08/13 16:30

Show last authors
1 == Welcome to your wiki ==
2
3 XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages.
4
5 XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
6
7
8
9 {{html clean="false"}}
10
11 <style>
12 .card-grid {
13 display: grid;
14 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
15 gap: 20px;
16 margin: 20px 0;
17 }
18
19 .x-card {
20 background: #ffffff;
21 border: 1px solid #ddd;
22 border-radius: 8px;
23 padding: 20px;
24 box-shadow: 0 2px 6px rgba(0,0,0,0.08);
25 transition: transform 0.15s ease, box-shadow 0.15s ease;
26 }
27
28 .x-card:hover {
29 transform: translateY(-3px);
30 box-shadow: 0 6px 14px rgba(0,0,0,0.12);
31 }
32
33 .x-card h3 {
34 margin-top: 0;
35 }
36
37 .x-card a {
38 text-decoration: none;
39 }
40 </style>
41
42 <div class="card-grid">
43
44 <div class="x-card">
45 <h3>Project One</h3>
46 <p>Description of the first project.</p>
47 <a href="/xwiki/bin/view/Projects/ProjectOne/">View project →</a>
48 </div>
49
50 <div class="x-card">
51 <h3>Project Two</h3>
52 <p>Description of the second project.</p>
53 <a href="/xwiki/bin/view/Projects/ProjectTwo/">View project →</a>
54 </div>
55
56 <div class="x-card">
57 <h3>Documentation</h3>
58 <p>Technical documentation and reference material.</p>
59 <a href="/xwiki/bin/view/Documentation/">View documentation →</a>
60 </div>
61
62 </div>
63
64 {{/html}}
65
66
67
68
69
70
71
72 == The basics ==
73
74 To make the most out of your wiki, log-in and:
75
76 Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs.
77
78 Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
79
80 Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
81
82 You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
83
84 {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}
85
86 (% class="row" %)
87 (((
88 (% class="col-xs-12 col-sm-6" %)
89 (((
90 == Extend your wiki ==
91
92 To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin&section=XWiki.Extensions"]] where you can search for and install extensions.
93
94 To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]].
95 )))
96
97 (% class="col-xs-12 col-sm-6" %)
98 (((
99 == Create your application ==
100
101 Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
102
103 AWM will take care of making it easy for you and your users to create and manage the data.
104 )))
105 )))