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.55
edited by Alex Cotiugă
on 2025/11/13 12:38
on 2025/11/13 12:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -75,33 +75,6 @@ 75 75 'Security patching, log analysis, triage', 76 76 'Issue recovery, data repair, hardening' 77 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"> 84 + <!-- 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 99 + 100 + <article class="service"> 101 + <i class="fa fa-stethoscope" aria-hidden="true"></i> 102 + <div class="body"> 103 + <h3>Maintenance, Support & Recovery</h3> 104 + <p>Ensure long-term stability and quick response when issues appear.</p> 105 + <ul> 106 + <li>Monitoring and performance checks</li> 107 + <li>Security patching, log analysis, triage</li> 108 + <li>Issue recovery, data repair, hardening</li> 109 + </ul> 110 + </div> 111 + </article> 112 + 113 + <!-- Row 2 --> 114 + <article class="service"> 115 + <i class="fa fa-cogs" aria-hidden="true"></i> 116 + <div class="body"> 117 + <h3>Development & Integrations</h3> 118 + <p>Extend and connect XWiki to fit your workflow and systems.</p> 119 + <ul> 120 + <li>Custom apps, macros, automation</li> 121 + <li>SSO, REST APIs, LDAP, CRM links</li> 122 + <li>Maintainable extensions for long-term use</li> 123 + </ul> 124 + </div> 125 + </article> 126 + 127 + <article class="service"> 128 + <i class="fa fa-cloud" aria-hidden="true"></i> 129 + <div class="body"> 130 + <h3>Hosting & Deployment</h3> 131 + <p>Cloud-ready environments designed for reliability and performance.</p> 132 + <ul> 133 + <li>Containerized deployment and TLS</li> 134 + <li>Backups, restore strategy, observability</li> 135 + <li>Optimization and load tuning</li> 136 + </ul> 137 + </div> 138 + </article> 139 + 140 + <!-- Row 3 (single, centered) --> 141 + <article class="service service--center"> 142 + <i class="fa fa-exchange" aria-hidden="true"></i> 143 + <div class="body"> 144 + <h3>Migrations</h3> 145 + <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p> 146 + <ul> 147 + <li>Preserve hierarchy, attachments, and permissions</li> 148 + <li>Convert macros, categories, and metadata for XWiki</li> 149 + <li>Redirect old URLs and maintain SEO consistency</li> 150 + </ul> 151 + </div> 152 + </article> 125 125 </div> 126 126 </div> 127 127 </section>