0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.54
edited by Alex Cotiugă
on 2025/11/13 12:37
Change comment: There is no comment for this version
To version 7.56
edited by Alex Cotiugă
on 2025/11/13 12:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,6 +66,42 @@
66 66   'Test upgrades with backups and validation',
67 67   'Safe production rollout with minimal downtime'
68 68   ]
69 + },{
70 + 'title': 'Maintenance, Support & Recovery',
71 + 'icon': 'stethoscope',
72 + 'content': 'Ensure long-term stability and quick response when issues appear.',
73 + 'items': [
74 + 'Monitoring and performance checks',
75 + 'Security patching, log analysis, triage',
76 + 'Issue recovery, data repair, hardening'
77 + ]
78 + },{
79 + 'title': 'Development & Integrations',
80 + 'icon': 'cogs',
81 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
82 + 'items': [
83 + 'Custom apps, macros, automation',
84 + 'SSO, REST APIs, LDAP, CRM links',
85 + 'Maintainable extensions for long-term use'
86 + ]
87 + },{
88 + 'title': 'Hosting & Deployment',
89 + 'icon': 'cloud',
90 + 'content': 'Cloud-ready environments designed for reliability and performance.',
91 + 'items': [
92 + 'Containerized deployment and TLS',
93 + 'Backups, restore strategy, observability',
94 + 'Optimization and load tuning'
95 + ]
96 + },{
97 + 'title': 'Migrations to XWiki',
98 + 'icon': 'exchange',
99 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
100 + 'items': [
101 + 'Preserve hierarchy, attachments, and permissions',
102 + 'Convert macros, categories, and metadata for XWiki',
103 + 'Redirect old URLs and maintain SEO consistency'
104 + ]
69 69   }])
70 70   <section class="services" aria-labelledby="services-title">
71 71   <div class="container">
... ... @@ -72,7 +72,6 @@
72 72   <h2 id="services-title">Services</h2>
73 73   <p class="services-sub">All the XWiki services you need, delivered with precision and care</p>
74 74   <div class="services-grid">
75 - <!-- Row 1 -->
76 76   #foreach ($entry in $servicesSectionData)
77 77   <article class="service">
78 78   <i class="fa fa-$entry.icon" aria-hidden="true"></i>
... ... @@ -87,60 +87,6 @@
87 87   </div>
88 88   </article>
89 89   #end
90 -
91 - <article class="service">
92 - <i class="fa fa-stethoscope" aria-hidden="true"></i>
93 - <div class="body">
94 - <h3>Maintenance, Support &amp; Recovery</h3>
95 - <p>Ensure long-term stability and quick response when issues appear.</p>
96 - <ul>
97 - <li>Monitoring and performance checks</li>
98 - <li>Security patching, log analysis, triage</li>
99 - <li>Issue recovery, data repair, hardening</li>
100 - </ul>
101 - </div>
102 - </article>
103 -
104 - <!-- Row 2 -->
105 - <article class="service">
106 - <i class="fa fa-cogs" aria-hidden="true"></i>
107 - <div class="body">
108 - <h3>Development &amp; Integrations</h3>
109 - <p>Extend and connect XWiki to fit your workflow and systems.</p>
110 - <ul>
111 - <li>Custom apps, macros, automation</li>
112 - <li>SSO, REST APIs, LDAP, CRM links</li>
113 - <li>Maintainable extensions for long-term use</li>
114 - </ul>
115 - </div>
116 - </article>
117 -
118 - <article class="service">
119 - <i class="fa fa-cloud" aria-hidden="true"></i>
120 - <div class="body">
121 - <h3>Hosting &amp; Deployment</h3>
122 - <p>Cloud-ready environments designed for reliability and performance.</p>
123 - <ul>
124 - <li>Containerized deployment and TLS</li>
125 - <li>Backups, restore strategy, observability</li>
126 - <li>Optimization and load tuning</li>
127 - </ul>
128 - </div>
129 - </article>
130 -
131 - <!-- Row 3 (single, centered) -->
132 - <article class="service service--center">
133 - <i class="fa fa-exchange" aria-hidden="true"></i>
134 - <div class="body">
135 - <h3>Migrations</h3>
136 - <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p>
137 - <ul>
138 - <li>Preserve hierarchy, attachments, and permissions</li>
139 - <li>Convert macros, categories, and metadata for XWiki</li>
140 - <li>Redirect old URLs and maintain SEO consistency</li>
141 - </ul>
142 - </div>
143 - </article>
144 144   </div>
145 145   </div>
146 146   </section>