-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
190 lines (152 loc) · 6.23 KB
/
contact.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
<!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="featured">
<div class="inner-wrap">
<div class="breadcrumb">
<h2>
<!-- this needs to be redone -->
</h2>
</div>
</div><!-- end .inner-wrap -->
</div><!-- end #featured -->
<div id="main">
<div class="inner-wrap clearfix">
<div class="content content-left">
<h3 class="no-margin">Join the mailing list</h3>
<p>
<strong>You can join the <a href="mailto:[email protected]">[email protected]</a> mailing list.</strong>
</p>
<p>
The mailing list is the best way to get help if you can wait or if you have more detailed needs.
It's low traffic and easy to get off if you want.
</p>
<h3 class="no-margin">Chat on IRC</h3>
<p>
<strong>We hang out in IRC on <em>irc.freenode.org</em> in the <em>#mongrel2</em> channel.</strong>
</p>
<p>
Join the IRC channel if you want to ask a question real quick, but if nobody is there then try
back later.
</p>
</div><!-- end .content -->
<div class="sidebar">
<div class="widget">
<h6>About mongrel2</h6>
<div class="widget-content">
<p>
The mongrel2 project makes an awesome web server.
</p>
</div><!-- end .widget-content -->
</div><!-- end .widget -->
<div class="widget">
<h6>Sponsors</h6>
<div class="widget-content">
<h3>Sponsors</h3>
<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>
<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>
<li><a href="http://pragmaticbadger.com/">Pragmatic Badger</a></li>
<li><a href="http://infinitelybeta.com">Infinitely Beta</a></li>
</ul>
</div><!-- end .widget-content -->
</div><!-- end .widget -->
</div><!-- end .sidebar -->
</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>