Changes for page Pricing

Last modified by Agnease on 2026/07/10 06:00

From version 2.3
edited by Agnease
on 2026/07/10 04:20
Change comment: There is no comment for this version
To version 1.3
edited by Agnease
on 2026/07/10 03:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,27 +1,29 @@
1 1  {{velocity}}
2 2  #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 +
3 3  #set ($contactURL = $xwiki.getURL('contact.WebHome'))
5 +
4 4  #set ($startingPoints = [{
5 5   'icon': 'search',
6 6   'title': 'Review & diagnose',
7 7   'price': 'From €290',
8 - 'description': 'For teams that need to understand risks, issues or the current XWiki state before making changes.',
10 + 'description': 'For teams that need to understand risks, issues or the current state before making changes.',
9 9   'items': [
10 - 'Health checks',
11 - 'Upgrade readiness reviews',
12 - 'Authentication reviews',
13 - 'Urgent troubleshooting'
12 + 'XWiki Health Check',
13 + 'Upgrade Readiness Review',
14 + 'Authentication Review',
15 + 'Urgent Troubleshooting'
14 14   ],
15 15   'cta': 'Start with a review'
16 16  },{
17 17   'icon': 'cogs',
18 - 'title': 'Implement changes',
20 + 'title': 'Implement & configure',
19 19   'price': 'From €490',
20 20   'description': 'For teams ready to make a specific XWiki change, upgrade or authentication improvement.',
21 21   'items': [
22 - 'XWiki LTS upgrades',
23 - 'MFA installation',
24 - 'OIDC / Entra ID setup',
24 + 'Standard XWiki LTS Upgrade',
25 + 'MFA Installation',
26 + 'OIDC / Microsoft Entra ID Setup',
25 25   'LDAP / Active Directory work'
26 26   ],
27 27   'cta': 'Request implementation quote'
... ... @@ -38,18 +38,8 @@
38 38   ],
39 39   'cta': 'Discuss support plan'
40 40  }])
41 -#set ($commonPackages = [
42 -{
43 - 'service': 'XWiki AWS Cloud Hosting',
44 - 'price': 'From €120/month',
45 - 'description': 'Single-instance AWS hosting for small XWiki environments, including cloud server, storage, basic backups and modest traffic. Larger storage, high availability, managed databases or high-traffic environments are quoted separately.'
46 -},
47 -{
48 - 'service': 'AWS Hosting Setup for XWiki',
49 - 'price': 'From €490',
50 - 'description': 'Initial AWS deployment setup for XWiki, including server preparation, database/runtime configuration, HTTPS setup and basic backup strategy.'
51 -},
52 -{
43 +
44 +#set ($commonPackages = [{
53 53   'service': 'XWiki Health Check',
54 54   'price': '€390',
55 55   'description': 'Configuration, version, extension, security and stability review with written recommendations.'
... ... @@ -64,7 +64,7 @@
64 64  },{
65 65   'service': 'Urgent XWiki Troubleshooting',
66 66   'price': 'From €250',
67 - 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.'
59 + 'description': 'Live troubleshooting session for blocking issues, errors, failed upgrades or production problems.'
68 68  },{
69 69   'service': 'Standard XWiki LTS Upgrade',
70 70   'price': 'From €790',
... ... @@ -72,7 +72,7 @@
72 72  },{
73 73   'service': 'XWiki MFA Installation & Configuration',
74 74   'price': 'From €490',
75 - 'description': 'MFA installation for the standard XWiki login flow. In SSO environments, MFA may be better enforced by the identity provider.'
67 + 'description': 'MFA installation, login flow integration, basic configuration, testing and administrator guidance.'
76 76  },{
77 77   'service': 'OIDC / Microsoft Entra ID Setup',
78 78   'price': 'From €590',
... ... @@ -90,6 +90,29 @@
90 90   'price': 'Quoted after review',
91 91   'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.'
92 92  }])
85 +
86 +#set ($authRows = [{
87 + 'service': 'XWiki Authentication Review',
88 + 'price': '€290',
89 + 'bestFor': 'Understanding the current login flow, users, groups and access model.'
90 +},{
91 + 'service': 'OIDC / Microsoft Entra ID Setup',
92 + 'price': 'From €590',
93 + 'bestFor': 'SSO setup with Microsoft Entra ID, Keycloak or another compatible OIDC provider.'
94 +},{
95 + 'service': 'XWiki MFA Installation',
96 + 'price': 'From €490',
97 + 'bestFor': 'Adding MFA to the standard XWiki login flow.'
98 +},{
99 + 'service': 'LDAP / Active Directory Review',
100 + 'price': 'From €390',
101 + 'bestFor': 'LDAP or AD login, profile mapping, group mapping and synchronization questions.'
102 +},{
103 + 'service': 'Advanced Authentication Work',
104 + 'price': 'Quoted after review',
105 + 'bestFor': 'Custom authenticators, container authentication, special redirects or complex wiki farm scenarios.'
106 +}])
107 +
93 93  #set ($supportPlans = [{
94 94   'icon': 'leaf',
95 95   'title': 'Essential Support',
... ... @@ -129,23 +129,17 @@
129 129   ],
130 130   'cta': 'Discuss extended support'
131 131  }])
132 -#set ($complexProjects = [{
133 - 'icon': 'sitemap',
134 - 'title': 'Wiki farms',
135 - 'content': 'Restructuring, subwiki access models, internal and external collaboration areas.'
136 -},{
137 - 'icon': 'exchange',
138 - 'title': 'Migrations',
139 - 'content': 'Content, platform or documentation migrations into a cleaner XWiki structure.'
140 -},{
141 - 'icon': 'puzzle-piece',
142 - 'title': 'Custom applications',
143 - 'content': 'Workflow applications, structured data, dashboards and internal business tools.'
144 -},{
145 - 'icon': 'tachometer',
146 - 'title': 'Stability work',
147 - 'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.'
148 -}])
147 +
148 +#set ($complexProjects = [
149 + 'Wiki farm restructuring',
150 + 'Major XWiki LTS upgrades',
151 + 'Microsoft Entra ID, OIDC, LDAP or SAML integrations',
152 + 'Custom workflow applications',
153 + 'Intranet and knowledge platform development',
154 + 'Performance and stability improvements',
155 + 'Content and platform migrations'
156 +])
157 +
149 149  #set ($faqItems = [{
150 150   'question': 'Are these fixed prices?',
151 151   'answer': 'Some services have fixed starting prices. Larger or more complex projects are reviewed first and quoted separately, so the scope, risks and required testing are clear before implementation starts.'
... ... @@ -165,204 +165,220 @@
165 165   'question': 'Do prices include external costs?',
166 166   'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.'
167 167  }])
177 +
168 168  {{html clean="false"}}
169 169  
170 -<section class="hero hero-centered" aria-labelledby="pricing-title">
180 +<section class="resource-header" aria-labelledby="hero-title">
171 171   <div class="container">
172 - <div class="hero-inner">
182 + <div class="text-center">
173 173   <div class="hero-kicker">
174 174   <i class="fa fa-eur" aria-hidden="true"></i>
175 175   XWiki consulting, support and implementation
176 176   </div>
187 + </div>
177 177  
178 - <h1 id="pricing-title">XWiki Service Packages</h1>
189 + <h1 id="hero-title">XWiki Service Packages</h1>
179 179  
180 - <p class="lead">
181 - Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.
182 - </p>
191 + <p class="resource-summary">
192 + Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.
193 + Start with a review, request an implementation quote, or choose a support plan for ongoing XWiki help.
194 + </p>
183 183  
184 - <ul class="benefits">
185 - <li>Specialized XWiki consulting</li>
186 - <li>Practical starting prices</li>
187 - <li>Fixed quotes for complex work</li>
188 - </ul>
189 -
190 - <div id="hero-cta">
191 - <a class="btn btn-primary" href="$contactURL">Request a quote</a>
192 - <a class="btn btn-secondary" href="#support">View monthly support</a>
193 - </div>
196 + <div id="hero-cta">
197 + <a class="btn btn-primary" href="$contactURL">Request a quote</a>
198 + <a class="btn btn-secondary" href="#starting-points">Compare starting points</a>
194 194   </div>
195 195   </div>
196 196  </section>
197 197  
198 -<section id="starting-points" aria-labelledby="starting-points-title">
203 +<section class="resource-page">
199 199   <div class="container">
200 - <h2 id="starting-points-title">Three common ways to start</h2>
201 - <p class="section-intro">
202 - Most XWiki requests fit into one of three paths: review the current setup, implement a defined change,
203 - or set up ongoing support.
204 - </p>
205 + <div class="resource-layout">
206 + <article class="resource-content services">
205 205  
206 - <div class="pathways">
207 - #foreach ($entry in $startingPoints)
208 - <article class="pathway-card">
209 - <div class="card-heading">
210 - <div class="pathway-icon" aria-hidden="true">
211 - <i class="fa fa-$entry.icon"></i>
212 - </div>
213 - <h3>$entry.title</h3>
214 - </div>
208 + <div class="resource-note">
209 + <p>
210 + <strong>Pricing note:</strong> Prices are starting points and exclude VAT where applicable.
211 + Final pricing depends on the XWiki version, installed extensions, customizations, hosting setup,
212 + authentication configuration, wiki farm complexity and required testing.
213 + </p>
214 + </div>
215 215  
216 - <p><strong>$entry.price</strong></p>
217 - <p>$entry.description</p>
216 + <h2 id="starting-points">Choose your starting point</h2>
218 218  
219 - <ul>
220 - #foreach ($item in $entry.items)
221 - <li>$item</li>
222 - #end
223 - </ul>
218 + <p>
219 + Most XWiki requests fit into one of three paths: review the current setup, implement a defined change,
220 + or set up ongoing support. This keeps the first step clear without pretending that every XWiki environment
221 + has the same complexity.
222 + </p>
224 224  
225 - <div class="card-link">
226 - <a href="$contactURL">$entry.cta</a>
227 - </div>
228 - </article>
229 - #end
230 - </div>
231 - </div>
232 -</section>
224 + <div class="services-grid">
225 + #foreach ($entry in $startingPoints)
226 + <article class="service">
227 + <div class="service-icon" aria-hidden="true">
228 + <i class="fa fa-$entry.icon"></i>
229 + </div>
230 + <div class="service-body">
231 + <h4>$entry.title</h4>
232 + <p><strong>$entry.price</strong></p>
233 + <p>$entry.description</p>
234 + <ul>
235 + #foreach ($item in $entry.items)
236 + <li>$item</li>
237 + #end
238 + </ul>
239 + <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p>
240 + </div>
241 + </article>
242 + #end
243 + </div>
233 233  
234 -<section aria-labelledby="pricing-note-title">
235 - <div class="container">
236 - <div class="industry-trust-panel">
237 - <h2 id="pricing-note-title">Simple starting prices, reviewed scope when needed</h2>
238 - <p class="section-intro">
239 - Prices are starting points and exclude VAT where applicable. Final pricing depends on the XWiki version,
240 - installed extensions, customizations, hosting setup, authentication configuration, wiki farm complexity
241 - and required testing.
242 - </p>
243 - </div>
244 - </div>
245 -</section>
245 + <h2 id="common-packages">Common starting packages</h2>
246 246  
247 -<section id="common-packages" aria-labelledby="common-packages-title">
248 - <div class="container">
249 - <h2 id="common-packages-title">Common starting packages</h2>
250 - <p class="section-intro">
251 - These are practical entry points for common XWiki needs. Some can start directly, while others require
252 - a quick review before confirming the final scope.
253 - </p>
247 + <p>
248 + These are practical entry points for common XWiki needs. Some can start directly, while others require
249 + a quick review before confirming the final scope.
250 + </p>
254 254  
255 - <table class="table table-bordered table-striped">
256 - <thead>
257 - <tr>
258 - <th>Service</th>
259 - <th>Starting price</th>
260 - <th>What it covers</th>
261 - </tr>
262 - </thead>
263 - <tbody>
264 - #foreach ($entry in $commonPackages)
265 - <tr>
266 - <td><strong>$entry.service</strong></td>
267 - <td>$entry.price</td>
268 - <td>$entry.description</td>
269 - </tr>
270 - #end
271 - </tbody>
272 - </table>
273 - </div>
274 -</section>
252 + <table class="table table-bordered table-striped">
253 + <thead>
254 + <tr>
255 + <th>Service</th>
256 + <th>Starting price</th>
257 + <th>What it covers</th>
258 + </tr>
259 + </thead>
260 + <tbody>
261 + #foreach ($entry in $commonPackages)
262 + <tr>
263 + <td><strong>$entry.service</strong></td>
264 + <td>$entry.price</td>
265 + <td>$entry.description</td>
266 + </tr>
267 + #end
268 + </tbody>
269 + </table>
275 275  
276 -<section id="upgrade-offer" aria-labelledby="upgrade-offer-title" class="industry-trust-section">
277 - <div class="container">
278 - <div class="industry-trust-panel">
279 - <h2 id="upgrade-offer-title">New customer upgrade offer</h2>
280 - <p class="section-intro">
281 - If the Upgrade Readiness Review leads to an upgrade project with Agnease, the review cost can be credited
282 - toward the upgrade implementation.
283 - </p>
284 - <a class="btn btn-primary" href="$contactURL">Plan an upgrade</a>
285 - </div>
286 - </div>
287 -</section>
271 + <div id="upgrade-offer" class="resource-note">
272 + <p>
273 + <strong>New customer upgrade offer:</strong> If the Upgrade Readiness Review leads to an upgrade
274 + project with Agnease, the review cost can be credited toward the upgrade implementation.
275 + </p>
276 + </div>
288 288  
289 -<section id="support" aria-labelledby="support-title">
290 - <div class="container">
291 - <h2 id="support-title">Monthly support plans</h2>
292 - <p class="section-intro">
293 - Support plans are designed for organizations that already use XWiki and want regular help with troubleshooting,
294 - maintenance, upgrades, configuration, authentication and small improvements.
295 - </p>
278 + <h2 id="authentication">Authentication & access control</h2>
296 296  
297 - <div class="pathways">
298 - #foreach ($entry in $supportPlans)
299 - <article class="pathway-card">
300 - <div class="card-heading">
301 - <div class="pathway-icon" aria-hidden="true">
302 - <i class="fa fa-$entry.icon"></i>
303 - </div>
304 - <h3>$entry.title</h3>
305 - </div>
280 + <p>
281 + XWiki authentication depends on the current login method, identity provider, user source,
282 + group mapping and access-control model. Agnease can help review, configure or improve standard
283 + XWiki login, LDAP, Active Directory, OpenID Connect, Microsoft Entra ID, MFA and more advanced
284 + authentication scenarios.
285 + </p>
306 306  
307 - <p><strong>$entry.price</strong></p>
308 - <p>$entry.description</p>
287 + <div class="resource-note">
288 + <p>
289 + <strong>MFA is treated separately:</strong> SSO, LDAP and OIDC define how users log in.
290 + MFA adds an additional verification layer. In some environments MFA belongs in XWiki, while in
291 + others it is better enforced by the external identity provider.
292 + </p>
293 + </div>
309 309  
310 - <ul>
311 - #foreach ($item in $entry.items)
312 - <li>$item</li>
295 + <table class="table table-bordered table-striped">
296 + <thead>
297 + <tr>
298 + <th>Authentication service</th>
299 + <th>Starting price</th>
300 + <th>Best for</th>
301 + </tr>
302 + </thead>
303 + <tbody>
304 + #foreach ($entry in $authRows)
305 + <tr>
306 + <td><strong>$entry.service</strong></td>
307 + <td>$entry.price</td>
308 + <td>$entry.bestFor</td>
309 + </tr>
313 313   #end
314 - </ul>
311 + </tbody>
312 + </table>
315 315  
316 - <div class="card-link">
317 - <a href="$contactURL">$entry.cta</a>
318 - </div>
319 - </article>
320 - #end
321 - </div>
314 + <div class="resource-cta">
315 + <h3>Need authentication changes?</h3>
316 + <p>
317 + Send a short description of your current login method, user source, identity provider and the
318 + authentication result you want to achieve.
319 + </p>
320 + <a class="btn btn-primary" href="$contactURL">Request authentication review</a>
321 + </div>
322 322  
323 - <p class="section-intro">
324 - Larger features, migrations, major customizations and complex projects are quoted separately.
325 - </p>
326 - </div>
327 -</section>
323 + <h2 id="support">Monthly support plans</h2>
328 328  
329 -<section id="complex-projects" aria-labelledby="complex-projects-title">
330 - <div class="container">
331 - <h2 id="complex-projects-title">Need something more complex?</h2>
332 - <p class="section-intro">
333 - Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms,
334 - major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring,
335 - Agnease first reviews the current setup and then provides a fixed project quote.
336 - </p>
325 + <p>
326 + Support plans are designed for organizations that already use XWiki and want regular help with
327 + troubleshooting, maintenance, upgrades, configuration, authentication and small improvements.
328 + </p>
337 337  
338 - <div class="widgets">
339 - #foreach ($entry in $complexProjects)
340 - <div class="widget">
341 - <div class="icon">
342 - <i class="fa fa-$entry.icon" aria-hidden="true"></i>
343 - <h4>$entry.title</h4>
344 - </div>
345 - <p>$entry.content</p>
330 + <div class="services-grid">
331 + #foreach ($entry in $supportPlans)
332 + <article class="service">
333 + <div class="service-icon" aria-hidden="true">
334 + <i class="fa fa-$entry.icon"></i>
335 + </div>
336 + <div class="service-body">
337 + <h4>$entry.title</h4>
338 + <p><strong>$entry.price</strong></p>
339 + <p>$entry.description</p>
340 + <ul>
341 + #foreach ($item in $entry.items)
342 + <li>$item</li>
343 + #end
344 + </ul>
345 + <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p>
346 + </div>
347 + </article>
348 + #end
346 346   </div>
347 - #end
348 - </div>
349 349  
350 - <div id="hero-cta">
351 - <a class="btn btn-primary" href="$contactURL">Request a project quote</a>
352 - </div>
353 - </div>
354 -</section>
351 + <div class="resource-note">
352 + <p>
353 + Larger features, migrations, major customizations and complex projects are quoted separately.
354 + </p>
355 + </div>
355 355  
356 -<section id="faq" aria-labelledby="faq-title">
357 - <div class="container">
358 - <h2 id="faq-title">FAQ</h2>
357 + <h2 id="complex-projects">Need something more complex?</h2>
359 359  
360 - #foreach ($entry in $faqItems)
361 - <details class="resource-faq-item" #if ($foreach.first)open#end>
362 - <summary>$entry.question</summary>
363 - <p>$entry.answer</p>
364 - </details>
365 - #end
359 + <p>
360 + Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms,
361 + major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring,
362 + Agnease first reviews the current setup and then provides a fixed project quote.
363 + </p>
364 +
365 + <ul class="resource-checklist">
366 + #foreach ($item in $complexProjects)
367 + <li>$item</li>
368 + #end
369 + </ul>
370 +
371 + <div class="resource-cta">
372 + <h3>Request a project quote</h3>
373 + <p>
374 + Send a short description of your XWiki environment, current version, hosting setup and what you
375 + are trying to achieve.
376 + </p>
377 + <a class="btn btn-primary" href="$contactURL">Request a project quote</a>
378 + </div>
379 +
380 + <h2 id="faq">FAQ</h2>
381 +
382 + #foreach ($entry in $faqItems)
383 + <details class="resource-faq-item" #if ($foreach.first)open#end>
384 + <summary>$entry.question</summary>
385 + <p>$entry.answer</p>
386 + </details>
387 + #end
388 +
389 + </article>
390 + </div>
366 366   </div>
367 367  </section>
368 368  
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,1 +1,0 @@
1 -Explore Agnease XWiki service packages for upgrades, support, authentication, MFA, SSO, troubleshooting and long-term maintenance.
metaTitle
... ... @@ -1,1 +1,0 @@
1 -XWiki Service Packages and Pricing | Agnease