Changes for page Pricing
Last modified by Alex Cotiuga on 2026/07/13 06:55
From version 1.1
edited by Alex Cotiuga
on 2026/07/10 03:26
on 2026/07/10 03:26
Change comment:
There is no comment for this version
To version 2.2
edited by Alex Cotiuga
on 2026/07/10 04:19
on 2026/07/10 04:19
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 - pricing1 +Pricing - Content
-
... ... @@ -1,0 +1,394 @@ 1 +{{velocity}} 2 +#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 +#set ($contactURL = $xwiki.getURL('contact.WebHome')) 4 +#set ($startingPoints = [{ 5 + 'icon': 'search', 6 + 'title': 'Review & diagnose', 7 + 'price': 'From €290', 8 + 'description': 'For teams that need to understand risks, issues or the current XWiki state before making changes.', 9 + 'items': [ 10 + 'Health checks', 11 + 'Upgrade readiness reviews', 12 + 'Authentication reviews', 13 + 'Urgent troubleshooting' 14 + ], 15 + 'cta': 'Start with a review' 16 +},{ 17 + 'icon': 'cogs', 18 + 'title': 'Implement changes', 19 + 'price': 'From €490', 20 + 'description': 'For teams ready to make a specific XWiki change, upgrade or authentication improvement.', 21 + 'items': [ 22 + 'XWiki LTS upgrades', 23 + 'MFA installation', 24 + 'OIDC / Entra ID setup', 25 + 'LDAP / Active Directory work' 26 + ], 27 + 'cta': 'Request implementation quote' 28 +},{ 29 + 'icon': 'life-ring', 30 + 'title': 'Maintain & support', 31 + 'price': 'From €390/month', 32 + 'description': 'For organizations that need regular XWiki help, troubleshooting, maintenance and planning.', 33 + 'items': [ 34 + 'Monthly support', 35 + 'Troubleshooting', 36 + 'Maintenance guidance', 37 + 'Upgrade planning' 38 + ], 39 + 'cta': 'Discuss support plan' 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': 'XWiki Health Check', 49 + 'price': '€390', 50 + 'description': 'Configuration, version, extension, security and stability review with written recommendations.' 51 +},{ 52 + 'service': 'Upgrade Readiness Review', 53 + 'price': '€390', 54 + 'description': 'Upgrade path, compatibility, customization risk and effort estimate before implementation.' 55 +},{ 56 + 'service': 'XWiki Authentication Review', 57 + 'price': '€290', 58 + 'description': 'Review of login flow, user provisioning, groups, access control and authentication options.' 59 +},{ 60 + 'service': 'Urgent XWiki Troubleshooting', 61 + 'price': 'From €250', 62 + 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.' 63 +},{ 64 + 'service': 'Standard XWiki LTS Upgrade', 65 + 'price': 'From €790', 66 + 'description': 'Upgrade preparation, execution, basic compatibility checks and post-upgrade validation.' 67 +},{ 68 + 'service': 'XWiki MFA Installation & Configuration', 69 + 'price': 'From €490', 70 + 'description': 'MFA installation for the standard XWiki login flow. In SSO environments, MFA may be better enforced by the identity provider.' 71 +},{ 72 + 'service': 'OIDC / Microsoft Entra ID Setup', 73 + 'price': 'From €590', 74 + 'description': 'OpenID Connect setup, user mapping considerations, group and access-control review, and validation.' 75 +},{ 76 + 'service': 'LDAP / Active Directory Review', 77 + 'price': 'From €390', 78 + 'description': 'LDAP or Active Directory configuration review, profile mapping and group mapping recommendations.' 79 +},{ 80 + 'service': 'Access Control Review', 81 + 'price': 'From €390', 82 + 'description': 'Review of groups, permissions, public/internal/restricted areas and subwiki access model.' 83 +},{ 84 + 'service': 'Advanced Authentication Work', 85 + 'price': 'Quoted after review', 86 + 'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' 87 +}]) 88 +#set ($supportPlans = [{ 89 + 'icon': 'leaf', 90 + 'title': 'Essential Support', 91 + 'price': '€390/month', 92 + 'description': 'For small teams that need occasional XWiki help.', 93 + 'items': [ 94 + 'Up to 4 hours/month', 95 + 'Email support', 96 + 'Small configuration fixes', 97 + 'Upgrade and security guidance' 98 + ], 99 + 'cta': 'Request support plan' 100 +},{ 101 + 'icon': 'check-circle', 102 + 'title': 'Standard Support', 103 + 'price': '€790/month', 104 + 'description': 'For active XWiki environments that need regular support and maintenance.', 105 + 'items': [ 106 + 'Up to 8 hours/month', 107 + 'Prioritized support', 108 + 'Troubleshooting', 109 + 'Minor improvements', 110 + 'Maintenance guidance' 111 + ], 112 + 'cta': 'Request standard support' 113 +},{ 114 + 'icon': 'building', 115 + 'title': 'Extended Support', 116 + 'price': 'From €1,490/month', 117 + 'description': 'For business-critical XWiki platforms or organizations with ongoing XWiki work.', 118 + 'items': [ 119 + 'Larger monthly allocation', 120 + 'Prioritized handling', 121 + 'Upgrade planning', 122 + 'Authentication and extension support', 123 + 'Roadmap and stability guidance' 124 + ], 125 + 'cta': 'Discuss extended support' 126 +}]) 127 +#set ($complexProjects = [{ 128 + 'icon': 'sitemap', 129 + 'title': 'Wiki farms', 130 + 'content': 'Restructuring, subwiki access models, internal and external collaboration areas.' 131 +},{ 132 + 'icon': 'exchange', 133 + 'title': 'Migrations', 134 + 'content': 'Content, platform or documentation migrations into a cleaner XWiki structure.' 135 +},{ 136 + 'icon': 'puzzle-piece', 137 + 'title': 'Custom applications', 138 + 'content': 'Workflow applications, structured data, dashboards and internal business tools.' 139 +},{ 140 + 'icon': 'tachometer', 141 + 'title': 'Stability work', 142 + 'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' 143 +}]) 144 +#set ($faqItems = [{ 145 + 'question': 'Are these fixed prices?', 146 + '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.' 147 +},{ 148 + 'question': 'Do you charge hourly?', 149 + 'answer': 'For support plans, time allocation is used to manage monthly work. For projects, Agnease aims to provide clear service packages or fixed quotes whenever the scope can be defined.' 150 +},{ 151 + 'question': 'Can you work on existing XWiki installations?', 152 + 'answer': 'Yes. Agnease works with existing XWiki instances, including upgrades, troubleshooting, authentication, customizations, extensions and long-term maintenance.' 153 +},{ 154 + 'question': 'What happens if my XWiki instance is more complex?', 155 + 'answer': 'Agnease first reviews the current setup, identifies risks and dependencies, and then provides a quote based on the actual scope.' 156 +},{ 157 + 'question': 'Can I book a call directly?', 158 + 'answer': 'Yes. The contact form includes a call booking option, but sending a short description first helps Agnease understand the context before the discussion.' 159 +},{ 160 + 'question': 'Do prices include external costs?', 161 + 'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' 162 +}]) 163 +{{html clean="false"}} 164 + 165 +<section class="hero hero-centered" aria-labelledby="pricing-title"> 166 + <div class="container"> 167 + <div class="hero-inner"> 168 + <div class="hero-kicker"> 169 + <i class="fa fa-eur" aria-hidden="true"></i> 170 + XWiki consulting, support and implementation 171 + </div> 172 + 173 + <h1 id="pricing-title">XWiki Service Packages</h1> 174 + 175 + <p class="lead"> 176 + Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support. 177 + </p> 178 + 179 + <ul class="benefits"> 180 + <li>Specialized XWiki consulting</li> 181 + <li>Practical starting prices</li> 182 + <li>Fixed quotes for complex work</li> 183 + </ul> 184 + 185 + <div id="hero-cta"> 186 + <a class="btn btn-primary" href="$contactURL">Request a quote</a> 187 + <a class="btn btn-secondary" href="#support">View monthly support</a> 188 + </div> 189 + </div> 190 + </div> 191 +</section> 192 + 193 +<section id="starting-points" aria-labelledby="starting-points-title"> 194 + <div class="container"> 195 + <h2 id="starting-points-title">Three common ways to start</h2> 196 + <p class="section-intro"> 197 + Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, 198 + or set up ongoing support. 199 + </p> 200 + 201 + <div class="pathways"> 202 + #foreach ($entry in $startingPoints) 203 + <article class="pathway-card"> 204 + <div class="card-heading"> 205 + <div class="pathway-icon" aria-hidden="true"> 206 + <i class="fa fa-$entry.icon"></i> 207 + </div> 208 + <h3>$entry.title</h3> 209 + </div> 210 + 211 + <p><strong>$entry.price</strong></p> 212 + <p>$entry.description</p> 213 + 214 + <ul> 215 + #foreach ($item in $entry.items) 216 + <li>$item</li> 217 + #end 218 + </ul> 219 + 220 + <div class="card-link"> 221 + <a href="$contactURL">$entry.cta</a> 222 + </div> 223 + </article> 224 + #end 225 + </div> 226 + </div> 227 +</section> 228 + 229 +<section aria-labelledby="pricing-note-title"> 230 + <div class="container"> 231 + <div class="industry-trust-panel"> 232 + <h2 id="pricing-note-title">Simple starting prices, reviewed scope when needed</h2> 233 + <p class="section-intro"> 234 + Prices are starting points and exclude VAT where applicable. Final pricing depends on the XWiki version, 235 + installed extensions, customizations, hosting setup, authentication configuration, wiki farm complexity 236 + and required testing. 237 + </p> 238 + </div> 239 + </div> 240 +</section> 241 + 242 +<section id="common-packages" aria-labelledby="common-packages-title"> 243 + <div class="container"> 244 + <h2 id="common-packages-title">Common starting packages</h2> 245 + <p class="section-intro"> 246 + These are practical entry points for common XWiki needs. Some can start directly, while others require 247 + a quick review before confirming the final scope. 248 + </p> 249 + 250 + <table class="table table-bordered table-striped"> 251 + <thead> 252 + <tr> 253 + <th>Service</th> 254 + <th>Starting price</th> 255 + <th>What it covers</th> 256 + </tr> 257 + </thead> 258 + <tbody> 259 + #foreach ($entry in $commonPackages) 260 + <tr> 261 + <td><strong>$entry.service</strong></td> 262 + <td>$entry.price</td> 263 + <td>$entry.description</td> 264 + </tr> 265 + #end 266 + </tbody> 267 + </table> 268 + </div> 269 +</section> 270 + 271 +<section id="upgrade-offer" aria-labelledby="upgrade-offer-title" class="industry-trust-section"> 272 + <div class="container"> 273 + <div class="industry-trust-panel"> 274 + <h2 id="upgrade-offer-title">New customer upgrade offer</h2> 275 + <p class="section-intro"> 276 + If the Upgrade Readiness Review leads to an upgrade project with Agnease, the review cost can be credited 277 + toward the upgrade implementation. 278 + </p> 279 + <a class="btn btn-primary" href="$contactURL">Plan an upgrade</a> 280 + </div> 281 + </div> 282 +</section> 283 + 284 +<section id="support" aria-labelledby="support-title"> 285 + <div class="container"> 286 + <h2 id="support-title">Monthly support plans</h2> 287 + <p class="section-intro"> 288 + Support plans are designed for organizations that already use XWiki and want regular help with troubleshooting, 289 + maintenance, upgrades, configuration, authentication and small improvements. 290 + </p> 291 + 292 + <div class="pathways"> 293 + #foreach ($entry in $supportPlans) 294 + <article class="pathway-card"> 295 + <div class="card-heading"> 296 + <div class="pathway-icon" aria-hidden="true"> 297 + <i class="fa fa-$entry.icon"></i> 298 + </div> 299 + <h3>$entry.title</h3> 300 + </div> 301 + 302 + <p><strong>$entry.price</strong></p> 303 + <p>$entry.description</p> 304 + 305 + <ul> 306 + #foreach ($item in $entry.items) 307 + <li>$item</li> 308 + #end 309 + </ul> 310 + 311 + <div class="card-link"> 312 + <a href="$contactURL">$entry.cta</a> 313 + </div> 314 + </article> 315 + #end 316 + </div> 317 + 318 + <p class="section-intro"> 319 + Larger features, migrations, major customizations and complex projects are quoted separately. 320 + </p> 321 + </div> 322 +</section> 323 + 324 +<section id="complex-projects" aria-labelledby="complex-projects-title"> 325 + <div class="container"> 326 + <h2 id="complex-projects-title">Need something more complex?</h2> 327 + <p class="section-intro"> 328 + Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms, 329 + major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring, 330 + Agnease first reviews the current setup and then provides a fixed project quote. 331 + </p> 332 + 333 + <div class="widgets"> 334 + #foreach ($entry in $complexProjects) 335 + <div class="widget"> 336 + <div class="icon"> 337 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 338 + <h4>$entry.title</h4> 339 + </div> 340 + <p>$entry.content</p> 341 + </div> 342 + #end 343 + </div> 344 + 345 + <div id="hero-cta"> 346 + <a class="btn btn-primary" href="$contactURL">Request a project quote</a> 347 + </div> 348 + </div> 349 +</section> 350 + 351 +<section id="faq" aria-labelledby="faq-title"> 352 + <div class="container"> 353 + <h2 id="faq-title">FAQ</h2> 354 + 355 + #foreach ($entry in $faqItems) 356 + <details class="resource-faq-item" #if ($foreach.first)open#end> 357 + <summary>$entry.question</summary> 358 + <p>$entry.answer</p> 359 + </details> 360 + #end 361 + </div> 362 +</section> 363 + 364 +<section class="cta-section" aria-labelledby="pricing-final-cta-title"> 365 + <div class="container"> 366 + <div class="cta-panel"> 367 + <h2 id="pricing-final-cta-title">Not sure which option fits your XWiki instance?</h2> 368 + <p> 369 + Send a short description of your XWiki environment and what you are trying to achieve. 370 + Agnease will help identify the right starting point. 371 + </p> 372 + <a class="btn btn-primary" href="$contactURL">Contact Agnease</a> 373 + </div> 374 + </div> 375 +</section> 376 + 377 +<script type="application/ld+json"> 378 +{ 379 + "@context": "https://schema.org", 380 + "@type": "Service", 381 + "name": "XWiki Service Packages", 382 + "provider": { 383 + "@type": "Organization", 384 + "name": "Agnease", 385 + "url": "https://agnease.com/" 386 + }, 387 + "serviceType": "XWiki consulting, support, upgrades, authentication and maintenance", 388 + "areaServed": "International", 389 + "description": "XWiki service packages for upgrades, support, authentication, troubleshooting, maintenance and implementation." 390 +} 391 +</script> 392 + 393 +{{/html}} 394 +{{/velocity}}
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +Explore Agnease XWiki service packages for upgrades, support, authentication, MFA, SSO, troubleshooting and long-term maintenance. - metaTitle
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki Service Packages and Pricing | Agnease