| ... |
... |
@@ -2,16 +2,18 @@ |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
3 |
{{html clean="false"}} |
| 4 |
4 |
|
| 5 |
|
- <section class="hero hero-centered" aria-labelledby="hero-title"> |
| 6 |
|
- <div class="container hero-inner"> |
| 7 |
|
- <div class="hero-kicker"> |
| 8 |
|
- <i class="fa fa-book" aria-hidden="true"></i> |
| 9 |
|
- XWiki resources |
|
5 |
+ <section class="resource-header" aria-labelledby="hero-title"> |
|
6 |
+ <div class="container"> |
|
7 |
+ <div class="text-center"> |
|
8 |
+ <div class="hero-kicker"> |
|
9 |
+ <i class="fa fa-book" aria-hidden="true"></i> |
|
10 |
+ XWiki resources |
|
11 |
+ </div> |
| 10 |
10 |
</div> |
| 11 |
11 |
|
| 12 |
12 |
<h1 id="hero-title">Practical XWiki guidance for better long-term maintenance</h1> |
| 13 |
13 |
|
| 14 |
|
- <p class="lead"> |
|
16 |
+ <p class="resource-summary"> |
| 15 |
15 |
Articles and practical notes about XWiki upgrades, custom development, governance, security, |
| 16 |
16 |
integrations and maintainable knowledge platforms. |
| 17 |
17 |
</p> |
| ... |
... |
@@ -38,7 +38,7 @@ |
| 38 |
38 |
<div class="resource-card-body"> |
| 39 |
39 |
<div class="resource-card-label">Upgrade guidance</div> |
| 40 |
40 |
<h2> |
| 41 |
|
- <a href="$xwiki.getURL('resources.why-upgrade-xwiki')"> |
|
43 |
+ <a href="$xwiki.getURL('resources.why-upgrade-xwiki.WebHome')"> |
| 42 |
42 |
Why upgrading your XWiki instance should be a regular priority |
| 43 |
43 |
</a> |
| 44 |
44 |
</h2> |
| ... |
... |
@@ -46,7 +46,7 @@ |
| 46 |
46 |
Understand why postponed upgrades can increase security exposure, compatibility risk and |
| 47 |
47 |
long-term maintenance cost. |
| 48 |
48 |
</p> |
| 49 |
|
- <a class="resource-card-link" href="$xwiki.getURL('resources.why-upgrade-xwiki')"> |
|
51 |
+ <a class="resource-card-link" href="$xwiki.getURL('resources.why-upgrade-xwiki.WebHome')"> |
| 50 |
50 |
Read the article |
| 51 |
51 |
<i class="fa fa-angle-right" aria-hidden="true"></i> |
| 52 |
52 |
</a> |
| ... |
... |
@@ -60,7 +60,7 @@ |
| 60 |
60 |
<div class="resource-card-body"> |
| 61 |
61 |
<div class="resource-card-label">Custom development</div> |
| 62 |
62 |
<h2> |
| 63 |
|
- <a href="$xwiki.getURL('resources.xwiki-custom-development')"> |
|
65 |
+ <a href="$xwiki.getURL('resources.xwiki-custom-development.WebHome')"> |
| 64 |
64 |
How to customize XWiki safely without creating upgrade problems |
| 65 |
65 |
</a> |
| 66 |
66 |
</h2> |
| ... |
... |
@@ -68,7 +68,7 @@ |
| 68 |
68 |
Learn how to organize custom XWiki code, scripts, templates and extensions so they remain |
| 69 |
69 |
maintainable across upgrades. |
| 70 |
70 |
</p> |
| 71 |
|
- <a class="resource-card-link" href="$xwiki.getURL('resources.xwiki-custom-development')"> |
|
73 |
+ <a class="resource-card-link" href="$xwiki.getURL('resources.xwiki-custom-development.WebHome')"> |
| 72 |
72 |
Read the article |
| 73 |
73 |
<i class="fa fa-angle-right" aria-hidden="true"></i> |
| 74 |
74 |
</a> |