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