0 Votes

Changes for page Home

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

From version 7.55
edited by Alex Cotiugă
on 2025/11/13 12:38
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
... ... @@ -75,6 +75,33 @@
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 + ]
78 78   }])
79 79   <section class="services" aria-labelledby="services-title">
80 80   <div class="container">
... ... @@ -81,7 +81,6 @@
81 81   <h2 id="services-title">Services</h2>
82 82   <p class="services-sub">All the XWiki services you need, delivered with precision and care</p>
83 83   <div class="services-grid">
84 - <!-- Row 1 -->
85 85   #foreach ($entry in $servicesSectionData)
86 86   <article class="service">
87 87   <i class="fa fa-$entry.icon" aria-hidden="true"></i>
... ... @@ -96,60 +96,6 @@
96 96   </div>
97 97   </article>
98 98   #end
99 -
100 - <article class="service">
101 - <i class="fa fa-stethoscope" aria-hidden="true"></i>
102 - <div class="body">
103 - <h3>Maintenance, Support &amp; 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 &amp; 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 &amp; 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>
153 153   </div>
154 154   </div>
155 155   </section>