Changes for page Services

Last modified by Agnease on 2026/05/23 18:23

From version 9.9
edited by Agnease
on 2026/05/22 10:00
Change comment: There is no comment for this version
To version 2.1
edited by Agnease
on 2026/05/01 13:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -XWiki Services
1 +services
Content
... ... @@ -3,82 +3,63 @@
3 3  {{html clean="false"}}
4 4  
5 5   ## PAGE HEADER
6 - <section class="hero hero-centered" 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 services for production platforms</h1>
14 -
15 - <p class="lead">
16 - Specialized XWiki services for safe LTS upgrades, long-term maintenance, custom applications,
17 - integrations, migrations, authentication and workflow support.
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.
18 18   </p>
19 -
20 - <div class="hero-actions">
21 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
22 - </div>
23 23   </div>
24 24   </section>
25 25  
26 26   ## SERVICE CARDS
27 27   #set ($sectionItems = [{
28 - 'title': 'XWiki Upgrade Services',
19 + 'title': 'XWiki Upgrades',
29 29   'icon': 'refresh',
30 - 'url': 'services.xwiki-upgrades',
31 - 'content': 'Safe LTS upgrades for 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.'
32 32   },{
33 - 'title': 'XWiki Support & Maintenance',
24 + 'title': 'Maintenance & Support',
34 34   'icon': 'life-ring',
35 - 'url': 'services.xwiki-maintenance-support',
36 - 'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.'
26 + 'url': '/services/xwiki-maintenance-support',
27 + 'content': 'Long-term support, troubleshooting, monitoring, security patching, and recovery assistance.'
37 37   },{
38 - 'title': 'XWiki Development & Integrations',
39 - 'icon': 'cogs',
40 - 'url': 'services.xwiki-development-integrations',
41 - 'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built 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.'
42 42   },{
43 - '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',
44 44   'icon': 'exchange',
45 - 'url': 'services.xwiki-migrations',
46 - 'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.'
41 + 'url': '/services/xwiki-migrations',
42 + 'content': 'Move structured content from Confluence, SharePoint, MediaWiki, legacy systems, or file-based documentation.'
47 47   },{
48 - 'title': 'Authentication & Access Control',
49 - 'icon': 'lock',
50 - 'url': 'services.xwiki-authentication-access-control',
51 - 'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.'
52 - },{
53 - 'title': 'XWiki Security Review',
54 - 'icon': 'shield',
55 - 'url': 'services.xwiki-security-review',
56 - '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.'
57 57   }])
58 58  
59 - <section id="services-list" class="services" aria-labelledby="items-title">
50 + <section aria-labelledby="items-title">
60 60   <div class="container">
61 - <h2 id="items-title">How we help</h2>
52 + <h2 id="items-title">How Agnease can help</h2>
62 62  
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">
54 + <div class="widgets">
69 69   #foreach ($entry in $sectionItems)
70 - <article class="service">
71 - <div class="service-icon" aria-hidden="true">
56 + <article class="widget">
57 + <div class="icon" aria-hidden="true">
72 72   <i class="fa fa-$entry.icon"></i>
73 - </div>
74 -
75 - <div class="service-body">
76 76   <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>
81 81   </div>
61 + <p>$entry.content</p>
62 + <p class="card-link"><a href="$entry.url">View service</a></p>
82 82   </article>
83 83   #end
84 84   </div>
... ... @@ -85,56 +85,12 @@
85 85   </div>
86 86   </section>
87 87  
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 -
125 125   ## CTA
126 - <section class="cta-section" aria-labelledby="cta-title">
70 + <section class="cta-section">
127 127   <div class="container">
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>
72 + <p class="text-center contact-inline">
73 + Not sure where to start? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
74 + </p>
138 138   </div>
139 139   </section>
140 140  
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