Changes for page Resources
Last modified by Alex Cotiuga on 2026/07/21 13:07
From version 12.1
edited by Alex Cotiuga
on 2026/07/03 11:10
on 2026/07/03 11:10
Change comment:
There is no comment for this version
To version 10.21
edited by Alex Cotiuga
on 2026/05/28 08:53
on 2026/05/28 08:53
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -39,12 +39,6 @@ 39 39 'url': 'resources.xwiki-custom-development', 40 40 'content': 'Guidance for organizing XWiki custom code, scripts, templates and extensions so they remain easier to maintain across upgrades.', 41 41 'linkLabel': 'Read article' 42 - },{ 43 - 'title': 'From Google Workspace to XWiki', 44 - 'icon': 'exchange', 45 - 'url': 'resources.from-google-workspace-to-xwiki', 46 - 'content': 'A practical transition guide explaining what can move from Google Workspace to XWiki, what should remain in office collaboration tools, and which open-source alternatives can complete the stack.', 47 - 'linkLabel': 'Read guide' 48 48 }]) 49 49 <section id="resources-list" class="services resources-index-page" aria-labelledby="resources-title"> 50 50 <div class="container"> ... ... @@ -73,14 +73,14 @@ 73 73 </section> 74 74 ## UPCOMING TOPICS 75 75 #set ($upcomingTopicItems = [{ 76 - 'title': ' Access rights governance',77 - 'content': 'How to keep XWikigroups,inheritedpermissions,restrictedareas and page-level exceptionsunderstandable over time.'70 + 'title': 'Upgrade planning', 71 + 'content': 'How to prepare XWiki upgrades when custom code, extensions, authentication and workflows are involved.' 78 78 },{ 79 - 'title': 'A uthenticationandaccesscontrol',80 - 'content': ' Why SSO, LDAP, OIDC, SAMLandMFAshouldbereviewedtogether with XWikigroups,rightsandfallbackaccess.'73 + 'title': 'Access and security', 74 + 'content': 'Practical notes on permissions, authentication options, MFA, SSO and security-aware administration.' 81 81 },{ 82 - 'title': ' Backupand restore validation',83 - 'content': ' Whybackups areonlyuseful whenrestoreexpectations,includeddata andrecoverysteps are clearly understood.'76 + 'title': 'Maintainable customization', 77 + 'content': 'How to extend XWiki without creating unnecessary upgrade and maintenance problems.' 84 84 }]) 85 85 <section class="split-section" aria-labelledby="upcoming-title"> 86 86 <div class="container"> ... ... @@ -88,8 +88,8 @@ 88 88 <div class="split-copy"> 89 89 <h2 id="upcoming-title">More practical XWiki topics coming soon</h2> 90 90 <p> 91 - Thissectionwill expandtheXWikisecurity reviewserieswithfocusedtopics suchasaccessrights,92 - authentication,scriptand programming rights, backup validation, extensionreviewand operationalpractices.85 + Future resources will cover XWiki access rights, authentication, migrations, security reviews, 86 + structured applications, workflows and practical administration patterns. 93 93 </p> 94 94 <p> 95 95 The goal is to publish useful guidance that helps teams make better decisions before an upgrade,