Changes for page Resources
Last modified by Alex Cotiuga on 2026/07/21 13:07
From 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
To version 10.5
edited by Alex Cotiuga
on 2026/05/26 08:51
on 2026/05/26 08:51
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,15 +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', 19 + 'title': 'What should an XWiki security review include?', 26 26 'icon': 'shield', 27 27 'url': 'resources.xwiki-security-review', 28 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.',