Skip to content

Commit 269efcc

Browse files
committed
Make HTML validator pass; add appnexus ack
1 parent 6df43be commit 269efcc

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121
div#maindiv { background-color: #eee;
2222
padding: 1em 1em 1em 3em; }
2323
div#sidebar { float: right;
24-
margin-left: .5em; width: 18em; }
24+
margin-left: .5em; width: 20em; }
2525
div#support { background-color: #bbf; border: 1px solid black;
2626
padding-left: .5em; padding-right: .5em; }
2727
div#wishlists { background-color: #bbf; border: 1px solid black;
2828
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; }
2932
td#download { background-color: #cec; width: 50%; border-right: 1em solid #eee; }
3033
td#benchmark { background-color: #ddd; }
3134
a.latest { font-weight: bold; font-size: 110%; }
@@ -57,12 +60,19 @@ <h3>Happy Hacking</h3>
5760
<a href="http://www.amazon.com/gp/registry/wishlist/WKACB1E0HNRA">Nick's list</a> &ndash;
5861
<a href="http://www.citi.umich.edu/u/provos/wishlists/amazon.html">Niels's list</a>
5962
</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>
6070
</div>
6171

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>.
6676
<p>
6777
<i>libevent</i> is meant to replace the event loop found
6878
in event driven network servers. An application just needs to call
@@ -119,7 +129,7 @@ <h3>Documentation</h3>
119129

120130
<!-- Sample Application: <a href="event-test.c">event-test.c</a> -->
121131

122-
<h3>Download&ndash;Stable releases</h4>
132+
<h3>Download&ndash;Stable releases</h3>
123133

124134
<p class="releasenote">
125135
These are the ones you probably want for software development, unless you
@@ -218,7 +228,7 @@ <h4>Download&ndash;Alpha releases</h4>
218228
</ul>
219229

220230

221-
<h4><a href="old-releases.html">Older Releases</a></h3>
231+
<h3><a href="old-releases.html">Older Releases</a></h3>
222232

223233
<p>
224234
Libevent has been released under a <a href="LICENSE.txt">3-clause BSD license</a>.
@@ -304,7 +314,7 @@ <h3>Programs using libevent</h3>
304314
<address><a href="mailto:nickm@alum.mit.edu">Nick Mathewson</a></address>
305315
<address><a href="mailto:provos@citi.umich.edu">Niels Provos</a></address>
306316
(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>
308318
<!-- Created: Mon Mar 11 12:43:06 EST 2002 -->
309319
<!-- hhmts start -->
310320
Last modified: 19 Oct 2011

sm-web-appnexus-logo.png

1.35 KB
Loading

0 commit comments

Comments
 (0)