forked from Warry/akka.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
118 lines (99 loc) · 4.09 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
<!DOCTYPE html>
<html>
<head>
<title>404 - page not found | Akka</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="icon" type="image/png" href="/resources/favicon.ico">
<!-- CSS -->
<link rel="stylesheet" href="/resources/stylesheets/style.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Exo:300,400,600,700' rel='stylesheet' type='text/css'>
<link href="/resources/stylesheets/base.css" type="text/css" rel="stylesheet" />
<link href="/resources/stylesheets/page.css" type="text/css" rel="stylesheet" />
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21117439-1']);
_gaq.push(['_setDomainName', 'akka.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Redirect docs to doc.akka.io -->
<script type="text/javascript">
if (document.location.pathname.indexOf("/docs/akka") == 0) {
window.location.hostname = "doc.akka.io"
}
</script>
</head>
<body onload="prettyPrint()" >
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<div class="navbar-logo">
<a href="/"><img src="/resources/images/logo-small.png" /></a>
</div>
<ul class="nav">
<li><a href="{{ site.baseurl }}/docs/">Documentation</a></li>
<li><a href="{{ site.baseurl }}/downloads/">Download</a></li>
<li><a href="{{ site.baseurl }}/get-involved/">Get Involved</a></li>
</ul>
</div>
</div>
</div>
<div class="main">
<div class="container">
<div class="page-title">404 - page not found</div>
</div>
<div class="main-container">
<div class="container">
<div class="row">
<div class="span12">
<p>Sorry, the page you’re looking for couldn’t be found.</p>
<p>Some links on akka.io have recently changed. See below for the new documentation, repository, and download links.</p>
<h2 id='documentation'>Documentation</h2>
<ul>
<li>Akka Documentation - <a href='http://doc.akka.io/docs/akka/current/'>http://doc.akka.io/docs/akka/current/</a> (or as PDF for <a href='http://doc.akka.io/docs/akka/current/AkkaJava.pdf'>Java</a> or <a href='http://doc.akka.io/docs/akka/current/AkkaScala.pdf'>Scala</a> and also in <a href='http://doc.akka.io/docs/akka/current/Akka.epub'>EPUB format</a>)</li>
<li>Akka API - <a href='http://doc.akka.io/api/akka/current'>for Scala</a> and <a href='http://doc.akka.io/japi/akka/current'>for Java</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<ul>
<li><h5>Akka</h5></li>
<li><a href="http://akka.io/docs">Documentation</a></li>
<li><a href="http://akka.io/downloads">Downloads</a></li>
<li><a href="http://akka.io/news">News</a></li>
<li><a href="http://letitcrash.com">Blog</a></li>
</ul>
<ul>
<li><h5>Contribute</h5></li>
<li><a href="http://github.com/akka/akka">Source Code</a></li>
<li><a href="http://groups.google.com/group/akka-user">Mailing List</a></li>
<li><a href="https://github.com/akka/akka/issues">Report a Bug</a></li>
</ul>
<ul>
<li><h5>Company</h5></li>
<li><a href="http://typesafe.com/products/typesafe-subscription">Commercial Support</a></li>
<li><a href="http://akka.io/team">Team</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
<ul>
<li><img src="/resources/images/watermark.png" align="center"/></li>
</ul>
</div>
<div class="container copyright">
<p>
© 2012 <a href="http://typesafe.com/">Typesafe Inc.</a> <span class="license">Akka is Open Source and available under the Apache 2 License.</span>
</p>
</p>
</div>
</div>
</body>
</html>