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
|
<!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/{{Owner}}/{{Repo}}/releases/download/{{VersionName}}/{{TarName}}">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 -->
|