| ... |
... |
@@ -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 |
| ... |
... |
@@ -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 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.' |
| 72 |
72 |
},{ |
| 73 |
|
- 'title': 'Authentication and access control', |
| 74 |
|
- '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.' |
| 75 |
75 |
},{ |
| 76 |
|
- 'title': 'Backup and restore validation', |
| 77 |
|
- '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.' |
| 78 |
78 |
}]) |
| 79 |
79 |
<section class="split-section" aria-labelledby="upcoming-title"> |
| 80 |
80 |
<div class="container"> |