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