| ... |
... |
@@ -3,7 +3,7 @@ |
| 3 |
3 |
{{html clean="false"}} |
| 4 |
4 |
|
| 5 |
5 |
## PAGE HEADER |
| 6 |
|
- <section class="hero hero-centered service-hero" aria-labelledby="hero-title"> |
|
6 |
+ <section class="hero hero-centered" aria-labelledby="hero-title"> |
| 7 |
7 |
<div class="container hero-inner"> |
| 8 |
8 |
<div class="hero-kicker"> |
| 9 |
9 |
<i class="fa fa-cogs" aria-hidden="true"></i> |
| ... |
... |
@@ -13,18 +13,12 @@ |
| 13 |
13 |
<h1 id="hero-title">XWiki consulting, support and development</h1> |
| 14 |
14 |
|
| 15 |
15 |
<p class="lead"> |
| 16 |
|
- Specialized services for organizations that rely on XWiki for knowledge management, intranets, |
| 17 |
|
- workflows, documentation and internal operations. |
|
16 |
+ Specialized XWiki services for production platforms, including safe LTS upgrades, long-term maintenance, |
|
17 |
+ custom applications, integrations, migrations and workflow support. |
| 18 |
18 |
</p> |
| 19 |
19 |
|
| 20 |
|
- <p class="hero-support"> |
| 21 |
|
- From safe LTS upgrades and long-term maintenance to custom applications, integrations and migrations, |
| 22 |
|
- your XWiki platform can stay secure, stable and useful as your organization evolves. |
| 23 |
|
- </p> |
| 24 |
|
- |
| 25 |
25 |
<div class="hero-actions"> |
| 26 |
26 |
<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> |
| 27 |
|
- <a class="btn btn-secondary" href="#services-list">Explore services</a> |
| 28 |
28 |
</div> |
| 29 |
29 |
</div> |
| 30 |
30 |
</section> |
| ... |
... |
@@ -33,32 +33,32 @@ |
| 33 |
33 |
#set ($sectionItems = [{ |
| 34 |
34 |
'title': 'XWiki Upgrade Services', |
| 35 |
35 |
'icon': 'refresh', |
| 36 |
|
- 'url': '/services/xwiki-upgrades', |
|
30 |
+ 'url': 'services.xwiki-upgrades', |
| 37 |
37 |
'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.' |
| 38 |
38 |
},{ |
| 39 |
39 |
'title': 'XWiki Support & Maintenance', |
| 40 |
40 |
'icon': 'life-ring', |
| 41 |
|
- 'url': '/services/xwiki-maintenance-support', |
|
35 |
+ 'url': 'services.xwiki-maintenance-support', |
| 42 |
42 |
'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.' |
| 43 |
43 |
},{ |
| 44 |
44 |
'title': 'XWiki Development & Integrations', |
| 45 |
45 |
'icon': 'cogs', |
| 46 |
|
- 'url': '/services/xwiki-development-integrations', |
|
40 |
+ 'url': 'services.xwiki-development-integrations', |
| 47 |
47 |
'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.' |
| 48 |
48 |
},{ |
| 49 |
49 |
'title': 'XWiki Migrations', |
| 50 |
50 |
'icon': 'exchange', |
| 51 |
|
- 'url': '/services/xwiki-migrations', |
|
45 |
+ 'url': 'services.xwiki-migrations', |
| 52 |
52 |
'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.' |
| 53 |
53 |
},{ |
| 54 |
54 |
'title': 'Authentication & Access Control', |
| 55 |
55 |
'icon': 'lock', |
| 56 |
|
- 'url': '/services/xwiki-authentication-access-control', |
|
50 |
+ 'url': 'services.xwiki-authentication-access-control', |
| 57 |
57 |
'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.' |
| 58 |
58 |
},{ |
| 59 |
59 |
'title': 'XWiki Security Review', |
| 60 |
60 |
'icon': 'shield', |
| 61 |
|
- 'url': '/services/xwiki-security-review', |
|
55 |
+ 'url': 'services.xwiki-security-review', |
| 62 |
62 |
'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.' |
| 63 |
63 |
}]) |
| 64 |
64 |
|
| ... |
... |
@@ -82,7 +82,7 @@ |
| 82 |
82 |
<h4>$entry.title</h4> |
| 83 |
83 |
<p>$entry.content</p> |
| 84 |
84 |
<p class="card-link"> |
| 85 |
|
- <a href="$entry.url">View service</a> |
|
79 |
+ <a href="$xwiki.getURL($entry.url)">View service</a> |
| 86 |
86 |
</p> |
| 87 |
87 |
</div> |
| 88 |
88 |
</article> |