|
21 | 21 | div#maindiv { background-color: #eee; |
22 | 22 | padding: 1em 1em 1em 3em; } |
23 | 23 | div#sidebar { float: right; |
24 | | - margin-left: .5em; width: 18em; } |
| 24 | + margin-left: .5em; width: 20em; } |
25 | 25 | div#support { background-color: #bbf; border: 1px solid black; |
26 | 26 | padding-left: .5em; padding-right: .5em; } |
27 | 27 | div#wishlists { background-color: #bbf; border: 1px solid black; |
28 | 28 | margin-top: 1em; padding: 0 .5em .5em .5em; } |
| 29 | +div#sponsors { background-color: #fff; border: 1px solid black; |
| 30 | + margin-top: 1em; padding: 0 .5em .5em .5em; } |
| 31 | +img#appnexus-logo { float: right; padding: .5em; } |
29 | 32 | td#download { background-color: #cec; width: 50%; border-right: 1em solid #eee; } |
30 | 33 | td#benchmark { background-color: #ddd; } |
31 | 34 | a.latest { font-weight: bold; font-size: 110%; } |
@@ -57,12 +60,19 @@ <h3>Happy Hacking</h3> |
57 | 60 | <a href="http://www.amazon.com/gp/registry/wishlist/WKACB1E0HNRA">Nick's list</a> – |
58 | 61 | <a href="http://www.citi.umich.edu/u/provos/wishlists/amazon.html">Niels's list</a> |
59 | 62 | </div> |
| 63 | +<div id="sponsors"> |
| 64 | +<h3>Sponsors</h3> |
| 65 | +<a href="http://appnexus.com/"><img id="appnexus-logo" |
| 66 | + src="sm-web-appnexus-logo.png" alt="AppNexus Logo"></a>Thanks |
| 67 | +to <a href="http://appnexus.com/">AppNexus</a> for sponsoring Libevent |
| 68 | +development in 2012! |
| 69 | +</div> |
60 | 70 | </div> |
61 | 71 |
|
62 | | -The <i>libevent</i> API provides a mechanism to execute a callback |
63 | | -function when a specific event occurs on a file descriptor or after a |
64 | | -timeout has been reached. Furthermore, <i>libevent</i> also support |
65 | | -callbacks due to <b>signals</b> or regular <b>timeouts</b>. |
| 72 | +The <i>libevent</i> API provides a mechanism to execute a callback function |
| 73 | +when a specific event occurs on a file descriptor or after a timeout has been |
| 74 | +reached. Furthermore, <i>libevent</i> also support callbacks due |
| 75 | +to <b>signals</b> or regular <b>timeouts</b>. |
66 | 76 | <p> |
67 | 77 | <i>libevent</i> is meant to replace the event loop found |
68 | 78 | in event driven network servers. An application just needs to call |
@@ -119,7 +129,7 @@ <h3>Documentation</h3> |
119 | 129 |
|
120 | 130 | <!-- Sample Application: <a href="event-test.c">event-test.c</a> --> |
121 | 131 |
|
122 | | -<h3>Download–Stable releases</h4> |
| 132 | +<h3>Download–Stable releases</h3> |
123 | 133 |
|
124 | 134 | <p class="releasenote"> |
125 | 135 | These are the ones you probably want for software development, unless you |
@@ -218,7 +228,7 @@ <h4>Download–Alpha releases</h4> |
218 | 228 | </ul> |
219 | 229 |
|
220 | 230 |
|
221 | | -<h4><a href="old-releases.html">Older Releases</a></h3> |
| 231 | +<h3><a href="old-releases.html">Older Releases</a></h3> |
222 | 232 |
|
223 | 233 | <p> |
224 | 234 | Libevent has been released under a <a href="LICENSE.txt">3-clause BSD license</a>. |
@@ -304,7 +314,7 @@ <h3>Programs using libevent</h3> |
304 | 314 | <address><a href="mailto:nickm@alum.mit.edu">Nick Mathewson</a></address> |
305 | 315 | <address><a href="mailto:provos@citi.umich.edu">Niels Provos</a></address> |
306 | 316 | (Please do not mail us directly for technical support. Instead, please |
307 | | - use the mailing list or the IRC channel.)<br/> |
| 317 | + use the mailing list or the IRC channel.)<br> |
308 | 318 | <!-- Created: Mon Mar 11 12:43:06 EST 2002 --> |
309 | 319 | <!-- hhmts start --> |
310 | 320 | Last modified: 19 Oct 2011 |
|
0 commit comments