Changes for page Pricing
Last modified by Alex Cotiuga on 2026/07/13 06:55
From version 2.3
edited by Alex Cotiuga
on 2026/07/10 04:20
on 2026/07/10 04:20
Change comment:
There is no comment for this version
To version 1.14
edited by Alex Cotiuga
on 2026/07/10 03:58
on 2026/07/10 03:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,23 +5,23 @@ 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 XWikistate before making changes.',8 + 'description': 'For teams that need to understand risks, issues or the current state before making changes.', 9 9 'items': [ 10 - 'Health checks',11 - 'Upgrade readinessreviews',12 - 'Authentication reviews',13 - 'Urgent troubleshooting'10 + 'XWiki Health Check', 11 + 'Upgrade Readiness Review', 12 + 'Authentication Review', 13 + 'Urgent Troubleshooting' 14 14 ], 15 15 'cta': 'Start with a review' 16 16 },{ 17 17 'icon': 'cogs', 18 - 'title': 'Implement c hanges',18 + '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',22 + 'Standard XWiki LTS Upgrade', 23 + 'MFA Installation', 24 + 'OIDC / Microsoft Entra ID Setup', 25 25 'LDAP / Active Directory work' 26 26 ], 27 27 'cta': 'Request implementation quote' ... ... @@ -38,18 +38,7 @@ 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 -{ 41 +#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.' 56 + '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 XWikilogin flow.InSSOenvironments,MFA maybe better enforcedbytheidentity provider.'64 + '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', ... ... @@ -129,23 +129,15 @@ 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 -}]) 121 +#set ($complexProjects = [ 122 + 'Wiki farm restructuring', 123 + 'Major XWiki LTS upgrades', 124 + 'Microsoft Entra ID, OIDC, LDAP or SAML integrations', 125 + 'Custom workflow applications', 126 + 'Intranet and knowledge platform development', 127 + 'Performance and stability improvements', 128 + 'Content and platform migrations' 129 +]) 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.' ... ... @@ -167,202 +167,178 @@ 167 167 }]) 168 168 {{html clean="false"}} 169 169 170 -<section class=" hero hero-centered" aria-labelledby="pricing-title">151 +<section class="resource-header" aria-labelledby="hero-title"> 171 171 <div class="container"> 172 - <div class=" hero-inner">153 + <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> 158 + </div> 177 177 178 - <h1 id="pricing-title">XWiki Service Packages</h1>160 + <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> 162 + <p class="lead"> 163 + Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.<br/> 164 + Start with a review, request an implementation quote, or choose a support plan for ongoing XWiki help. 165 + </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> 167 + <div id="hero-cta"> 168 + <a class="btn btn-primary" href="$contactURL">Request a quote</a> 169 + <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">174 +<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> 176 + <div class="resource-layout"> 177 + <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> 179 + <div class="resource-note"> 180 + <p> 181 + <strong>Pricing note:</strong> Prices are starting points and exclude VAT where applicable. 182 + Final pricing depends on the XWiki version, installed extensions, customizations, hosting setup, 183 + authentication configuration, wiki farm complexity and required testing. 184 + </p> 185 + </div> 215 215 216 - <p><strong>$entry.price</strong></p> 217 - <p>$entry.description</p> 187 + <h2 id="starting-points">Choose your starting point</h2> 218 218 219 - <ul>220 - #foreach($itemin$entry.items)221 - <li>$item</li>222 - #end223 - </ul>189 + <p> 190 + Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, 191 + or set up ongoing support. This keeps the first step clear without pretending that every XWiki environment 192 + has the same complexity. 193 + </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> 195 + <div class="pathways"> 196 + #foreach ($entry in $startingPoints) 197 + <article class="pathway-card"> 198 + <div class="card-heading"> 199 + <div class="pathway-icon" aria-hidden="true"> 200 + <i class="fa fa-$entry.icon"></i> 201 + </div> 202 + <h3>$entry.title</h3> 203 + </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> 205 + <p><strong>$entry.price</strong></p> 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> 207 + <p>$entry.description</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> 209 + <ul> 210 + #foreach ($item in $entry.items) 211 + <li>$item</li> 212 + #end 213 + </ul> 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> 215 + <div class="card-link"> 216 + <a href="$contactURL">$entry.cta</a> 217 + </div> 218 + </article> 219 + #end 220 + </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> 222 + <h2 id="common-packages">Common starting packages</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> 224 + <p> 225 + These are practical entry points for common XWiki needs. Some can start directly, while others require 226 + a quick review before confirming the final scope. 227 + </p> 306 306 307 - <p><strong>$entry.price</strong></p> 308 - <p>$entry.description</p> 309 - 310 - <ul> 311 - #foreach ($item in $entry.items) 312 - <li>$item</li> 229 + <table class="table table-bordered table-striped"> 230 + <thead> 231 + <tr> 232 + <th>Service</th> 233 + <th>Starting price</th> 234 + <th>What it covers</th> 235 + </tr> 236 + </thead> 237 + <tbody> 238 + #foreach ($entry in $commonPackages) 239 + <tr> 240 + <td><strong>$entry.service</strong></td> 241 + <td>$entry.price</td> 242 + <td>$entry.description</td> 243 + </tr> 313 313 #end 314 - </ul> 245 + </tbody> 246 + </table> 315 315 316 - <div class="card-link">317 - <a href="$contactURL">$entry.cta</a>318 - </div >319 - </article>320 - #end321 - </div> 248 + <div id="upgrade-offer" class="resource-note"> 249 + <p> 250 + <strong>New customer upgrade offer:</strong> If the Upgrade Readiness Review leads to an upgrade 251 + project with Agnease, the review cost can be credited toward the upgrade implementation. 252 + </p> 253 + </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> 255 + <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> 257 + <p> 258 + Support plans are designed for organizations that already use XWiki and want regular help with 259 + troubleshooting, maintenance, upgrades, configuration, authentication and small improvements. 260 + </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> 262 + <div class="services-grid"> 263 + #foreach ($entry in $supportPlans) 264 + <article class="service"> 265 + <div class="service-icon" aria-hidden="true"> 266 + <i class="fa fa-$entry.icon"></i> 267 + </div> 268 + <div class="service-body"> 269 + <h4>$entry.title</h4> 270 + <p><strong>$entry.price</strong></p> 271 + <p>$entry.description</p> 272 + <ul> 273 + #foreach ($item in $entry.items) 274 + <li>$item</li> 275 + #end 276 + </ul> 277 + <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> 278 + </div> 279 + </article> 280 + #end 346 346 </div> 347 - #end 348 - </div> 349 349 350 - <div id="hero-cta">351 - <aclass="btnbtn-primary"href="$contactURL">Requesta project quote</a>352 - </div>353 - </ div>354 -</ section>283 + <div class="resource-note"> 284 + <p> 285 + Larger features, migrations, major customizations and complex projects are quoted separately. 286 + </p> 287 + </div> 355 355 356 -<section id="faq" aria-labelledby="faq-title"> 357 - <div class="container"> 358 - <h2 id="faq-title">FAQ</h2> 289 + <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 291 + <p> 292 + Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms, 293 + major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring, 294 + Agnease first reviews the current setup and then provides a fixed project quote. 295 + </p> 296 + 297 + <ul class="resource-checklist"> 298 + #foreach ($item in $complexProjects) 299 + <li>$item</li> 300 + #end 301 + </ul> 302 + 303 + <div class="resource-cta"> 304 + <h3>Request a project quote</h3> 305 + <p> 306 + Send a short description of your XWiki environment, current version, hosting setup and what you 307 + are trying to achieve. 308 + </p> 309 + <a class="btn btn-primary" href="$contactURL">Request a project quote</a> 310 + </div> 311 + 312 + <h2 id="faq">FAQ</h2> 313 + 314 + #foreach ($entry in $faqItems) 315 + <details class="resource-faq-item" #if ($foreach.first)open#end> 316 + <summary>$entry.question</summary> 317 + <p>$entry.answer</p> 318 + </details> 319 + #end 320 + 321 + </article> 322 + </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