| ... |
... |
@@ -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 setup for the standard XWiki login flow, with configuration, testing and guidance.' |
|
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,31 +73,23 @@ |
| 73 |
73 |
},{ |
| 74 |
74 |
'service': 'Access Control Review', |
| 75 |
75 |
'price': 'From €390', |
| 76 |
|
- 'description': 'Review of groups, permissions, restricted areas, public access 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', |
| 93 |
93 |
'price': '€390/month', |
| 94 |
|
- 'description': 'For small teams that need occasional XWiki help at a predictable monthly cost.', |
|
89 |
+ 'description': 'For small teams that need occasional XWiki help.', |
| 95 |
95 |
'items': [ |
| 96 |
|
- 'Up to 1 support day/month', |
|
91 |
+ 'Up to 4 hours/month', |
| 97 |
97 |
'Email support', |
| 98 |
|
- 'Troubleshooting and guidance', |
| 99 |
99 |
'Small configuration fixes', |
| 100 |
|
- 'Upgrade and security recommendations' |
|
94 |
+ 'Upgrade and security guidance' |
| 101 |
101 |
], |
| 102 |
102 |
'cta': 'Request support plan' |
| 103 |
103 |
},{ |
| ... |
... |
@@ -104,14 +104,13 @@ |
| 104 |
104 |
'icon': 'check-circle', |
| 105 |
105 |
'title': 'Standard Support', |
| 106 |
106 |
'price': '€790/month', |
| 107 |
|
- 'description': 'For active XWiki environments that need regular support, maintenance and small improvements.', |
|
101 |
+ 'description': 'For active XWiki environments that need regular support and maintenance.', |
| 108 |
108 |
'items': [ |
| 109 |
|
- 'Up to 2 support days/month', |
|
103 |
+ 'Up to 8 hours/month', |
| 110 |
110 |
'Prioritized support', |
| 111 |
111 |
'Troubleshooting', |
| 112 |
112 |
'Minor improvements', |
| 113 |
|
- 'Maintenance guidance', |
| 114 |
|
- 'Upgrade planning' |
|
107 |
+ 'Maintenance guidance' |
| 115 |
115 |
], |
| 116 |
116 |
'cta': 'Request standard support' |
| 117 |
117 |
},{ |
| ... |
... |
@@ -120,7 +120,7 @@ |
| 120 |
120 |
'price': 'From €1,490/month', |
| 121 |
121 |
'description': 'For business-critical XWiki platforms or organizations with ongoing XWiki work.', |
| 122 |
122 |
'items': [ |
| 123 |
|
- 'Larger monthly support allocation', |
|
116 |
+ 'Larger monthly allocation', |
| 124 |
124 |
'Prioritized handling', |
| 125 |
125 |
'Upgrade planning', |
| 126 |
126 |
'Authentication and extension support', |
| ... |
... |
@@ -128,6 +128,7 @@ |
| 128 |
128 |
], |
| 129 |
129 |
'cta': 'Discuss extended support' |
| 130 |
130 |
}]) |
|
124 |
+ |
| 131 |
131 |
#set ($complexProjects = [{ |
| 132 |
132 |
'icon': 'sitemap', |
| 133 |
133 |
'title': 'Wiki farms', |
| ... |
... |
@@ -145,6 +145,7 @@ |
| 145 |
145 |
'title': 'Stability work', |
| 146 |
146 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 147 |
147 |
}]) |
|
142 |
+ |
| 148 |
148 |
#set ($faqItems = [{ |
| 149 |
149 |
'question': 'Are these fixed prices?', |
| 150 |
150 |
'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.' |
| ... |
... |
@@ -164,6 +164,7 @@ |
| 164 |
164 |
'question': 'Do prices include external costs?', |
| 165 |
165 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 166 |
166 |
}]) |
|
162 |
+ |
| 167 |
167 |
{{html clean="false"}} |
| 168 |
168 |
|
| 169 |
169 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -188,7 +188,6 @@ |
| 188 |
188 |
|
| 189 |
189 |
<div id="hero-cta"> |
| 190 |
190 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
| 191 |
|
- <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 192 |
192 |
</div> |
| 193 |
193 |
</div> |
| 194 |
194 |
</div> |
| ... |
... |
@@ -196,7 +196,7 @@ |
| 196 |
196 |
|
| 197 |
197 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 198 |
198 |
<div class="container"> |
| 199 |
|
- <h2 id="starting-points-title">Three common ways to start</h2> |
|
194 |
+ <h2 id="starting-points-title">Choose your starting point</h2> |
| 200 |
200 |
<p class="section-intro"> |
| 201 |
201 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 202 |
202 |
or set up ongoing support. |
| ... |
... |
@@ -320,9 +320,7 @@ |
| 320 |
320 |
</div> |
| 321 |
321 |
|
| 322 |
322 |
<p class="section-intro"> |
| 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. |
|
318 |
+ Larger features, migrations, major customizations and complex projects are quoted separately. |
| 326 |
326 |
</p> |
| 327 |
327 |
</div> |
| 328 |
328 |
</section> |