Changes for page From Google Workspace to XWiki: A Practical Transition Guide
Last modified by Agnease on 2026/07/03 12:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -211,14 +211,24 @@ 211 211 </p> 212 212 </div> 213 213 214 + <div class="cta-panel"> 215 + <h2>Need help positioning the transition?</h2> 216 + <p> 217 + Agnease can help map current Google Workspace usage, identify what should move to XWiki, 218 + define the right open-source alternatives, and prepare a realistic pilot migration. 219 + </p> 220 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Discuss your transition</a> 221 + </div> 222 + 214 214 <h2 id="quick-view">Quick view: how to position the transition</h2> 215 215 216 - <div class="services-grid resources-grid">225 + <div class="services-grid"> 217 217 #foreach ($entry in $summaryCards) 218 - <article class="service resource-card">227 + <article class="service"> 219 219 <div class="service-icon" aria-hidden="true"> 220 220 <i class="fa fa-$entry.icon"></i> 221 221 </div> 231 + 222 222 <div class="service-body"> 223 223 <h4>$entry.title</h4> 224 224 <p>$entry.content</p> ... ... @@ -358,12 +358,13 @@ 358 358 over time. 359 359 </p> 360 360 361 - <div class="services-grid resources-grid">371 + <div class="services-grid"> 362 362 #foreach ($entry in $xwikiFitCards) 363 - <article class="service resource-card">373 + <article class="service"> 364 364 <div class="service-icon" aria-hidden="true"> 365 365 <i class="fa fa-$entry.icon"></i> 366 366 </div> 377 + 367 367 <div class="service-body"> 368 368 <h4>$entry.title</h4> 369 369 <p>$entry.content</p> ... ... @@ -379,12 +379,13 @@ 379 379 expectations and helps the organization design a better collaboration stack. 380 380 </p> 381 381 382 - <div class="services-grid resources-grid">393 + <div class="services-grid"> 383 383 #foreach ($entry in $notXWikiCards) 384 - <article class="service resource-card">395 + <article class="service"> 385 385 <div class="service-icon" aria-hidden="true"> 386 386 <i class="fa fa-$entry.icon"></i> 387 387 </div> 399 + 388 388 <div class="service-body"> 389 389 <h4>$entry.title</h4> 390 390 <p>$entry.content</p> ... ... @@ -480,12 +480,13 @@ 480 480 tools for drafting, spreadsheets and presentations when needed. 481 481 </p> 482 482 483 - <div class="services-grid resources-grid">495 + <div class="services-grid"> 484 484 #foreach ($entry in $pilotCards) 485 - <article class="service resource-card">497 + <article class="service"> 486 486 <div class="service-icon" aria-hidden="true"> 487 487 <i class="fa fa-$entry.icon"></i> 488 488 </div> 501 + 489 489 <div class="service-body"> 490 490 <h4>$entry.title</h4> 491 491 <p>$entry.content</p>