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.4
edited by Alex Cotiuga
on 2026/05/25 16:20
on 2026/05/25 16:20
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,21 +14,11 @@ 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 24 24 #set ($resourceItems = [{ 25 - 'title': 'What should an XWiki security review include', 26 - 'icon': 'shield', 27 - 'url': 'resources.xwiki-security-review', 28 - 'content': 'A practical overview of what to review in an XWiki instance: version status, access rights, authentication, extensions, custom code, infrastructure, backups and operations.', 29 - 'linkLabel': 'Read article' 30 - },{ 31 - 'title': 'Why upgrade your XWiki instance', 19 + 'title': 'Why upgrade your XWiki instance?', 32 32 'icon': 'refresh', 33 33 'url': 'resources.why-upgrade-xwiki', 34 34 'content': 'A practical explanation of why regular XWiki upgrades matter for security, stability, extension compatibility and long-term maintenance.', ... ... @@ -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.'58 + 'title': 'Upgrade planning', 59 + '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.'61 + 'title': 'Access and security', 62 + '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.'64 + 'title': 'Maintainable customization', 65 + '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">