... |
... |
@@ -19,23 +19,22 @@ |
19 |
19 |
Moderate or minor injury and equipment damage may be caused by inproper operatoin. |
20 |
20 |
|
21 |
21 |
{{velocity output="false"}} |
22 |
|
-$xwiki.ssx.use('Documentation.WebHome') |
23 |
|
-$xwiki.ssx.use('Documentation.UserGuide.WebHome') |
|
22 |
+$xwiki.ssx.use('xwiki:Documentation.WebHome') |
24 |
24 |
{{/velocity}} |
25 |
25 |
|
26 |
26 |
(% class="row cards" %) |
27 |
27 |
((( |
28 |
|
-(% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %) |
|
27 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
29 |
29 |
((( |
30 |
30 |
(% class="card card1" %) |
31 |
31 |
((( |
32 |
32 |
(% class="card-body" %) |
33 |
33 |
((( |
34 |
|
-==== (% class="card-title" %)[[Getting Started>>Documentation.UserGuide.GettingStarted.WebHome]](%%) ==== |
|
33 |
+==== (% class="card-title" %)[[Installation>>Documentation.AdminGuide.Installation.WebHome]](%%) ==== |
35 |
35 |
|
36 |
36 |
(% class="card-text" %) |
37 |
37 |
((( |
38 |
|
-Start by reading the Getting Started Guide. |
|
37 |
+Learn how to install XWiki on your machine or upgrade an existing installation. |
39 |
39 |
))) |
40 |
40 |
))) |
41 |
41 |
))) |
... |
... |
@@ -47,11 +47,11 @@ |
47 |
47 |
((( |
48 |
48 |
(% class="card-body" %) |
49 |
49 |
((( |
50 |
|
-==== (% class="card-title" %)[[Features>>Documentation.UserGuide.Features.WebHome]](%%) ==== |
|
49 |
+==== (% class="card-title" %)[[Configuration>>Documentation.AdminGuide.Configuration.WebHome]](%%) ==== |
51 |
51 |
|
52 |
52 |
(% class="card-text" %) |
53 |
53 |
((( |
54 |
|
-In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature. |
|
53 |
+Learn how to configure and tune XWiki in various ways. |
55 |
55 |
))) |
56 |
56 |
))) |
57 |
57 |
))) |
... |
... |
@@ -63,11 +63,11 @@ |
63 |
63 |
((( |
64 |
64 |
(% class="card-body" %) |
65 |
65 |
((( |
66 |
|
-==== (% class="card-title" %)[[Playground>>playground:Main.WebHome]](%%) ==== |
|
65 |
+==== (% class="card-title" %)[[Upgrade>>Documentation.AdminGuide.Upgrade]](%%) ==== |
67 |
67 |
|
68 |
68 |
(% class="card-text" %) |
69 |
69 |
((( |
70 |
|
-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. |
|
69 |
+Learn how to upgrade your XWiki installation to keep it up-to-date. |
71 |
71 |
))) |
72 |
72 |
))) |
73 |
73 |
))) |
... |
... |
@@ -74,94 +74,233 @@ |
74 |
74 |
))) |
75 |
75 |
))) |
76 |
76 |
|
77 |
|
-== Videos == |
|
76 |
+== Main Topics == |
78 |
78 |
|
79 |
|
-{{comment}} |
80 |
|
-Videos that are no longer valid (user deleted their channel) and that need to be redone |
81 |
81 |
|
82 |
|
-{ |
83 |
|
- "title": "Login and change password", |
84 |
|
- "topics": [ |
85 |
|
- "More about [[user management>>Documentation.AdminGuide.User Management]].", |
86 |
|
- "by Andrea Russo on XWiki 7.4.1" |
87 |
|
- ], |
88 |
|
- "url": "https://www.youtube.com/embed/BSZatx7zr6w", |
89 |
|
- "duration": "2:13 min" |
90 |
|
-}, { |
91 |
|
- "title": "Edit page and revisions", |
92 |
|
- "topics": [ |
93 |
|
- "More about [[page editing>>Documentation.UserGuide.Features.PageEditing]].", |
94 |
|
- "by Andrea Russo on XWiki 7.4.1" |
95 |
|
- ], |
96 |
|
- "url": "https://www.youtube.com/embed/Q-dHhNLBraA", |
97 |
|
- "duration": "5:44 min" |
98 |
|
-}, { |
99 |
|
- "title": "Watch pages and get notified via email", |
100 |
|
- "topics": [ |
101 |
|
- "More about [[notifications>>Documentation.UserGuide.Features.Notifications]].", |
102 |
|
- "by Andrea Russo on XWiki 7.4.1" |
103 |
|
- ], |
104 |
|
- "url": "https://www.youtube.com/embed/3kwLfw-taRQ", |
105 |
|
- "duration": "4:20 min" |
106 |
|
-}, { |
107 |
|
- "title": "Invite people to join the wiki", |
108 |
|
- "topics": [ |
109 |
|
- "More about [[invitations>>extensions:Extension.Invitation Application]].", |
110 |
|
- "by Andrea Russo on XWiki 7.4.1" |
111 |
|
- ], |
112 |
|
- "url": "https://www.youtube.com/embed/3UwxW0qnZT4", |
113 |
|
- "duration": "4:05 min" |
114 |
|
-}, { |
115 |
|
- "title": "Create a new wiki", |
116 |
|
- "topics": [ |
117 |
|
- "More about [[subwikis>>extensions:Extension.Wiki Application]].", |
118 |
|
- "by Andrea Russo on XWiki 7.4.1" |
119 |
|
- ], |
120 |
|
- "url": "https://www.youtube.com/embed/O3HwD43uFDY", |
121 |
|
- "duration": "5:23 min" |
122 |
|
-}, { |
123 |
|
- "title": "Configure your wiki", |
124 |
|
- "topics": [ |
125 |
|
- "More about [[configuration>>Documentation.AdminGuide.Configuration.WebHome]].", |
126 |
|
- "by Andrea Russo on XWiki 7.4.1" |
127 |
|
- ], |
128 |
|
- "url": "https://www.youtube.com/embed/8bdGiZuqCI0", |
129 |
|
- "duration": "7:40 min" |
130 |
|
-}, |
131 |
|
-{{/comment}} |
|
79 |
+(% class="row cards" %) |
|
80 |
+((( |
|
81 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
82 |
+((( |
|
83 |
+(% class="card card2" %) |
|
84 |
+((( |
|
85 |
+(% class="card-body" %) |
|
86 |
+((( |
|
87 |
+(% class="card-title" %) |
|
88 |
+((( |
|
89 |
+===== [[Documentation.AdminGuide.Authentication.WebHome]] ===== |
|
90 |
+))) |
132 |
132 |
|
133 |
|
-{{videoCard}} |
134 |
|
-[{ |
135 |
|
- "title": "Edit a Page", |
136 |
|
- "topics": [ |
137 |
|
- "More about [[page editing>>Documentation.UserGuide.Features.PageEditing]].", |
138 |
|
- "by Silvia Macovei on XWiki 7.4-M1" |
139 |
|
- ], |
140 |
|
- "url": "https://www.youtube.com/embed/aOWbopEw5i4", |
141 |
|
- "duration": "0:16 min" |
142 |
|
-}, { |
143 |
|
- "title": "Create a Nested Page", |
144 |
|
- "topics": [ |
145 |
|
- "More about how to [[create a page>>platform:Features.DocumentLifecycle||anchor='HCreate']].", |
146 |
|
- "by Silvia Macovei on XWiki 7.4-M1" |
147 |
|
- ], |
148 |
|
- "url": "https://www.youtube.com/embed/MXxfvcOOQjw", |
149 |
|
- "duration": "0:20 min" |
150 |
|
-}, { |
151 |
|
- "title": "Create a Terminal Page", |
152 |
|
- "topics": [ |
153 |
|
- "More about how to [[create a page>>platform:Features.DocumentLifecycle||anchor='HCreate']].", |
154 |
|
- "by Silvia Macovei on XWiki 7.4-M1" |
155 |
|
- ], |
156 |
|
- "url": "https://www.youtube.com/embed/XlO-4SXSs0k", |
157 |
|
- "duration": "0:28 min" |
158 |
|
-}, { |
159 |
|
- "title": "View the History of a Page", |
160 |
|
- "topics": [ |
161 |
|
- "More about the [[page history>>Documentation.UserGuide.Features.VersionControl]].", |
162 |
|
- "by Silvia Macovei on XWiki 7.4-M1" |
163 |
|
- ], |
164 |
|
- "url": "https://www.youtube.com/embed/3yqlLN8dZhw", |
165 |
|
- "duration": "0:25 min" |
166 |
|
-}] |
167 |
|
-{{/videoCard}} |
|
92 |
+(% class="card-subtitle mb-2" %) |
|
93 |
+((( |
|
94 |
+====== Configure XWiki's authentication mechanism (Database, LDAP, custom implementation, etc). ====== |
|
95 |
+))) |
|
96 |
+))) |
|
97 |
+))) |
|
98 |
+))) |
|
99 |
+ |
|
100 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
101 |
+((( |
|
102 |
+(% class="card card2" %) |
|
103 |
+((( |
|
104 |
+(% class="card-body" %) |
|
105 |
+((( |
|
106 |
+(% class="card-title" %) |
|
107 |
+((( |
|
108 |
+===== [[Documentation.AdminGuide.User Management]] ===== |
|
109 |
+))) |
|
110 |
+ |
|
111 |
+(% class="card-subtitle mb-2" %) |
|
112 |
+((( |
|
113 |
+====== Add, Edit, Delete and manage users. ====== |
|
114 |
+))) |
|
115 |
+))) |
|
116 |
+))) |
|
117 |
+))) |
|
118 |
+ |
|
119 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
120 |
+((( |
|
121 |
+(% class="card card2" %) |
|
122 |
+((( |
|
123 |
+(% class="card-body" %) |
|
124 |
+((( |
|
125 |
+(% class="card-title" %) |
|
126 |
+((( |
|
127 |
+===== [[Documentation.AdminGuide.Access Rights.WebHome]] ===== |
|
128 |
+))) |
|
129 |
+ |
|
130 |
+(% class="card-subtitle mb-2" %) |
|
131 |
+((( |
|
132 |
+====== Define which users should be allowed to view and interact with your wiki. ====== |
|
133 |
+))) |
|
134 |
+))) |
|
135 |
+))) |
|
136 |
+))) |
|
137 |
+))) |
|
138 |
+ |
|
139 |
+(% class="hidden-xs" %) |
|
140 |
+---- |
|
141 |
+ |
|
142 |
+(% class="row cards" %) |
|
143 |
+((( |
|
144 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
145 |
+((( |
|
146 |
+(% class="card card2" %) |
|
147 |
+((( |
|
148 |
+(% class="card-body" %) |
|
149 |
+((( |
|
150 |
+(% class="card-title" %) |
|
151 |
+((( |
|
152 |
+===== [[Import/Export>>Documentation.AdminGuide.ImportExport]] ===== |
|
153 |
+))) |
|
154 |
+ |
|
155 |
+(% class="card-subtitle mb-2" %) |
|
156 |
+((( |
|
157 |
+====== Import and Export pages to and from your wikis. ====== |
|
158 |
+))) |
|
159 |
+))) |
|
160 |
+))) |
|
161 |
+))) |
|
162 |
+ |
|
163 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
164 |
+((( |
|
165 |
+(% class="card card2" %) |
|
166 |
+((( |
|
167 |
+(% class="card-body" %) |
|
168 |
+((( |
|
169 |
+(% class="card-title" %) |
|
170 |
+((( |
|
171 |
+===== [[Skins>>Documentation.AdminGuide.Skins]] ===== |
|
172 |
+))) |
|
173 |
+ |
|
174 |
+(% class="card-subtitle mb-2" %) |
|
175 |
+((( |
|
176 |
+====== Learn how to use a different skin and even how to create a complete new one. ====== |
|
177 |
+))) |
|
178 |
+))) |
|
179 |
+))) |
|
180 |
+))) |
|
181 |
+ |
|
182 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
183 |
+((( |
|
184 |
+(% class="card card2" %) |
|
185 |
+((( |
|
186 |
+(% class="card-body" %) |
|
187 |
+((( |
|
188 |
+(% class="card-title" %) |
|
189 |
+((( |
|
190 |
+===== [[Backup/Restore>>Documentation.AdminGuide.Backup]] ===== |
|
191 |
+))) |
|
192 |
+ |
|
193 |
+(% class="card-subtitle mb-2" %) |
|
194 |
+((( |
|
195 |
+====== Learn how to backup and restore your wiki. ====== |
|
196 |
+))) |
|
197 |
+))) |
|
198 |
+))) |
|
199 |
+))) |
|
200 |
+))) |
|
201 |
+ |
|
202 |
+(% class="hidden-xs" %) |
|
203 |
+---- |
|
204 |
+ |
|
205 |
+(% class="row cards" %) |
|
206 |
+((( |
|
207 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
208 |
+((( |
|
209 |
+(% class="card card2" %) |
|
210 |
+((( |
|
211 |
+(% class="card-body" %) |
|
212 |
+((( |
|
213 |
+(% class="card-title" %) |
|
214 |
+((( |
|
215 |
+===== [[Documentation.AdminGuide.Performances.Database Administration.WebHome]] ===== |
|
216 |
+))) |
|
217 |
+ |
|
218 |
+(% class="card-subtitle mb-2" %) |
|
219 |
+((( |
|
220 |
+====== Administer your XWiki database. ====== |
|
221 |
+))) |
|
222 |
+))) |
|
223 |
+))) |
|
224 |
+))) |
|
225 |
+ |
|
226 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
227 |
+((( |
|
228 |
+(% class="card card2" %) |
|
229 |
+((( |
|
230 |
+(% class="card-body" %) |
|
231 |
+((( |
|
232 |
+(% class="card-title" %) |
|
233 |
+((( |
|
234 |
+===== [[Performance Tuning>>Documentation.AdminGuide.Performances.WebHome]] ===== |
|
235 |
+))) |
|
236 |
+ |
|
237 |
+(% class="card-subtitle mb-2" %) |
|
238 |
+((( |
|
239 |
+====== Improve your wiki's performance. ====== |
|
240 |
+))) |
|
241 |
+))) |
|
242 |
+))) |
|
243 |
+))) |
|
244 |
+ |
|
245 |
+(% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) |
|
246 |
+((( |
|
247 |
+(% class="card card2" %) |
|
248 |
+((( |
|
249 |
+(% class="card-body" %) |
|
250 |
+((( |
|
251 |
+(% class="card-title" %) |
|
252 |
+((( |
|
253 |
+===== [[Documentation.AdminGuide.Security]] ===== |
|
254 |
+))) |
|
255 |
+ |
|
256 |
+(% class="card-subtitle mb-2" %) |
|
257 |
+((( |
|
258 |
+====== Tune the configuration to secure your wiki. ====== |
|
259 |
+))) |
|
260 |
+))) |
|
261 |
+))) |
|
262 |
+))) |
|
263 |
+))) |
|
264 |
+ |
|
265 |
+ |
|
266 |
+(% class="row cards" %) |
|
267 |
+((( |
|
268 |
+ |
|
269 |
+))) |
|
270 |
+ |
|
271 |
+== Other Topics == |
|
272 |
+ |
|
273 |
+ |
|
274 |
+; [[Multi Tenancy>>Documentation.AdminGuide.Virtualization.WebHome]] |
|
275 |
+: Learn how you can have multiple wikis running on the same XWiki instance (i.e. same JVM) for great scalability. |
|
276 |
+ |
|
277 |
+; [[Access a wiki>>Documentation.AdminGuide.Virtualization.AccessWiki.WebHome]] |
|
278 |
+: Learn the different ways to target a wiki when you have more than one wiki in your instance. |
|
279 |
+ |
|
280 |
+; [[Applications installation into wiki-farm>>Documentation.AdminGuide.Installation.ApplicationInstallationIntoWikiFarm.WebHome]] |
|
281 |
+: Learn the peculiarities of application installation on wiki-farm |
|
282 |
+ |
|
283 |
+; [[Documentation.AdminGuide.Group Management]] |
|
284 |
+: Add, Edit, Delete and manage groups. |
|
285 |
+ |
|
286 |
+; [[Documentation.AdminGuide.Configuration.Encoding.WebHome]] |
|
287 |
+: Learn how to configure XWiki for UTF-8 or any other non-default encoding. |
|
288 |
+ |
|
289 |
+; [[Documentation.AdminGuide.Logging]] |
|
290 |
+: Configure XWiki's logging system. |
|
291 |
+ |
|
292 |
+; [[Documentation.AdminGuide.Attachments]] |
|
293 |
+: Configure how attachments are stored, whether version history will be kept and set size limits. |
|
294 |
+ |
|
295 |
+; [[Short URLs>>Documentation.AdminGuide.ShortURLs]] |
|
296 |
+: Learn how to configure the XWiki URL scheme to generate short URLs. |
|
297 |
+ |
|
298 |
+; [[Clustering>>Documentation.AdminGuide.Clustering.WebHome]] |
|
299 |
+: You can run multiple instances of XWiki on the same database to be able to do load balancing. Here's how to do it. |
|
300 |
+ |
|
301 |
+; [[Documentation.AdminGuide.Monitoring]] |
|
302 |
+: Monitor a running instance using JMX |
|
303 |
+ |
|
304 |
+; [[AntiSpam Techniques>>Documentation.AdminGuide.AntiSpam]] |
|
305 |
+: Various strategies and tools to fight spam in public XWiki instances |