Changes for page Services
Last modified by Alex Cotiuga on 2026/07/13 06:33
From version 3.3
edited by Alex Cotiuga
on 2026/05/12 12:08
on 2026/05/12 12:08
Change comment:
There is no comment for this version
To version 9.6
edited by Alex Cotiuga
on 2026/05/22 08:43
on 2026/05/22 08:43
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - services1 +XWiki Services - Content
-
... ... @@ -13,15 +13,10 @@ 13 13 <h1 id="hero-title">XWiki consulting, support and development</h1> 14 14 15 15 <p class="lead"> 16 - Specialized services for organizationsthatrely on XWikiforknowledgemanagement,intranets,17 - workflows,documentation andinternaloperations.16 + Specialized XWiki services for production platforms, including safe LTS upgrades, long-term maintenance, 17 + custom applications, integrations, migrations and workflow support. 18 18 </p> 19 19 20 - <p class="hero-support"> 21 - From safe LTS upgrades and long-term maintenance to custom applications, integrations and migrations, 22 - your XWiki platform can stay secure, stable and useful as your organization evolves. 23 - </p> 24 - 25 25 <div class="hero-actions"> 26 26 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 27 27 </div> ... ... @@ -32,48 +32,58 @@ 32 32 #set ($sectionItems = [{ 33 33 'title': 'XWiki Upgrade Services', 34 34 'icon': 'refresh', 35 - 'url': ' /services/xwiki-upgrades',30 + 'url': 'services.xwiki-upgrades', 36 36 'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.' 37 37 },{ 38 38 'title': 'XWiki Support & Maintenance', 39 39 'icon': 'life-ring', 40 - 'url': ' /services/xwiki-maintenance-support',35 + 'url': 'services.xwiki-maintenance-support', 41 41 'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.' 42 42 },{ 43 43 'title': 'XWiki Development & Integrations', 44 44 'icon': 'cogs', 45 - 'url': ' /services/xwiki-development-integrations',40 + 'url': 'services.xwiki-development-integrations', 46 46 'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.' 47 47 },{ 48 48 'title': 'XWiki Migrations', 49 49 'icon': 'exchange', 50 - 'url': ' /services/xwiki-migrations',45 + 'url': 'services.xwiki-migrations', 51 51 'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.' 52 52 },{ 53 53 'title': 'Authentication & Access Control', 54 54 'icon': 'lock', 55 - 'url': ' /services/xwiki-authentication-access-control',50 + 'url': 'services.xwiki-authentication-access-control', 56 56 'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.' 57 57 },{ 58 58 'title': 'XWiki Security Review', 59 59 'icon': 'shield', 60 - 'url': ' /services/xwiki-security-review',55 + 'url': 'services.xwiki-security-review', 61 61 'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.' 62 62 }]) 63 63 64 - <section aria-labelledby="items-title"> 59 + <section id="services-list" class="services" aria-labelledby="items-title"> 65 65 <div class="container"> 66 - <h2 id="items-title">How Agneasecanhelp</h2>61 + <h2 id="items-title">How we help</h2> 67 67 68 - <div class="widgets"> 63 + <p class="section-intro"> 64 + Focused XWiki services for production platforms, long-term maintenance, business-specific extensions 65 + and safe evolution over time. 66 + </p> 67 + 68 + <div class="services-grid"> 69 69 #foreach ($entry in $sectionItems) 70 - <article class=" widget">71 - <div class="icon" aria-hidden="true"> 70 + <article class="service"> 71 + <div class="service-icon" aria-hidden="true"> 72 72 <i class="fa fa-$entry.icon"></i> 73 + </div> 74 + 75 + <div class="service-body"> 73 73 <h4>$entry.title</h4> 77 + <p>$entry.content</p> 78 + <p class="card-link"> 79 + <a href="$xwiki.getURL($entry.url)">View service</a> 80 + </p> 74 74 </div> 75 - <p>$entry.content</p> 76 - <p class="card-link"><a href="$entry.url">View service</a></p> 77 77 </article> 78 78 #end 79 79 </div> ... ... @@ -80,12 +80,56 @@ 80 80 </div> 81 81 </section> 82 82 88 + ## EXPECTATION / DELIVERY SECTION 89 + <section class="split-section" aria-labelledby="delivery-title"> 90 + <div class="container"> 91 + <div class="split-grid"> 92 + <div class="split-copy"> 93 + <h2 id="delivery-title">Practical delivery for real XWiki environments</h2> 94 + 95 + <p> 96 + XWiki projects are rarely just about installing a platform or applying an upgrade. Production instances 97 + often include custom applications, authentication integrations, extensions, scripts, rights models, 98 + imported content and business-specific workflows. 99 + </p> 100 + 101 + <p> 102 + The work is approached with care for stability, compatibility and maintainability, so the platform 103 + remains easier to operate after the project is completed. 104 + </p> 105 + </div> 106 + 107 + <ol class="process-list"> 108 + <li> 109 + <strong>Understand the current setup</strong> 110 + Review the version, extensions, infrastructure, authentication, custom code and business-critical features. 111 + </li> 112 + <li> 113 + <strong>Define a safe scope</strong> 114 + Clarify risks, expected effort, dependencies, validation steps and recommended next actions. 115 + </li> 116 + <li> 117 + <strong>Deliver with documentation</strong> 118 + Implement the agreed work, validate the result and document relevant changes for future maintenance. 119 + </li> 120 + </ol> 121 + </div> 122 + </div> 123 + </section> 124 + 83 83 ## CTA 84 - <section class="cta-section"> 126 + <section class="cta-section" aria-labelledby="cta-title"> 85 85 <div class="container"> 86 - <p class="text-center contact-inline"> 87 - Not sure where to start? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 88 - </p> 128 + <div class="cta-panel"> 129 + <h2 id="cta-title">Need help with XWiki?</h2> 130 + 131 + <p> 132 + Send a short description of your current XWiki setup, the issue you are facing, or the type of project 133 + you want to build. A few details are enough to start the conversation. 134 + </p> 135 + 136 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 137 + </div> 89 89 </div> 90 90 </section> 91 91
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +Agnease provides XWiki services including LTS upgrades, support, maintenance, custom development, integrations, migrations, authentication and security reviews. - metaTitle
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki Services for Upgrades, Support and Custom Development | Agnease