| ... |
... |
@@ -2,13 +2,11 @@ |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
3 |
{{html clean="false"}} |
| 4 |
4 |
|
| 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> |
|
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 |
| 12 |
12 |
</div> |
| 13 |
13 |
|
| 14 |
14 |
<h1 id="hero-title">Practical XWiki guidance for better long-term maintenance</h1> |
| ... |
... |
@@ -40,7 +40,7 @@ |
| 40 |
40 |
<div class="resource-card-body"> |
| 41 |
41 |
<div class="resource-card-label">Upgrade guidance</div> |
| 42 |
42 |
<h2> |
| 43 |
|
- <a href="$xwiki.getURL('resources.why-upgrade-xwiki.WebHome')"> |
|
41 |
+ <a href="$xwiki.getURL('resources.why-upgrade-xwiki')"> |
| 44 |
44 |
Why upgrading your XWiki instance should be a regular priority |
| 45 |
45 |
</a> |
| 46 |
46 |
</h2> |
| ... |
... |
@@ -48,7 +48,7 @@ |
| 48 |
48 |
Understand why postponed upgrades can increase security exposure, compatibility risk and |
| 49 |
49 |
long-term maintenance cost. |
| 50 |
50 |
</p> |
| 51 |
|
- <a class="resource-card-link" href="$xwiki.getURL('resources.why-upgrade-xwiki.WebHome')"> |
|
49 |
+ <a class="resource-card-link" href="$xwiki.getURL('resources.why-upgrade-xwiki')"> |
| 52 |
52 |
Read the article |
| 53 |
53 |
<i class="fa fa-angle-right" aria-hidden="true"></i> |
| 54 |
54 |
</a> |
| ... |
... |
@@ -62,7 +62,7 @@ |
| 62 |
62 |
<div class="resource-card-body"> |
| 63 |
63 |
<div class="resource-card-label">Custom development</div> |
| 64 |
64 |
<h2> |
| 65 |
|
- <a href="$xwiki.getURL('resources.xwiki-custom-development.WebHome')"> |
|
63 |
+ <a href="$xwiki.getURL('resources.xwiki-custom-development')"> |
| 66 |
66 |
How to customize XWiki safely without creating upgrade problems |
| 67 |
67 |
</a> |
| 68 |
68 |
</h2> |
| ... |
... |
@@ -70,7 +70,7 @@ |
| 70 |
70 |
Learn how to organize custom XWiki code, scripts, templates and extensions so they remain |
| 71 |
71 |
maintainable across upgrades. |
| 72 |
72 |
</p> |
| 73 |
|
- <a class="resource-card-link" href="$xwiki.getURL('resources.xwiki-custom-development.WebHome')"> |
|
71 |
+ <a class="resource-card-link" href="$xwiki.getURL('resources.xwiki-custom-development')"> |
| 74 |
74 |
Read the article |
| 75 |
75 |
<i class="fa fa-angle-right" aria-hidden="true"></i> |
| 76 |
76 |
</a> |