-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path404.html
275 lines (208 loc) · 10.1 KB
/
404.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<title>Ehcache</title>
<meta name="description" content="Java's most widely used cache.">
<link rel="canonical" href="https://www.ehcache.org/404.html">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Ehcache Feed">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/spacelab/bootstrap.min.css">
<!--
<link rel="stylesheet" href="/plugins/highlight/styles/idea.css">
<script src="/plugins/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
-->
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/prettify.css"></script>
<link rel="stylesheet" href="/css/main.css">
<!--
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
<script>document.addEventListener('DOMContentLoaded', prettyPrint)</script>
-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<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-131151-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="site-title" href="/"><img src="/images/ehcache.png" style="margin-top:15px;margin-bottom:6px;"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li id="ehc_mnu_about"><a href="/about/"><i class="fa fa-info-circle"></i> About</a></li>
<li id="ehc_mnu_docs"><a href="/documentation/"><i class="fa fa-book"></i> Docs</a></li>
<li id="ehc_mnu_download"><a href="/downloads/"><i class="fa fa-download"></i> Download</a></li>
<li id="ehc_mnu_community" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-users"></i> Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">We Love Contributors</li>
<li><a href="/community/contribute.html"><i class="fa fa-code"></i> Contributing</a></li>
<!--
<li><a href="/resources/"><i class="fa fa-external-link-square"></i> External Resources</a></li>
<li><a href="http://blog.terracotta.org" target="_blank"><i class="fa fa-rss-square"></i> Terracotta Blog</a></li>
-->
<li role="separator" class="divider"></li>
<li class="dropdown-header">Forums</li>
<li><a href="https://groups.google.com/forum/#!forum/ehcache-users" target="_blank"><i class="fa fa-commenting"></i> Users' Forum</a></li>
<li><a href="https://groups.google.com/forum/#!forum/ehcache-dev" target="_blank"><i class="fa fa-commenting"></i> Developers' Forum</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Source Code</li>
<li><a href="https://github.com/ehcache/ehcache3" target="_blank"><i class="fa fa-github"></i> GitHub (Ehcache 3)</a></li>
<li><a href="http://svn.terracotta.org/svn/ehcache/trunk" target="_blank"><i class="fa fa-code-fork"></i> SVN (Ehcache 2)</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Bug Tracking</li>
<li><a href="https://github.com/ehcache/ehcache3/issues" target="_blank"><i class="fa fa-bug"></i> GitHub (Ehcache 3)</a></li>
<li><a href="https://jira.terracotta.org/jira/browse/EHC" target="_blank"><i class="fa fa-bug"></i> Jira (Ehcache 2)</a></li>
</ul>
</li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li id="ehc_mnu_events"><a href="/events"><i class="fa fa-calendar"></i> News & Events</a></li>
<li><a href="/blog"><i class="fa fa-rss-square"></i> Ehcache Blog</a></li>
</ul>
-->
</div><!--/.nav-collapse -->
</div>
</nav>
<br/>
<br/>
<br/>
<div class="container-fluid">
<div id="contentTitle">
<h1></h1>
</div>
<div>
<br/>
<div class="container">
<header class="post-header">
<h1 class="post-title"></h1>
</header>
<article class="post-content">
<div id="intro" class="jumbotron breaker">
<div class="container">
<h3><i class="fa fa-chain-broken"></i> <i class="fa fa-frown-o"></i> Sorry!</h3>
<p>We've recently been heavily re-working the Ehcache.org website, and some links have gone astray.</p>
<p>Perhaps one of these suggestions will set you on your way?</p>
<ul>
<li><a href="/downloads">Downloads</a></li>
<li><a href="/documentation">Documentation</a></li>
<li><a href="/about">About</a></li>
</ul>
<p>Please consider letting us know about our dust : [email protected]
</div>
</div>
</article>
</div>
</div>
</div>
<br/>
<footer class="site-footer">
<div class="container">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
Related Projects:<br/>
<a href="http://www.terracotta.org"><img src="/images/Terracotta_Logo_sm.png" style="max-height: 16px;"></a><br/><br/>
<a href="http://www.quartz-scheduler.org"><img src="/images/logo-quartz-scheduler.png" style="max-height: 20px;"></a>
<!--
<ul class="contact-list">
<li>Ehcache</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
-->
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://twitter.com/ehcache">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a href="http://www.facebook.com/Terracotta">
<i class="fa fa-facebook"></i> Facebook
</a>
</li>
<li>
<a href="http://www.linkedin.com/company/terracotta">
<i class="fa fa-linkedin"></i> LinkedIn
</a>
</li>
<!--
<li>
<a href="/feed.xml" title="Atom/RSS Feed">
<i class="fa fa-rss-square"></i> Atom/RSS Feed
</a>
</li>
-->
</ul>
</div>
<div class="footer-col footer-col-3">
<a href="https://github.com/ehcache"><i class="fa fa-github"></i> GitHub</a>
<br/>
<a href="/downloads/"><i class="fa fa-download"></i> Download Now</a>
<br/>
<a href="/documentation/"><i class="fa fa-book"></i> Documentation</a>
<br/>
<!--
<a href="/resources/"><i class="fa fa-external-link-square"></i> Resources</a>
<br/>
<a href="/blog/"><i class="fa fa-rss-square"></i> Ehcache Blog</a>
<br/>
-->
<a href="/community/"><i class="fa fa-users"></i> Join the Community</a>
</div>
</div>
<div class="container-fluid">
<hr/>
<div class="footer-text">
<em class="copyleft">Ehcache is Open Source and freely available under the Apache 2 License</em>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js"></script>
<!-- <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js"/> -->
<script type="text/javascript">
$('#').addClass("active");
$('#').addClass("active");
</script>
</body>
</html>