-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
104 lines (102 loc) · 4.26 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<title>Manorrock.com - EOL Support</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="manorrock.css" rel="stylesheet" type="text/css"/>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-10893862-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>EOL Support</h1>
<p>
E(xtend) of L(ife) support for various open source projects
</p>
<h2 style="clear: both;">Bugfixes</h2>
<p>
<img align="left" style="margin-right: 10px;" src="images/bugfix.jpeg" width="100" height="100" alt="A bugfix"/>
As part of the life cycle of any piece of software you have come to
rely on bug fixes for the version you are running on. Once the open
source project stops delivering bug fixes you were forced to either
to retire the software, upgrade to the latest version or refactor
altogether. However with our EOL support you now have another
option. The option to continue to get bug fixes!
<br/>
<br/>
<br/>
</p>
<h2 style="clear: both;">Security patches</h2>
<p>
<img align="right" style="margin-left: 10px;" src="images/software-security-patch.png" width="100" height="100" alt="A security patch"/>
Keeping your software secure is extremely important to you and as
part of our support offering we deliver security patches whenever
needed and applicable to the version of your software. Rest assured
we believe supporting you here is extremely important to us as well!
<br/>
<br/>
<br/>
<br/>
</p>
<h2 style="clear: both;">Advice</h2>
<p>
<img align="left" style="margin-right: 10px;" src="images/extend-of-life.png" width="100" height="100" alt="A security patch"/>
Allow us to expand on the core advantages of our support contract.
Stability represents the unwavering reliability of your system, a
steadfast drive to help you ensure of uninterrupted service.
Scalability reflects our commitment to your growth, ensuring that
our services elegantly expand in tandem with your evolving
requirements. Performance denotes our dedication to optimizing your
operational efficiency, providing a superior user experience that
aligns with the pace of your enterprise. We invite you to secure our
advice to gain these benefits as part of our collaboration.
<br/>
<br/>
</p>
<h2>Support offerings</h2>
<table width="60%">
<tr>
<th align="left">Product</th>
<th align="right">Version</th>
</tr>
<tr>
<td>Apache Tomcat</td>
<td align="right">8.5 and older</td>
</tr>
<tr>
<td>Glassfish</td>
<td align="right">6.2.x and older</td>
</tr>
<tr>
<td>Spring Boot</td>
<td align="right">2.6 and older</td>
</tr>
<tr>
<td>WildFly</td>
<td align="right">Any version</td>
</tr>
<tr>
<td>Not listed</td>
<td align="right">Contact us</td>
</tr>
</table>
<h2 style="clear: both;">Contact us</h2>
<p>
Please contact us at [email protected] for pricing and more
details.
</p>
</body>
</html>