Changes for page Pricing
Last modified by Alex Cotiuga on 2026/07/13 06:55
From version 2.9
edited by Alex Cotiuga
on 2026/07/10 04:24
on 2026/07/10 04:24
Change comment:
There is no comment for this version
To version 1.18
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)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,7 @@ 1 1 {{velocity}} 2 2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 3 #set ($contactURL = $xwiki.getURL('contact.WebHome')) 4 + 4 4 #set ($startingPoints = [{ 5 5 'icon': 'search', 6 6 'title': 'Review & diagnose', ... ... @@ -38,6 +38,7 @@ 38 38 ], 39 39 'cta': 'Discuss support plan' 40 40 }]) 42 + 41 41 #set ($commonPackages = [{ 42 42 'service': 'XWiki Health Check', 43 43 'price': '€390', ... ... @@ -45,27 +45,27 @@ 45 45 },{ 46 46 'service': 'Upgrade Readiness Review', 47 47 'price': '€390', 48 - 'description': 'Upgrade path, compatibility risks, customizations and effort estimate before implementation.'50 + 'description': 'Upgrade path, compatibility, customization risk and effort estimate before implementation.' 49 49 },{ 50 50 'service': 'XWiki Authentication Review', 51 51 'price': '€290', 52 - 'description': 'Review of login flow, users, groups, access control and authentication options.' 54 + 'description': 'Review of login flow, user provisioning, groups, access control and authentication options.' 53 53 },{ 54 54 'service': 'Urgent XWiki Troubleshooting', 55 - 'price': 'From €250 /session',57 + 'price': 'From €250', 56 56 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.' 57 57 },{ 58 58 'service': 'Standard XWiki LTS Upgrade', 59 59 'price': 'From €790', 60 - 'description': 'Upgrade preparation, execution, compatibility checks and post-upgrade validation.' 62 + 'description': 'Upgrade preparation, execution, basic compatibility checks and post-upgrade validation.' 61 61 },{ 62 62 'service': 'XWiki MFA Installation & Configuration', 63 63 'price': 'From €490', 64 - 'description': 'MFA s etupfor the standard XWiki login flow,withconfiguration,testingandguidance.'66 + 'description': 'MFA installation for the standard XWiki login flow. In SSO environments, MFA may be better enforced by the identity provider.' 65 65 },{ 66 66 'service': 'OIDC / Microsoft Entra ID Setup', 67 67 'price': 'From €590', 68 - 'description': 'OpenID Connect setup, user mapping considerations, access review and validation.' 70 + 'description': 'OpenID Connect setup, user mapping considerations, group and access-control review, and validation.' 69 69 },{ 70 70 'service': 'LDAP / Active Directory Review', 71 71 'price': 'From €390', ... ... @@ -73,20 +73,13 @@ 73 73 },{ 74 74 'service': 'Access Control Review', 75 75 'price': 'From €390', 76 - 'description': 'Review of groups, permissions, restricted areas ,publicaccess and subwiki access model.'78 + 'description': 'Review of groups, permissions, public/internal/restricted areas and subwiki access model.' 77 77 },{ 78 78 'service': 'Advanced Authentication Work', 79 - 'price': 'Quoted', 81 + 'price': 'Quoted after review', 80 80 'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' 81 -},{ 82 - 'service': 'AWS Hosting Setup for XWiki', 83 - 'price': 'From €490', 84 - 'description': 'Initial AWS deployment setup, including server preparation, HTTPS and basic backup strategy.' 85 -},{ 86 - 'service': 'XWiki AWS Cloud Hosting', 87 - 'price': 'From €120/month', 88 - 'description': 'Single-instance AWS hosting for small XWiki environments with storage, basic backups and modest traffic.' 89 89 }]) 84 + 90 90 #set ($supportPlans = [{ 91 91 'icon': 'leaf', 92 92 'title': 'Essential Support', ... ... @@ -126,6 +126,7 @@ 126 126 ], 127 127 'cta': 'Discuss extended support' 128 128 }]) 124 + 129 129 #set ($complexProjects = [{ 130 130 'icon': 'sitemap', 131 131 'title': 'Wiki farms', ... ... @@ -143,6 +143,7 @@ 143 143 'title': 'Stability work', 144 144 'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' 145 145 }]) 142 + 146 146 #set ($faqItems = [{ 147 147 'question': 'Are these fixed prices?', 148 148 '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.' ... ... @@ -162,6 +162,7 @@ 162 162 'question': 'Do prices include external costs?', 163 163 'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' 164 164 }]) 162 + 165 165 {{html clean="false"}} 166 166 167 167 <section class="hero hero-centered" aria-labelledby="pricing-title"> ... ... @@ -186,7 +186,6 @@ 186 186 187 187 <div id="hero-cta"> 188 188 <a class="btn btn-primary" href="$contactURL">Request a quote</a> 189 - <a class="btn btn-secondary" href="#support">View monthly support</a> 190 190 </div> 191 191 </div> 192 192 </div> ... ... @@ -194,7 +194,7 @@ 194 194 195 195 <section id="starting-points" aria-labelledby="starting-points-title"> 196 196 <div class="container"> 197 - <h2 id="starting-points-title"> Three common waysto start</h2>194 + <h2 id="starting-points-title">Choose your starting point</h2> 198 198 <p class="section-intro"> 199 199 Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, 200 200 or set up ongoing support.
- 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