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.17
edited by Alex Cotiuga
on 2026/07/10 04:02
on 2026/07/10 04:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,29 +1,27 @@ 1 1 {{velocity}} 2 2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 - 4 4 #set ($contactURL = $xwiki.getURL('contact.WebHome')) 5 - 6 6 #set ($startingPoints = [{ 7 7 'icon': 'search', 8 8 'title': 'Review & diagnose', 9 9 'price': 'From €290', 10 - 'description': 'For teams that need to understand risks, issues or the current state before making changes.', 8 + 'description': 'For teams that need to understand risks, issues or the current XWiki state before making changes.', 11 11 'items': [ 12 - ' XWikiHealthCheck',13 - 'Upgrade ReadinessReview',14 - 'Authentication Review',15 - 'Urgent Troubleshooting'10 + 'Health checks', 11 + 'Upgrade readiness reviews', 12 + 'Authentication reviews', 13 + 'Urgent troubleshooting' 16 16 ], 17 17 'cta': 'Start with a review' 18 18 },{ 19 19 'icon': 'cogs', 20 - 'title': 'Implement &configure',18 + 'title': 'Implement changes', 21 21 'price': 'From €490', 22 22 'description': 'For teams ready to make a specific XWiki change, upgrade or authentication improvement.', 23 23 'items': [ 24 - ' StandardXWiki LTSUpgrade',25 - 'MFA Installation',26 - 'OIDC / MicrosoftEntra IDSetup',22 + 'XWiki LTS upgrades', 23 + 'MFA installation', 24 + 'OIDC / Entra ID setup', 27 27 'LDAP / Active Directory work' 28 28 ], 29 29 'cta': 'Request implementation quote' ... ... @@ -39,8 +39,7 @@ 39 39 'Upgrade planning' 40 40 ], 41 41 'cta': 'Discuss support plan' 42 -}]) 43 - 40 +}] 44 44 #set ($commonPackages = [{ 45 45 'service': 'XWiki Health Check', 46 46 'price': '€390', ... ... @@ -56,7 +56,7 @@ 56 56 },{ 57 57 'service': 'Urgent XWiki Troubleshooting', 58 58 'price': 'From €250', 59 - 'description': 'Live troubleshooting sessionfor blocking issues, errors, failed upgrades or production problems.'56 + 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.' 60 60 },{ 61 61 'service': 'Standard XWiki LTS Upgrade', 62 62 'price': 'From €790', ... ... @@ -64,7 +64,7 @@ 64 64 },{ 65 65 'service': 'XWiki MFA Installation & Configuration', 66 66 'price': 'From €490', 67 - 'description': 'MFA installation ,login flowintegration,basicconfiguration,testingandadministrator guidance.'64 + 'description': 'MFA installation for the standard XWiki login flow. In SSO environments, MFA may be better enforced by the identity provider.' 68 68 },{ 69 69 'service': 'OIDC / Microsoft Entra ID Setup', 70 70 'price': 'From €590', ... ... @@ -82,7 +82,6 @@ 82 82 'price': 'Quoted after review', 83 83 'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' 84 84 }]) 85 - 86 86 #set ($supportPlans = [{ 87 87 'icon': 'leaf', 88 88 'title': 'Essential Support', ... ... @@ -122,17 +122,23 @@ 122 122 ], 123 123 'cta': 'Discuss extended support' 124 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 - 121 +#set ($complexProjects = [{ 122 + 'icon': 'sitemap', 123 + 'title': 'Wiki farms', 124 + 'content': 'Restructuring, subwiki access models, internal and external collaboration areas.' 125 +},{ 126 + 'icon': 'exchange', 127 + 'title': 'Migrations', 128 + 'content': 'Content, platform or documentation migrations into a cleaner XWiki structure.' 129 +},{ 130 + 'icon': 'puzzle-piece', 131 + 'title': 'Custom applications', 132 + 'content': 'Workflow applications, structured data, dashboards and internal business tools.' 133 +},{ 134 + 'icon': 'tachometer', 135 + 'title': 'Stability work', 136 + 'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' 137 +}]) 136 136 #set ($faqItems = [{ 137 137 'question': 'Are these fixed prices?', 138 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.' ... ... @@ -152,175 +152,203 @@ 152 152 'question': 'Do prices include external costs?', 153 153 'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' 154 154 }]) 155 - 156 156 {{html clean="false"}} 157 157 158 -<section class=" resource-header" aria-labelledby="hero-title">159 +<section class="hero hero-centered" aria-labelledby="pricing-title"> 159 159 <div class="container"> 160 - <div class=" text-center">161 + <div class="hero-inner"> 161 161 <div class="hero-kicker"> 162 162 <i class="fa fa-eur" aria-hidden="true"></i> 163 163 XWiki consulting, support and implementation 164 164 </div> 165 - </div> 166 166 167 - <h1 id=" hero-title">XWiki Service Packages</h1>167 + <h1 id="pricing-title">XWiki Service Packages</h1> 168 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> 169 + <p class="lead"> 170 + Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support. 171 + </p> 173 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> 173 + <ul class="benefits"> 174 + <li>Specialized XWiki consulting</li> 175 + <li>Practical starting prices</li> 176 + <li>Fixed quotes for complex work</li> 177 + </ul> 178 + 179 + <div id="hero-cta"> 180 + <a class="btn btn-primary" href="$contactURL">Request a quote</a> 181 + </div> 177 177 </div> 178 178 </div> 179 179 </section> 180 180 181 -<section class="resource-page">186 +<section id="starting-points" aria-labelledby="starting-points-title"> 182 182 <div class="container"> 183 - <div class="resource-layout"> 184 - <article class="resource-content services"> 188 + <h2 id="starting-points-title">Choose your starting point</h2> 189 + <p class="section-intro"> 190 + Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, 191 + or set up ongoing support. 192 + </p> 185 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> 194 + <div class="pathways"> 195 + #foreach ($entry in $startingPoints) 196 + <article class="pathway-card"> 197 + <div class="card-heading"> 198 + <div class="pathway-icon" aria-hidden="true"> 199 + <i class="fa fa-$entry.icon"></i> 200 + </div> 201 + <h3>$entry.title</h3> 202 + </div> 193 193 194 - <h2 id="starting-points">Choose your starting point</h2> 204 + <p><strong>$entry.price</strong></p> 205 + <p>$entry.description</p> 195 195 196 - < p>197 - MostXWikirequestsfit intoone of three paths:reviewthecurrentsetup,implementa defined change,198 - orsetupongoingsupport. This keeps the first step clear without pretendingthatevery XWiki environment199 - hasthesamecomplexity.200 - </ p>207 + <ul> 208 + #foreach ($item in $entry.items) 209 + <li>$item</li> 210 + #end 211 + </ul> 201 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> 213 + <div class="card-link"> 214 + <a href="$contactURL">$entry.cta</a> 215 + </div> 216 + </article> 217 + #end 218 + </div> 219 + </div> 220 +</section> 222 222 223 - <h2 id="common-packages">Common starting packages</h2> 222 +<section aria-labelledby="pricing-note-title"> 223 + <div class="container"> 224 + <div class="industry-trust-panel"> 225 + <h2 id="pricing-note-title">Simple starting prices, reviewed scope when needed</h2> 226 + <p class="section-intro"> 227 + Prices are starting points and exclude VAT where applicable. Final pricing depends on the XWiki version, 228 + installed extensions, customizations, hosting setup, authentication configuration, wiki farm complexity 229 + and required testing. 230 + </p> 231 + </div> 232 + </div> 233 +</section> 224 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> 235 +<section id="common-packages" aria-labelledby="common-packages-title"> 236 + <div class="container"> 237 + <h2 id="common-packages-title">Common starting packages</h2> 238 + <p class="section-intro"> 239 + These are practical entry points for common XWiki needs. Some can start directly, while others require 240 + a quick review before confirming the final scope. 241 + </p> 229 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> 243 + <table class="table table-bordered table-striped"> 244 + <thead> 245 + <tr> 246 + <th>Service</th> 247 + <th>Starting price</th> 248 + <th>What it covers</th> 249 + </tr> 250 + </thead> 251 + <tbody> 252 + #foreach ($entry in $commonPackages) 253 + <tr> 254 + <td><strong>$entry.service</strong></td> 255 + <td>$entry.price</td> 256 + <td>$entry.description</td> 257 + </tr> 258 + #end 259 + </tbody> 260 + </table> 261 + </div> 262 +</section> 248 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> 264 +<section id="upgrade-offer" aria-labelledby="upgrade-offer-title" class="industry-trust-section"> 265 + <div class="container"> 266 + <div class="industry-trust-panel"> 267 + <h2 id="upgrade-offer-title">New customer upgrade offer</h2> 268 + <p class="section-intro"> 269 + If the Upgrade Readiness Review leads to an upgrade project with Agnease, the review cost can be credited 270 + toward the upgrade implementation. 271 + </p> 272 + <a class="btn btn-primary" href="$contactURL">Plan an upgrade</a> 273 + </div> 274 + </div> 275 +</section> 255 255 256 - <h2 id="support">Monthly support plans</h2> 277 +<section id="support" aria-labelledby="support-title"> 278 + <div class="container"> 279 + <h2 id="support-title">Monthly support plans</h2> 280 + <p class="section-intro"> 281 + Support plans are designed for organizations that already use XWiki and want regular help with troubleshooting, 282 + maintenance, upgrades, configuration, authentication and small improvements. 283 + </p> 257 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> 285 + <div class="pathways"> 286 + #foreach ($entry in $supportPlans) 287 + <article class="pathway-card"> 288 + <div class="card-heading"> 289 + <div class="pathway-icon" aria-hidden="true"> 290 + <i class="fa fa-$entry.icon"></i> 291 + </div> 292 + <h3>$entry.title</h3> 293 + </div> 262 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> 295 + <p><strong>$entry.price</strong></p> 296 + <p>$entry.description</p> 283 283 284 - <divclass="resource-note">285 - <p>286 - Largerfeatures,migrations, major customizations and complex projects are quoted separately.287 - </p>288 - </ div>298 + <ul> 299 + #foreach ($item in $entry.items) 300 + <li>$item</li> 301 + #end 302 + </ul> 289 289 290 - <h2 id="complex-projects">Need something more complex?</h2> 304 + <div class="card-link"> 305 + <a href="$contactURL">$entry.cta</a> 306 + </div> 307 + </article> 308 + #end 309 + </div> 291 291 292 - <p>293 - SomeXWiki projectscannot be pricedresponsiblybeforethe environmentis reviewed.For wiki farms,294 - major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring,295 - Agnease first reviews the current setup andthen provides a fixed project quote.296 - </p>311 + <p class="section-intro"> 312 + Larger features, migrations, major customizations and complex projects are quoted separately. 313 + </p> 314 + </div> 315 +</section> 297 297 298 - <ul class="resource-checklist"> 299 - #foreach ($item in $complexProjects) 300 - <li>$item</li> 301 - #end 302 - </ul> 317 +<section id="complex-projects" aria-labelledby="complex-projects-title"> 318 + <div class="container"> 319 + <h2 id="complex-projects-title">Need something more complex?</h2> 320 + <p class="section-intro"> 321 + Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms, 322 + major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring, 323 + Agnease first reviews the current setup and then provides a fixed project quote. 324 + </p> 303 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> 326 + <div class="widgets"> 327 + #foreach ($entry in $complexProjects) 328 + <div class="widget"> 329 + <div class="icon"> 330 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 331 + <h4>$entry.title</h4> 332 + </div> 333 + <p>$entry.content</p> 311 311 </div> 335 + #end 336 + </div> 312 312 313 - <h2 id="faq">FAQ</h2> 338 + <div id="hero-cta"> 339 + <a class="btn btn-primary" href="$contactURL">Request a project quote</a> 340 + </div> 341 + </div> 342 +</section> 314 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 344 +<section id="faq" aria-labelledby="faq-title"> 345 + <div class="container"> 346 + <h2 id="faq-title">FAQ</h2> 321 321 322 - </article> 323 - </div> 348 + #foreach ($entry in $faqItems) 349 + <details class="resource-faq-item" #if ($foreach.first)open#end> 350 + <summary>$entry.question</summary> 351 + <p>$entry.answer</p> 352 + </details> 353 + #end 324 324 </div> 325 325 </section> 326 326