Skip to content

Commit b5e8143

Browse files
committed
Initial scrape of old website
0 parents  commit b5e8143

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

Diff for: index.html

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
6+
<title>MagLev/maglev @ GitHub</title>
7+
8+
<style type="text/css">
9+
body {
10+
margin-top: 1.0em;
11+
font-family: Helvetica, Arial, FreeSans, san-serif;
12+
color: #555;
13+
}
14+
#container {
15+
margin: 0 auto;
16+
width: 700px;
17+
}
18+
h1 { font-size: 3.8em; color: #444; margin-bottom: 3px; }
19+
h1 .small { font-size: 0.4em; }
20+
h1 a { text-decoration: none }
21+
h2 { font-size: 1.5em; color: #444; }
22+
h3 { text-align: center; color: #444; }
23+
a { color: #444; }
24+
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
25+
.download { float: right; }
26+
pre { background: #000; color: #fff; padding: 15px;}
27+
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
28+
.footer { text-align:center; padding-top:30px; font-style: italic; }
29+
</style>
30+
</head>
31+
32+
<body>
33+
<a href="http://github.com/MagLev/maglev"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
34+
35+
<div id="container">
36+
37+
<div class="download">
38+
<a href="http://github.com/MagLev/maglev/zipball/master">
39+
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
40+
<a href="http://github.com/MagLev/maglev/tarball/master">
41+
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
42+
</div>
43+
44+
<h1><a href="http://github.com/MagLev/maglev">maglev</a>
45+
<span class="small">by <a href="http://github.com/MagLev">MagLev</a></span></h1>
46+
47+
<p>
48+
MagLev is a fast, stable, Ruby implementation with integrated
49+
object persistence and distributed shared cache.
50+
</p>
51+
<p>
52+
MagLev is currently in public Alpha and we expect to release
53+
version 1.0 October, 2011. If you are interested in persistent
54+
distributed Ruby objects, give it a
55+
try. <a href="http://github.com/MagLev/maglev/blob/master/README.rdoc">Download
56+
instructions</a> are available
57+
on <a href="http://github.com/MagLev">GitHub</a>.
58+
</p>
59+
60+
<h2>Contact</h2>
61+
<p>MagLev Engineering Team ([email protected])</p>
62+
<p>
63+
Follow <a href="http://twitter.com/maglev">MagLev developers on
64+
Twitter</a>, join
65+
the <a href="http://groups.google.com/group/maglev-discussion">MagLev
66+
Discussion Google Group</a>, hang out on
67+
<a href="http://webchat.freenode.net/?channels=maglev-ruby">irc.freenode.net#maglev-ruby</a>
68+
69+
70+
<h2>Download</h2>
71+
<p>
72+
You can download this project in either
73+
<a href="http://github.com/MagLev/maglev/zipball/master">zip</a> or
74+
<a href="http://github.com/MagLev/maglev/tarball/master">tar</a> formats.
75+
</p>
76+
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
77+
by running:
78+
<pre>$ git clone git://github.com/MagLev/maglev</pre>
79+
</p>
80+
81+
<div class="footer">
82+
get the source code on GitHub : <a href="http://github.com/MagLev/maglev">MagLev/maglev</a>
83+
</div>
84+
85+
</div>
86+
87+
88+
</body>
89+
</html>

0 commit comments

Comments
 (0)