Changes for page Resources

Last modified by Agnease on 2026/05/28 08:53

From version 10.4
edited by Agnease
on 2026/05/25 16:20
Change comment: There is no comment for this version
To version 10.3
edited by Agnease
on 2026/05/23 18:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,7 @@
1 1  {{velocity}}
2 2  #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 3  {{html clean="false"}}
4 +
4 4   ## PAGE HEADER
5 5   <section class="hero hero-centered" aria-labelledby="hero-title">
6 6   <div class="container hero-inner">
... ... @@ -8,12 +8,15 @@
8 8   <i class="fa fa-book" aria-hidden="true"></i>
9 9   XWiki resources
10 10   </div>
12 +
11 11   <h1 id="hero-title">XWiki resources for upgrades, security and maintainability</h1>
14 +
12 12   <p class="lead">
13 13   Practical articles for teams that want to keep XWiki secure, upgradeable and easier to maintain over time.
14 14   </p>
15 15   </div>
16 16   </section>
20 +
17 17   ## RESOURCE CARDS
18 18   #set ($resourceItems = [{
19 19   'title': 'Why upgrade your XWiki instance?',
... ... @@ -28,13 +28,16 @@
28 28   'content': 'Guidance for organizing XWiki custom code, scripts, templates and extensions so they remain easier to maintain across upgrades.',
29 29   'linkLabel': 'Read article'
30 30   }])
35 +
31 31   <section id="resources-list" class="services resources-index-page" aria-labelledby="resources-title">
32 32   <div class="container">
33 33   <h2 id="resources-title">Useful XWiki resources</h2>
39 +
34 34   <p class="section-intro">
35 35   Focused guidance for production XWiki platforms, covering upgrade planning, custom development,
36 36   maintainability and safer long-term evolution.
37 37   </p>
44 +
38 38   <div class="services-grid resources-grid">
39 39   #foreach ($entry in $resourceItems)
40 40   <article class="service resource-card">
... ... @@ -41,6 +41,7 @@
41 41   <div class="service-icon" aria-hidden="true">
42 42   <i class="fa fa-$entry.icon"></i>
43 43   </div>
51 +
44 44   <div class="service-body">
45 45   <h4>$entry.title</h4>
46 46   <p>$entry.content</p>
... ... @@ -53,54 +53,58 @@
53 53   </div>
54 54   </div>
55 55   </section>
64 +
56 56   ## UPCOMING TOPICS
57 - #set ($upcomingTopicItems = [{
58 - 'title': 'Upgrade planning',
59 - 'content': 'How to prepare XWiki upgrades when custom code, extensions, authentication and workflows are involved.'
60 - },{
61 - 'title': 'Access and security',
62 - 'content': 'Practical notes on permissions, authentication options, MFA, SSO and security-aware administration.'
63 - },{
64 - 'title': 'Maintainable customization',
65 - 'content': 'How to extend XWiki without creating unnecessary upgrade and maintenance problems.'
66 - }])
67 67   <section class="split-section" aria-labelledby="upcoming-title">
68 68   <div class="container">
69 69   <div class="split-grid">
70 70   <div class="split-copy">
71 71   <h2 id="upcoming-title">More practical XWiki topics coming soon</h2>
71 +
72 72   <p>
73 73   Future resources will cover XWiki access rights, authentication, migrations, security reviews,
74 74   structured applications, workflows and practical administration patterns.
75 75   </p>
76 +
76 76   <p>
77 77   The goal is to publish useful guidance that helps teams make better decisions before an upgrade,
78 78   customization, migration or long-term maintenance engagement.
79 79   </p>
80 80   </div>
82 +
81 81   <ol class="process-list">
82 - #foreach ($entry in $upcomingTopicItems)
83 - <li>
84 - <strong>$entry.title</strong>
85 - $entry.content
86 - </li>
87 - #end
84 + <li>
85 + <strong>Upgrade planning</strong>
86 + How to prepare XWiki upgrades when custom code, extensions, authentication and workflows are involved.
87 + </li>
88 + <li>
89 + <strong>Access and security</strong>
90 + Practical notes on permissions, authentication options, MFA, SSO and security-aware administration.
91 + </li>
92 + <li>
93 + <strong>Maintainable customization</strong>
94 + How to extend XWiki without creating unnecessary upgrade and maintenance problems.
95 + </li>
88 88   </ol>
89 89   </div>
90 90   </div>
91 91   </section>
100 +
92 92   ## CTA
93 93   <section class="cta-section" aria-labelledby="resource-cta-title">
94 94   <div class="container">
95 95   <div class="cta-panel">
96 96   <h2 id="resource-cta-title">Need help with an XWiki project?</h2>
106 +
97 97   <p>
98 98   If your XWiki instance needs an upgrade, custom development, integration work or a technical review,
99 99   Agnease can help evaluate the current state and define practical next steps.
100 100   </p>
111 +
101 101   <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
102 102   </div>
103 103   </div>
104 104   </section>
116 +
105 105  {{/html}}
106 106  {{/velocity}}