Last modified by Agnease on 2026/05/26 11:00

From version 2.1
edited by Agnease
on 2026/05/18 19:22
Change comment: Imported from XAR
To version 10.1
edited by Agnease
on 2026/05/22 06:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -XWiki custom development
1 +xwiki-custom-development
Content
... ... @@ -5,13 +5,13 @@
5 5   <section class="resource-header" aria-labelledby="hero-title">
6 6   <div class="container">
7 7   <div class="text-center">
8 - <div class="resource-kicker">
8 + <div class="hero-kicker">
9 9   <i class="fa fa-code" aria-hidden="true"></i>
10 10   XWiki custom development guidance
11 11   </div>
12 12   </div>
13 13  
14 - <h1 id="hero-title">How to customize XWiki without creating upgrade problems</h1>
14 + <h1 id="hero-title">Why XWiki custom development needs structure, documentation and upgrade awareness</h1>
15 15  
16 16   <p class="resource-summary">
17 17   XWiki can be adapted to complex business needs. The important part is to keep custom work documented,
... ... @@ -23,6 +23,17 @@
23 23   <section class="resource-page">
24 24   <div class="container">
25 25   <div class="resource-layout">
26 + <aside class="resource-sidebar" aria-label="Page summary">
27 + <h4>In this guide</h4>
28 + <ul>
29 + <li><a href="#why-customize">Why customize XWiki</a></li>
30 + <li><a href="#where-risk-appears">Where risk appears</a></li>
31 + <li><a href="#safe-model">Safe model</a></li>
32 + <li><a href="#upgrade-validation">Upgrade validation</a></li>
33 + <li><a href="#practical-checklist">Checklist</a></li>
34 + <li><a href="#strategic-advantage">Strategic advantage</a></li>
35 + </ul>
36 + </aside>
26 26  
27 27   <article class="resource-content">
28 28  
... ... @@ -174,19 +174,6 @@
174 174   </div>
175 175  
176 176   </article>
177 -
178 - <aside class="resource-sidebar" aria-label="Page summary">
179 - <h4>In this guide</h4>
180 - <ul>
181 - <li><a href="#why-customize">Why customize XWiki</a></li>
182 - <li><a href="#where-risk-appears">Where risk appears</a></li>
183 - <li><a href="#safe-model">Safe model</a></li>
184 - <li><a href="#upgrade-validation">Upgrade validation</a></li>
185 - <li><a href="#practical-checklist">Checklist</a></li>
186 - <li><a href="#strategic-advantage">Strategic advantage</a></li>
187 - </ul>
188 - </aside>
189 -
190 190   </div>
191 191   </div>
192 192   </section>
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,0 +1,1 @@
1 +Learn how to organize XWiki custom development, scripts, extensions and templates so your platform stays easier to maintain, document and upgrade.
metaTitle
... ... @@ -1,0 +1,1 @@
1 +How to Customize XWiki Without Creating Upgrade Problems | Agnease