| ... |
... |
@@ -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.' |
| ... |
... |
@@ -56,27 +56,27 @@ |
| 56 |
56 |
},{ |
| 57 |
57 |
'service': 'Upgrade Readiness Review', |
| 58 |
58 |
'price': '€390', |
| 59 |
|
- 'description': 'Upgrade path, compatibility, customization risk and effort estimate before implementation.' |
|
48 |
+ 'description': 'Upgrade path, compatibility risks, customizations and effort estimate before implementation.' |
| 60 |
60 |
},{ |
| 61 |
61 |
'service': 'XWiki Authentication Review', |
| 62 |
62 |
'price': '€290', |
| 63 |
|
- '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.' |
| 64 |
64 |
},{ |
| 65 |
65 |
'service': 'Urgent XWiki Troubleshooting', |
| 66 |
|
- 'price': 'From €250', |
|
55 |
+ 'price': 'From €250/session', |
| 67 |
67 |
'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.' |
| 68 |
68 |
},{ |
| 69 |
69 |
'service': 'Standard XWiki LTS Upgrade', |
| 70 |
70 |
'price': 'From €790', |
| 71 |
|
- 'description': 'Upgrade preparation, execution, basic compatibility checks and post-upgrade validation.' |
|
60 |
+ 'description': 'Upgrade preparation, execution, compatibility checks and post-upgrade validation.' |
| 72 |
72 |
},{ |
| 73 |
73 |
'service': 'XWiki MFA Installation & Configuration', |
| 74 |
74 |
'price': 'From €490', |
| 75 |
|
- '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.' |
| 76 |
76 |
},{ |
| 77 |
77 |
'service': 'OIDC / Microsoft Entra ID Setup', |
| 78 |
78 |
'price': 'From €590', |
| 79 |
|
- '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.' |
| 80 |
80 |
},{ |
| 81 |
81 |
'service': 'LDAP / Active Directory Review', |
| 82 |
82 |
'price': 'From €390', |
| ... |
... |
@@ -84,22 +84,31 @@ |
| 84 |
84 |
},{ |
| 85 |
85 |
'service': 'Access Control Review', |
| 86 |
86 |
'price': 'From €390', |
| 87 |
|
- '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.' |
| 88 |
88 |
},{ |
| 89 |
89 |
'service': 'Advanced Authentication Work', |
| 90 |
|
- 'price': 'Quoted after review', |
|
79 |
+ 'price': 'Quoted', |
| 91 |
91 |
'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.' |
| 92 |
92 |
}]) |
| 93 |
93 |
#set ($supportPlans = [{ |
| 94 |
94 |
'icon': 'leaf', |
| 95 |
95 |
'title': 'Essential Support', |
| 96 |
96 |
'price': '€390/month', |
| 97 |
|
- 'description': 'For small teams that need occasional XWiki help.', |
|
94 |
+ 'description': 'For small teams that need occasional XWiki help at a predictable monthly cost.', |
| 98 |
98 |
'items': [ |
| 99 |
|
- 'Up to 4 hours/month', |
|
96 |
+ 'Up to 1 support day/month', |
| 100 |
100 |
'Email support', |
|
98 |
+ 'Troubleshooting and guidance', |
| 101 |
101 |
'Small configuration fixes', |
| 102 |
|
- 'Upgrade and security guidance' |
|
100 |
+ 'Upgrade and security recommendations' |
| 103 |
103 |
], |
| 104 |
104 |
'cta': 'Request support plan' |
| 105 |
105 |
},{ |
| ... |
... |
@@ -106,13 +106,14 @@ |
| 106 |
106 |
'icon': 'check-circle', |
| 107 |
107 |
'title': 'Standard Support', |
| 108 |
108 |
'price': '€790/month', |
| 109 |
|
- '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.', |
| 110 |
110 |
'items': [ |
| 111 |
|
- 'Up to 8 hours/month', |
|
109 |
+ 'Up to 2 support days/month', |
| 112 |
112 |
'Prioritized support', |
| 113 |
113 |
'Troubleshooting', |
| 114 |
114 |
'Minor improvements', |
| 115 |
|
- 'Maintenance guidance' |
|
113 |
+ 'Maintenance guidance', |
|
114 |
+ 'Upgrade planning' |
| 116 |
116 |
], |
| 117 |
117 |
'cta': 'Request standard support' |
| 118 |
118 |
},{ |
| ... |
... |
@@ -121,7 +121,7 @@ |
| 121 |
121 |
'price': 'From €1,490/month', |
| 122 |
122 |
'description': 'For business-critical XWiki platforms or organizations with ongoing XWiki work.', |
| 123 |
123 |
'items': [ |
| 124 |
|
- 'Larger monthly allocation', |
|
123 |
+ 'Larger monthly support allocation', |
| 125 |
125 |
'Prioritized handling', |
| 126 |
126 |
'Upgrade planning', |
| 127 |
127 |
'Authentication and extension support', |
| ... |
... |
@@ -321,7 +321,9 @@ |
| 321 |
321 |
</div> |
| 322 |
322 |
|
| 323 |
323 |
<p class="section-intro"> |
| 324 |
|
- 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. |
| 325 |
325 |
</p> |
| 326 |
326 |
</div> |
| 327 |
327 |
</section> |