-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
329 lines (283 loc) · 12.9 KB
/
index.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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html>
<head>
<!-- Title -->
<title>The Mongrel2 Web Server Project</title>
<!-- Meta tags -->
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" media="screen" href="/css/light-green.css" />
<!-- JavaScript -->
<script src="/js/forms.js" type="text/javascript"></script>
<script src="/js/jquery-1.6.1.min.js" type="text/javascript"></script>
<script src="/js/royal.js" type="text/javascript"></script>
<script type="text/javascript">
document.documentElement.className += 'js-ready';
</script>
<!-- IE scripts and stylesheets -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/iefixes.js" type="text/javascript"></script>
<![endif]-->
</head>
<body class="home">
<div id="wrap">
<header id="header">
<div class="inner-wrap clearfix">
<h1 id="logo">
<a href="/">Mongrel2 - The Web Server That Loves Apps</a>
</h1>
<nav>
<ul id="nav" class="clearfix">
<li>
<a href="/features/">Features</a>
<ul>
<li><a href="/features/languages.html">Tons of Languages</a></li>
<li><a href="/features/architectures.html">Operations Friendly</a></li>
<li><a href="/features/protocols.html">Multiple Protocols</a></li>
<li><a href="/features/design.html">Modern Design</a></li>
</ul>
</li>
<li><a href="/wiki/">Documentation</a>
<ul>
<li><a href="/wiki/quick_start.html">Getting Started</a></li>
<li><a href="http://mongrel2.org/manual/book-final.html">The Manual</a></li>
<li><a href="/wiki/contributor_instructions.html">Contributing</a></li>
<li><a href="/wiki/license.html">License</a></li>
</ul>
</li>
<li><a href="/downloads/">Downloads</a>
<ul>
<li><a href="https://github.com/mongrel2/mongrel2/releases/download/v1.13.0/mongrel2-v1.13.0.tar.bz2">Latest .tar.bz2</a></li>
<li><a href="http://github.com/mongrel2/mongrel2">git repo</a></li>
<li><a href="/downloads/">Old Releases</a></li>
</ul>
</li>
<li><a href="/blog/">Blog</a>
<ul>
<li><a href="/blog/">Latest Posts</a></li>
</ul>
</li>
<li><a href="/contact.html">Contact</a></li>
</ul><!-- end #nav -->
</nav>
</div><!-- end .inner-wrap -->
</header><!-- end header -->
<div id="action">
<div class="inner-wrap">
<div class="column-container">
<div class="column three-fourths">
<h3><em>Get the latest Mongrel2 source.</em></h3>
<p class="no-margin">Mongrel2 version 1.13.0 is available for download
(SHA-1: 6057f9cbfae41e2cdef1e0f715df3c1a4d3a1884).</p>
</div><!-- end .column -->
<div class="column fourth">
<a href="https://github.com/mongrel2/mongrel2/releases/download/v1.13.0/mongrel2-v1.13.0.tar.bz2" class="button">
Download Mongrel2
<span class="icon"></span>
</a>
</div><!-- end .column -->
</div><!-- end .column-container -->
</div>
</div>
<div id="main">
<div class="inner-wrap">
<div class="column-container clearfix">
<div class="column third">
<h4>What Is Mongrel2?</h4>
<p>Mongrel2 is an <em>application</em>, <em>language</em>, and <em>network
architecture</em> agnostic web server that focuses on web
applications using modern browser technologies.
</p>
<p>
Mongrel2 supports <a href="/features/languages.html">17 languages
and platforms</a>, HTTP, Flash sockets, WebSockets, Long Polling,
and many ways to deploy and hack on it.
</p>
</div><!-- end .third -->
<div class="column third">
<div class="clearfix">
<figure class="feature-thumbnail">
<a href="/features/languages.html">
<img src="/assets/icons/languages.png" width="58" height="58" alt="Tons of Platforms" />
</a>
</figure>
<h6 style="text-transform: none;">Tons of Languages</h6>
<p><small>We currently support <a href="/features/languages.html">17 languages and platforms</a> that you can build your apps in all at the same time.</small></p>
</div>
<div class="clearfix">
<figure class="feature-thumbnail">
<a href="/features/architectures.html">
<img src="/assets/icons/automation.png" width="58" height="58" alt="Flexible Architectures" />
</a>
</figure>
<h6 style="text-transform: none;">Operations Friendly</h6>
<p><small>You can control nearly every aspect of a Mongrel2 from any of the supported languages.</small></p>
</div>
</div><!-- end .third -->
<div class="column third">
<div class="clearfix">
<figure class="feature-thumbnail">
<a href="/features/protocols.html">
<img src="/assets/icons/protocols.png" width="58" height="58" alt="Unique color vaiations" />
</a>
</figure>
<h6 style="text-transform: none;">Multiple Protocols</h6>
<p><small>Support HTTP 1.1 and 1.0, Flash JSON Sockets, Flash XML Sockets, and coming soon, WebSockets (hybi).</small></p>
</div>
<div class="clearfix">
<figure class="feature-thumbnail">
<a href="/features/design.html">
<img src="/assets/icons/modern_design.png" width="58" height="58" alt="Unique features" />
</a>
</figure>
<h6 style="text-transform: none;">Modern Design</h6>
<p><small>Written in clean easy-to-read C using a modern internal
events+coroutines design.</small></p>
</div>
</div><!-- end .third -->
</div><!-- end .column-container -->
<hr />
<div id="social">
<ul class="clearfix">
<li>
<h6>
<a href="/wiki/quick_start.html">
<img class="icon" src="/assets/icons/comment_blue.gif" width="16" height="16" />
Quick start
</a>
</h6>
</li>
<li>
<h6>
<a href="/contact.html">
<img class="icon" src="/assets/icons/comment_new.gif" width="16" height="16" />
Join the mailing list
</a>
</h6>
</li>
<li>
<h6>
<a href="/wiki/">
<img class="icon" src="/assets/icons/icon_info.gif" width="16" height="16" />
Read the docs
</a>
</h6>
</li>
<li>
<h6>
<a href="/blog/">
<img class="icon" src="/assets/icons/date.gif" width="16" height="16" />
Read the blog
</a>
</h6>
</li>
</ul>
</div><!-- end #social -->
<hr />
<div class="column-container clearfix">
<div class="column third">
<img src="/assets/icons/book_info.png" width="32" height="32" alt="WP Icon" class="icon" />
<h4>
<small>Are you looking for</small>
Help with Mongrel2?
</h4>
<p>
There's a few ways you can get help with Mongrel2. We've got a
mailing list at <a href="mailto:mongrel2@librelist.com">mongrel2@librelist.com</a>
that you can join. You can also come talk to us on IRC at <em>#mongrel2</em>
on <em>irc.freenode.org</em>.
</p>
<p>
There's also <a href="/wiki/">documentation you can read</a> and even a full
<a href="http://mongrel2.org/manual/book-final.html">manual</a> covering
everything we could document and that's updated for each release.
</p>
</div><!-- end .third -->
<div class="column third">
<img src="/assets/icons/source_clone.png" width="32" height="32" alt="WP Icon" class="icon" />
<h4>
<small>Are you looking for</small>
The source code?
</h4>
<p>
<strong>You can checkout the git repository at <a href="http://github.com/mongrel2/mongrel2">github.com/mongrel2/mongrel2</a> or get the <a href="/downloads/">latest tar.bz2</a>.</strong>
</p>
<p>
You'll want the <em>develop</em> branch for the latest development
work. We can't guarantee that it'll work though.
</p>
</div><!-- end .third -->
<div class="column third">
<img src="/assets/icons/people.png" width="32" height="32" alt="WP Icon" class="icon" />
<h4>
<small>Contributors</small>
People who've helped
</h4>
<ul class="latest-post-widget">
<li><a href="http://twitter.com/mongrel2"><b>zedshaw</b></a></li>
<li><a href="http://twitter.com/alexgartrell"><b>agartrell</b></a></li>
<li><a href="http://twitter.com/daltonmatos"><b>daltonmatos</b></a></li>
<li><b>jasom</b></li>
<li><a href="http://twitter.com/joshrsimmons"><b>jsimmons</b></a></li>
<li><b>rkelly</b></li>
<li><a href="http://twitter.com/tordek"><b>tordek</b></a></li>
</ul><!-- end .latest-post-widget -->
</div><!-- end .third -->
</div><!-- end .column-container -->
<hr/>
<div class="column-container clearfix">
<h3>Sponsors</h3>
<div class="column third">
<ul>
<li><a href="http://websterclay.com/">Webster Clay</a></li>
<li><a href="http://cramerdev.com">Cramerdev</a></li>
<li><a href="http://railsmachine.com/">Rails Machine</a></li>
<li><a href="http://ziplinegames.com">Zipline Games</a></li>
</ul>
</div>
<div class="column third">
<ul>
<li><a href="http://ThinkCode.TV">ThinkCode.TV</a></li>
<li><a href="http://envato.com/">Envato</a></li>
<li><a href="http://highgroove.com/">Highgroove Studios</a></li>
<li><a href="http://www.ceondo.com/">Céondo, Ltd.</a></li>
</ul>
</div>
<div class="column third">
<ul>
<li><a href="http://pragmaticbadger.com/">Pragmatic Badger</a></li>
<li><a href="http://infinitelybeta.com">Infinitely Beta</a></li>
</ul>
</div>
</div>
</div><!-- end .inner-wrap -->
</div><!-- end #main -->
</div><!-- end #wrap -->
<footer id="footer">
<div class="inner-wrap">
<nav>
<ul id="footer-nav" class="clearfix">
<li><a href="/index.html">Home</a></li>
<li><a href="/wiki/license.html">License</a></li>
<li><a href="/wiki/">Support</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
<!-- Set margin-top on logo to negative half of image height (to center it vertically) in CSS (.footer-logo) -->
<a href="/index.html"><img class="footer-logo" src="/images/light-green/logo-small.png" width="107" height="39" alt="logo" /></a>
<small class="copyright">©2011 · Zed A. Shaw</small>
</div>
</footer><!-- end footer -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24168052-2']);
_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>
</body>
</html>