Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.56
edited by Alex Cotiugă
on 2025/11/13 12:43
on 2025/11/13 12:43
Change comment:
There is no comment for this version
To version 7.53
edited by Alex Cotiugă
on 2025/11/13 12:37
on 2025/11/13 12:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -66,42 +66,6 @@ 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 - ] 105 105 }]) 106 106 <section class="services" aria-labelledby="services-title"> 107 107 <div class="container"> ... ... @@ -108,6 +108,7 @@ 108 108 <h2 id="services-title">Services</h2> 109 109 <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> 110 110 <div class="services-grid"> 75 + <!-- Row 1 --> 111 111 #foreach ($entry in $servicesSectionData) 112 112 <article class="service"> 113 113 <i class="fa fa-$entry.icon" aria-hidden="true"></i> ... ... @@ -122,6 +122,60 @@ 122 122 </div> 123 123 </article> 124 124 #end 90 + 91 + <article class="service"> 92 + <i class="fa fa-stethoscope" aria-hidden="true"></i> 93 + <div class="body"> 94 + <h3>Maintenance, Support & 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 & 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 & 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> 125 125 </div> 126 126 </div> 127 127 </section>