-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.htm
151 lines (141 loc) · 6.74 KB
/
index.htm
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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Chicago Boss: The Erlang Web Framework</title>
<link rel="stylesheet" href="includes/css/main.css">
<script src="includes/js/main.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Services' verification tags -->
<meta property="fb:admins" content="1430723603826314" />
<meta name="msvalidate.01" content="B409B389E1843B3829876BB41EB708C4" />
<meta name='yandex-verification' content='540d7319c61e4a36' />
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46635298-1', 'chicagoboss.org');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</head>
<body>
<header id="nav-global-container">
<span id="forkongithub"><a href="https://github.com/ChicagoBoss/ChicagoBoss">Fork me on GitHub</a></span>
<aside id="logo">
<a href="index.htm">
<svg id="logo-large" height="99" width="252" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="99" width="252" xlink:href="images/logo.svg" />
</svg>
<svg id="logo-small" height="79" width="232" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="79" width="232" xlink:href="images/logo.svg" />
</svg>
</a>
</aside>
<nav id="nav-global">
<a href="documentation.htm">Documentation</a>
<a href="about.htm">About</a>
<a href="community.htm">Community</a>
<a href="download.htm" class="download">Download <span>📥</span></a>
<a href="contact.htm">Contacts</a>
</nav>
</header>
<section class="container">
<div class="sixteen columns">
<div class="callout-large">
<h1>Build your next website with Erlang — the world’s most advanced networking platform.</h1>
</div>
<div id="content-container">
<div class="callout-small row clearfix">
<div class="one columns alpha">
<svg id="illustration-hourglass-large" height="100" width="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="100" width="100" xlink:href="images/illustration-hourglass.svg" />
</svg>
<svg id="illustration-hourglass-small" height="80" width="80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="80" width="80" xlink:href="images/illustration-hourglass.svg" />
</svg>
</div>
<div class="thirteen offset-by-one columns omega">
<p>Do you pine for a simpler time when web pages loaded in under one second? <strong>Chicago Boss</strong> is the answer to slow server software: a Rails-like framework for Erlang that delivers web pages to your users as quickly and efficiently as possible.</p>
</div>
</div>
<h2 class="illustration-header">Features for Everyone</h2>
<div class="row">
<div class="one-third column alpha">
<div class="illustration">
<svg id="illustration-browser-large" height="100" width="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="100" width="100" xlink:href="images/illustration-browser.svg" />
</svg>
<svg id="illustration-browser-small" height="80" width="80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="80" width="80" xlink:href="images/illustration-browser.svg" />
</svg>
<h3>For Designers</h3>
<ul>
<li>Easy server–side templates</li>
<li>Familiar Rails conventions</li>
<li>Painless Javascript integration</li>
<li>Easy JSON generation</li>
<li>Django & Jade template support</li>
</ul>
</div>
</div>
<div class="one-third column">
<div class="illustration">
<svg id="illustration-code-large" height="100" width="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="100" width="100" xlink:href="images/illustration-code.svg" />
</svg>
<svg id="illustration-code-small" height="80" width="80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="80" width="80" xlink:href="images/illustration-code.svg" />
</svg>
<h3>For Developers</h3>
<ul>
<li>100% asynchronous I/O</li>
<li>WebSocket & long-poll support</li>
<li>No nested callbacks</li>
<li>Language–integrated query syntax</li>
<li>Fast, in-memory functional tests</li>
<li>Support for Erlang and Elixir code</li>
</ul>
</div>
</div>
<div class="one-third column omega">
<div class="illustration">
<svg id="illustration-database-large" height="100" width="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="100" width="100" xlink:href="images/illustration-database.svg" />
</svg>
<svg id="illustration-database-small" height="80" width="80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="80" width="80" xlink:href="images/illustration-database.svg" />
</svg>
<h3>For Admins</h3>
<ul>
<li>Low RAM and CPU usage</li>
<li>Cluster–wide, channel–based message queue</li>
<li>Supports SQL and NoSQL databases</li>
<li>Fast garbage collection</li>
<li>Built-in email server</li>
<li>Hot code upgrades</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="clearfix">
<nav id="nav-footer" class="clearfix">
<a href="documentation.htm">Documentation</a>
<a href="about.htm">About</a>
<a href="community.htm">Community</a>
<a href="download.htm" class="download">Download</a>
<a href="contact.htm">Contacts</a>
</nav>
</footer>
</body>
</html>