Wiki source code of services

Last modified by Alex Cotiugă on 2026/05/12 12:37

Hide last authors
Alex Cotiugă 2.1 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 {{html clean="false"}}
4
5 ## PAGE HEADER
Alex Cotiugă 3.2 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 services for organizations that rely on XWiki for knowledge management, intranets,
17 workflows, documentation and internal operations.
Alex Cotiugă 2.1 18 </p>
Alex Cotiugă 3.2 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 <div class="hero-actions">
26 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
27 </div>
Alex Cotiugă 2.1 28 </div>
29 </section>
30
31 ## SERVICE CARDS
32 #set ($sectionItems = [{
Alex Cotiugă 3.1 33 'title': 'XWiki Upgrade Services',
Alex Cotiugă 2.1 34 'icon': 'refresh',
Alex Cotiugă 3.5 35 'url': 'services.xwiki-upgrades',
Alex Cotiugă 3.1 36 'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.'
Alex Cotiugă 2.1 37 },{
Alex Cotiugă 3.1 38 'title': 'XWiki Support & Maintenance',
Alex Cotiugă 2.1 39 'icon': 'life-ring',
Alex Cotiugă 3.5 40 'url': 'services.xwiki-maintenance-support',
Alex Cotiugă 3.1 41 'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.'
Alex Cotiugă 2.1 42 },{
Alex Cotiugă 3.1 43 'title': 'XWiki Development & Integrations',
44 'icon': 'cogs',
Alex Cotiugă 3.5 45 'url': 'services.xwiki-development-integrations',
Alex Cotiugă 3.1 46 'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.'
Alex Cotiugă 2.1 47 },{
Alex Cotiugă 3.1 48 'title': 'XWiki Migrations',
Alex Cotiugă 2.1 49 'icon': 'exchange',
Alex Cotiugă 3.5 50 'url': 'services.xwiki-migrations',
Alex Cotiugă 3.1 51 'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.'
Alex Cotiugă 2.1 52 },{
Alex Cotiugă 3.1 53 'title': 'Authentication & Access Control',
54 'icon': 'lock',
Alex Cotiugă 3.5 55 'url': 'services.xwiki-authentication-access-control',
Alex Cotiugă 3.1 56 'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.'
57 },{
58 'title': 'XWiki Security Review',
59 'icon': 'shield',
Alex Cotiugă 3.5 60 'url': 'services.xwiki-security-review',
Alex Cotiugă 3.1 61 'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.'
Alex Cotiugă 2.1 62 }])
63
Alex Cotiugă 3.4 64 <section id="services-list" class="services" aria-labelledby="items-title">
Alex Cotiugă 2.1 65 <div class="container">
Alex Cotiugă 3.4 66 <h2 id="items-title">How we help</h2>
Alex Cotiugă 2.1 67
Alex Cotiugă 3.4 68 <p class="section-intro">
69 Focused XWiki services for production platforms, long-term maintenance, business-specific extensions
70 and safe evolution over time.
71 </p>
72
73 <div class="services-grid">
Alex Cotiugă 2.1 74 #foreach ($entry in $sectionItems)
Alex Cotiugă 3.4 75 <article class="service">
76 <div class="service-icon" aria-hidden="true">
Alex Cotiugă 2.1 77 <i class="fa fa-$entry.icon"></i>
Alex Cotiugă 3.4 78 </div>
79
80 <div class="service-body">
Alex Cotiugă 2.1 81 <h4>$entry.title</h4>
Alex Cotiugă 3.4 82 <p>$entry.content</p>
83 <p class="card-link">
Alex Cotiugă 3.5 84 <a href="$xwiki.getURL($entry.url)">View service</a>
Alex Cotiugă 3.4 85 </p>
Alex Cotiugă 2.1 86 </div>
87 </article>
88 #end
89 </div>
90 </div>
91 </section>
92
Alex Cotiugă 3.4 93 ## EXPECTATION / DELIVERY SECTION
94 <section class="split-section" aria-labelledby="delivery-title">
95 <div class="container">
96 <div class="split-grid">
97 <div class="split-copy">
98 <h2 id="delivery-title">Practical delivery for real XWiki environments</h2>
99
100 <p>
101 XWiki projects are rarely just about installing a platform or applying an upgrade. Production instances
102 often include custom applications, authentication integrations, extensions, scripts, rights models,
103 imported content and business-specific workflows.
104 </p>
105
106 <p>
107 The work is approached with care for stability, compatibility and maintainability, so the platform
108 remains easier to operate after the project is completed.
109 </p>
110 </div>
111
112 <ol class="process-list">
113 <li>
114 <strong>Understand the current setup</strong>
115 Review the version, extensions, infrastructure, authentication, custom code and business-critical features.
116 </li>
117 <li>
118 <strong>Define a safe scope</strong>
119 Clarify risks, expected effort, dependencies, validation steps and recommended next actions.
120 </li>
121 <li>
122 <strong>Deliver with documentation</strong>
123 Implement the agreed work, validate the result and document relevant changes for future maintenance.
124 </li>
125 </ol>
126 </div>
127 </div>
128 </section>
129
Alex Cotiugă 2.1 130 ## CTA
Alex Cotiugă 3.4 131 <section class="cta-section" aria-labelledby="cta-title">
Alex Cotiugă 2.1 132 <div class="container">
Alex Cotiugă 3.4 133 <div class="cta-panel">
134 <h2 id="cta-title">Need help with XWiki?</h2>
135
136 <p>
137 Send a short description of your current XWiki setup, the issue you are facing, or the type of project
138 you want to build. A few details are enough to start the conversation.
139 </p>
140
141 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
142 </div>
Alex Cotiugă 2.1 143 </div>
144 </section>
145
146 {{/html}}
147 {{/velocity}}