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
Change comment: There is no comment for this version
To version 10.9
edited by Alex Cotiuga
on 2026/05/26 09:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
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
... ... @@ -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">
... ... @@ -53,7 +53,7 @@
53 53   Focused guidance for production XWiki platforms, covering upgrade planning, custom development,
54 54   maintainability and safer long-term evolution.
55 55   </p>
56 - <div class="services-grid resources-grid">
44 + <div class="resources-grid">
57 57   #foreach ($entry in $resourceItems)
58 58   <article class="service resource-card">
59 59   <div class="service-icon" aria-hidden="true">
... ... @@ -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 XWiki groups, inherited permissions, restricted areas and page-level exceptions understandable over time.'
64 + 'title': 'Upgrade planning',
65 + 'content': 'How to prepare XWiki upgrades when custom code, extensions, authentication and workflows are involved.'
78 78   },{
79 - 'title': 'Authentication and access control',
80 - 'content': 'Why SSO, LDAP, OIDC, SAML and MFA should be reviewed together with XWiki groups, rights and fallback access.'
67 + 'title': 'Access and security',
68 + 'content': 'Practical notes on permissions, authentication options, MFA, SSO and security-aware administration.'
81 81   },{
82 - 'title': 'Backup and restore validation',
83 - 'content': 'Why backups are only useful when restore expectations, included data and recovery steps are clearly understood.'
70 + 'title': 'Maintainable customization',
71 + '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 - This section will expand the XWiki security review series with focused topics such as access rights,
92 - authentication, script and programming rights, backup validation, extension review and operational practices.
79 + Future resources will cover XWiki access rights, authentication, migrations, security reviews,
80 + 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,