Changes for page xwiki-upgrades
Last modified by Alex Cotiugă on 2026/05/12 12:41
From version 1.5
edited by Alex Cotiugă
on 2026/05/01 12:23
on 2026/05/01 12:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,34 +2,22 @@ 2 2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 3 {{html clean="false"}} 4 4 5 - ## COMPACT SERVICE HEADER 6 - <section class="service-header" aria-labelledby="hero-title"> 7 - <div class="container service-header-grid"> 8 - <div class="service-header-main"> 9 - <p class="eyebrow">XWiki service</p> 10 - <h1 id="hero-title">XWiki Upgrades</h1> 11 - <p class="lead-left"> 12 - Safe, planned upgrades for production XWiki instances, with compatibility checks, 13 - rollback planning, and post-upgrade validation. 14 - </p> 15 - <ul class="inline-benefits"> 16 - <li>Latest LTS</li> 17 - <li>Security fixes</li> 18 - <li>Extension checks</li> 19 - <li>Minimal downtime</li> 20 - </ul> 5 + ## COMPACT HERO 6 + <section class="hero hero-centered service-hero" aria-labelledby="hero-title"> 7 + <div class="container hero-inner"> 8 + <h1 id="hero-title">XWiki Upgrades</h1> 9 + <p class="lead"> 10 + Safe, planned upgrades for production XWiki instances. 11 + </p> 12 + <ul class="benefits"> 13 + <li>Latest LTS</li> 14 + <li>Security fixes</li> 15 + <li>Extension checks</li> 16 + <li>Minimal downtime</li> 17 + </ul> 18 + <div class="hero-cta"> 19 + <a href="mailto:alex@agnease.com?subject=XWiki%20Upgrade%20Assessment">Request an upgrade assessment</a> 21 21 </div> 22 - 23 - <aside class="service-aside"> 24 - <h3>Need an upgrade assessment?</h3> 25 - <p> 26 - Send your current XWiki version and a short description of your setup. 27 - Agnease will recommend the target version, estimated effort, and key risks to review. 28 - </p> 29 - <a class="service-cta" href="mailto:alex@agnease.com?subject=XWiki%20Upgrade%20Assessment"> 30 - Request an assessment 31 - </a> 32 - </aside> 33 33 </div> 34 34 </section> 35 35 ... ... @@ -43,7 +43,7 @@ 43 43 'icon': 'refresh', 44 44 'content': 'Plan the upgrade with backups, validation, rollback options, and minimal downtime.' 45 45 },{ 46 - 'title': 'Avoid surprises', 34 + 'title': 'Avoid compatibility surprises', 47 47 'icon': 'puzzle-piece', 48 48 'content': 'Review extensions, custom code, authentication, PDF export, and infrastructure before production.' 49 49 }]) ... ... @@ -106,5 +106,19 @@ 106 106 </div> 107 107 </section> 108 108 97 + ## FINAL CTA 98 + <section class="cta-section compact-cta" aria-labelledby="assessment-title"> 99 + <div class="container"> 100 + <h2 id="assessment-title">Request an XWiki upgrade assessment</h2> 101 + <p class="lead"> 102 + Send your current XWiki version and a short description of your setup. 103 + Agnease will recommend the target version, estimated effort, and key risks to review. 104 + </p> 105 + <p class="text-center contact-inline"> 106 + <a href="mailto:alex@agnease.com?subject=XWiki%20Upgrade%20Assessment">Request an upgrade assessment</a> 107 + </p> 108 + </div> 109 + </section> 110 + 109 109 {{/html}} 110 110 {{/velocity}}