| ... |
... |
@@ -1,8 +1,6 @@ |
| 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', |
| ... |
... |
@@ -40,7 +40,6 @@ |
| 40 |
40 |
], |
| 41 |
41 |
'cta': 'Discuss support plan' |
| 42 |
42 |
}]) |
| 43 |
|
- |
| 44 |
44 |
#set ($commonPackages = [{ |
| 45 |
45 |
'service': 'XWiki Health Check', |
| 46 |
46 |
'price': '€390', |
| ... |
... |
@@ -48,27 +48,27 @@ |
| 48 |
48 |
},{ |
| 49 |
49 |
'service': 'Upgrade Readiness Review', |
| 50 |
50 |
'price': '€390', |
| 51 |
|
- 'description': 'Upgrade path, compatibility, customization risk and effort estimate before implementation.' |
|
48 |
+ 'description': 'Upgrade path, compatibility risks, customizations and effort estimate before implementation.' |
| 52 |
52 |
},{ |
| 53 |
53 |
'service': 'XWiki Authentication Review', |
| 54 |
54 |
'price': '€290', |
| 55 |
|
- 'description': 'Review of login flow, user provisioning, groups, access control and authentication options.' |
|
52 |
+ 'description': 'Review of login flow, users, groups, access control and authentication options.' |
| 56 |
56 |
},{ |
| 57 |
57 |
'service': 'Urgent XWiki Troubleshooting', |
| 58 |
|
- 'price': 'From €250', |
|
55 |
+ 'price': 'From €250/session', |
| 59 |
59 |
'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', |
| 63 |
|
- 'description': 'Upgrade preparation, execution, basic compatibility checks and post-upgrade validation.' |
|
60 |
+ 'description': 'Upgrade preparation, execution, compatibility checks and post-upgrade validation.' |
| 64 |
64 |
},{ |
| 65 |
65 |
'service': 'XWiki MFA Installation & Configuration', |
| 66 |
66 |
'price': 'From €490', |
| 67 |
|
- 'description': 'MFA installation for the standard XWiki login flow. In SSO environments, MFA may be better enforced by the identity provider.' |
|
64 |
+ 'description': 'MFA setup for the standard XWiki login flow, with configuration, testing and guidance.' |
| 68 |
68 |
},{ |
| 69 |
69 |
'service': 'OIDC / Microsoft Entra ID Setup', |
| 70 |
70 |
'price': 'From €590', |
| 71 |
|
- 'description': 'OpenID Connect setup, user mapping considerations, group and access-control review, and validation.' |
|
68 |
+ 'description': 'OpenID Connect setup, user mapping considerations, access review and validation.' |
| 72 |
72 |
},{ |
| 73 |
73 |
'service': 'LDAP / Active Directory Review', |
| 74 |
74 |
'price': 'From €390', |
| ... |
... |
@@ -76,23 +76,31 @@ |
| 76 |
76 |
},{ |
| 77 |
77 |
'service': 'Access Control Review', |
| 78 |
78 |
'price': 'From €390', |
| 79 |
|
- 'description': 'Review of groups, permissions, public/internal/restricted areas and subwiki access model.' |
|
76 |
+ 'description': 'Review of groups, permissions, restricted areas, public access and subwiki access model.' |
| 80 |
80 |
},{ |
| 81 |
81 |
'service': 'Advanced Authentication Work', |
| 82 |
|
- 'price': 'Quoted after review', |
|
79 |
+ 'price': 'Quoted', |
| 83 |
83 |
'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.' |
| 84 |
84 |
}]) |
| 85 |
|
- |
| 86 |
86 |
#set ($supportPlans = [{ |
| 87 |
87 |
'icon': 'leaf', |
| 88 |
88 |
'title': 'Essential Support', |
| 89 |
89 |
'price': '€390/month', |
| 90 |
|
- 'description': 'For small teams that need occasional XWiki help.', |
|
94 |
+ 'description': 'For small teams that need occasional XWiki help at a predictable monthly cost.', |
| 91 |
91 |
'items': [ |
| 92 |
|
- 'Up to 4 hours/month', |
|
96 |
+ 'Up to 1 support day/month', |
| 93 |
93 |
'Email support', |
|
98 |
+ 'Troubleshooting and guidance', |
| 94 |
94 |
'Small configuration fixes', |
| 95 |
|
- 'Upgrade and security guidance' |
|
100 |
+ 'Upgrade and security recommendations' |
| 96 |
96 |
], |
| 97 |
97 |
'cta': 'Request support plan' |
| 98 |
98 |
},{ |
| ... |
... |
@@ -99,13 +99,14 @@ |
| 99 |
99 |
'icon': 'check-circle', |
| 100 |
100 |
'title': 'Standard Support', |
| 101 |
101 |
'price': '€790/month', |
| 102 |
|
- 'description': 'For active XWiki environments that need regular support and maintenance.', |
|
107 |
+ 'description': 'For active XWiki environments that need regular support, maintenance and small improvements.', |
| 103 |
103 |
'items': [ |
| 104 |
|
- 'Up to 8 hours/month', |
|
109 |
+ 'Up to 2 support days/month', |
| 105 |
105 |
'Prioritized support', |
| 106 |
106 |
'Troubleshooting', |
| 107 |
107 |
'Minor improvements', |
| 108 |
|
- 'Maintenance guidance' |
|
113 |
+ 'Maintenance guidance', |
|
114 |
+ 'Upgrade planning' |
| 109 |
109 |
], |
| 110 |
110 |
'cta': 'Request standard support' |
| 111 |
111 |
},{ |
| ... |
... |
@@ -114,7 +114,7 @@ |
| 114 |
114 |
'price': 'From €1,490/month', |
| 115 |
115 |
'description': 'For business-critical XWiki platforms or organizations with ongoing XWiki work.', |
| 116 |
116 |
'items': [ |
| 117 |
|
- 'Larger monthly allocation', |
|
123 |
+ 'Larger monthly support allocation', |
| 118 |
118 |
'Prioritized handling', |
| 119 |
119 |
'Upgrade planning', |
| 120 |
120 |
'Authentication and extension support', |
| ... |
... |
@@ -122,7 +122,6 @@ |
| 122 |
122 |
], |
| 123 |
123 |
'cta': 'Discuss extended support' |
| 124 |
124 |
}]) |
| 125 |
|
- |
| 126 |
126 |
#set ($complexProjects = [{ |
| 127 |
127 |
'icon': 'sitemap', |
| 128 |
128 |
'title': 'Wiki farms', |
| ... |
... |
@@ -140,7 +140,6 @@ |
| 140 |
140 |
'title': 'Stability work', |
| 141 |
141 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 142 |
142 |
}]) |
| 143 |
|
- |
| 144 |
144 |
#set ($faqItems = [{ |
| 145 |
145 |
'question': 'Are these fixed prices?', |
| 146 |
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.' |
| ... |
... |
@@ -160,7 +160,6 @@ |
| 160 |
160 |
'question': 'Do prices include external costs?', |
| 161 |
161 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 162 |
162 |
}]) |
| 163 |
|
- |
| 164 |
164 |
{{html clean="false"}} |
| 165 |
165 |
|
| 166 |
166 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -185,7 +185,7 @@ |
| 185 |
185 |
|
| 186 |
186 |
<div id="hero-cta"> |
| 187 |
187 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
| 188 |
|
- <a class="btn btn-secondary" href="#starting-points">Compare options</a> |
|
191 |
+ <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 189 |
189 |
</div> |
| 190 |
190 |
</div> |
| 191 |
191 |
</div> |
| ... |
... |
@@ -193,7 +193,7 @@ |
| 193 |
193 |
|
| 194 |
194 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 195 |
195 |
<div class="container"> |
| 196 |
|
- <h2 id="starting-points-title">Choose your starting point</h2> |
|
199 |
+ <h2 id="starting-points-title">Three common ways to start</h2> |
| 197 |
197 |
<p class="section-intro"> |
| 198 |
198 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 199 |
199 |
or set up ongoing support. |
| ... |
... |
@@ -317,7 +317,9 @@ |
| 317 |
317 |
</div> |
| 318 |
318 |
|
| 319 |
319 |
<p class="section-intro"> |
| 320 |
|
- Larger features, migrations, major customizations and complex projects are quoted separately. |
|
323 |
+ Support plans are intended for remote XWiki support, troubleshooting, maintenance guidance, |
|
324 |
+ small configuration changes and minor improvements. Larger features, migrations, major customizations |
|
325 |
+ and complex projects are quoted separately. |
| 321 |
321 |
</p> |
| 322 |
322 |
</div> |
| 323 |
323 |
</section> |