Changes for page Resources
Last modified by Alex Cotiuga on 2026/07/21 13:07
From version 10.22
edited by Alex Cotiuga
on 2026/06/02 10:59
on 2026/06/02 10:59
Change comment:
There is no comment for this version
To version 10.7
edited by Alex Cotiuga
on 2026/05/26 08:53
on 2026/05/26 08:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 -{{include reference="PublicWebSite.MacrosAndVariables" /}} 2 - 3 3 {{velocity}} 4 4 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 5 5 {{html clean="false"}} ... ... @@ -14,10 +14,6 @@ 14 14 <p class="lead"> 15 15 Practical articles for teams that want to keep XWiki secure, upgradeable and easier to maintain over time. 16 16 </p> 17 - <div class="hero-actions"> 18 - <a class="btn btn-primary" href="$freeXWikiReviewCallURL">$freeXWikiReviewCallLabel</a> 19 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 20 - </div> 21 21 </div> 22 22 </section> 23 23 ## RESOURCE CARDS ... ... @@ -40,7 +40,7 @@ 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 42 }]) 43 - <section id="resources-list" class="services resources-index-page" aria-labelledby="resources-title">37 + <section id="resources-list" class="services" aria-labelledby="resources-title"> 44 44 <div class="container"> 45 45 <h2 id="resources-title">Useful XWiki resources</h2> 46 46 <p class="section-intro"> ... ... @@ -67,14 +67,14 @@ 67 67 </section> 68 68 ## UPCOMING TOPICS 69 69 #set ($upcomingTopicItems = [{ 70 - 'title': ' Access rights governance',71 - 'content': 'How to keep XWikigroups,inheritedpermissions,restrictedareas and page-level exceptionsunderstandable over time.'64 + 'title': 'Upgrade planning', 65 + 'content': 'How to prepare XWiki upgrades when custom code, extensions, authentication and workflows are involved.' 72 72 },{ 73 - 'title': 'A uthenticationandaccesscontrol',74 - 'content': ' Why SSO, LDAP, OIDC, SAMLandMFAshouldbereviewedtogether with XWikigroups,rightsandfallbackaccess.'67 + 'title': 'Access and security', 68 + 'content': 'Practical notes on permissions, authentication options, MFA, SSO and security-aware administration.' 75 75 },{ 76 - 'title': ' Backupand restore validation',77 - 'content': ' Whybackups areonlyuseful whenrestoreexpectations,includeddata andrecoverysteps are clearly understood.'70 + 'title': 'Maintainable customization', 71 + 'content': 'How to extend XWiki without creating unnecessary upgrade and maintenance problems.' 78 78 }]) 79 79 <section class="split-section" aria-labelledby="upcoming-title"> 80 80 <div class="container">