[BACK]Return to hackathons.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/hackathons.html, Revision 1.136

1.105     tb          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1.1       deraadt     2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
1.96      tj          5: <title>OpenBSD: Hackathons</title>
1.1       deraadt     6: <meta name="description" content="the OpenBSD release song hackathon page">
1.96      tj          7: <meta name="copyright" content="This document copyright 2000-2016 by OpenBSD.">
1.1       deraadt     8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.96      tj          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <!-- XXX <link rel="stylesheet" type="text/css" href="openbsd.css"> -->
1.101     tb         11: <link rel="canonical" href="https://www.openbsd.org/hackathons.html">
1.130     bentley    12: <style type="text/css">
                     13: table {
                     14:        width: 1080px;
                     15:        border-collapse: collapse;
                     16: }
                     17:
                     18: tr {
                     19:        vertical-align: top;
                     20: }
                     21:
                     22: td {
                     23:        border-top: #000 2px solid;
                     24:        border-bottom: #000 2px solid;
                     25:        padding-top: 3px;
                     26:        padding-bottom: 3px;
                     27: }
                     28: </style>
1.1       deraadt    29: </head>
                     30:
1.98      tb         31: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     32:
1.96      tj         33: <h2>
                     34: <a href="index.html">
                     35: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     36: <font color="#e00000">Hackathons</font>
                     37: </h2>
                     38: <hr>
1.1       deraadt    39: <p>
1.57      deraadt    40:
1.55      deraadt    41: In June of 1999, OpenBSD held the first hackathon.  In the months
                     42: leading up to this, either Theo or Niels Provos had coined this new
                     43: word "hackathon".  A bunch of developers from around the world congregated
                     44: into a house in Calgary, and within the week had the first IPv6 and IPSEC
                     45: stacks completely integrated into an operating system... an industry
                     46: first.. an accidental scrape in a hardwood floor commemorates the event.
1.1       deraadt    47: <p>
1.57      deraadt    48:
1.55      deraadt    49: In succeeding years, the OpenBSD development process has benefited
                     50: greatly from holding more of these events.  In our form, hackathons
                     51: do not have talks, nor a specific schedule.  People will arrive at
                     52: a hackathon to work for a straight stretch of time on the projects
                     53: they wish to, in the same room as the people who they need to talk
                     54: to about their ideas.  Hackathons are about writing code.  At hackathons
                     55: there is an attempt to get new changes into the source tree quickly.
1.1       deraadt    56: Since people from many different timezones are in the same room,
                     57: development is almost around the clock.  Developers sometimes joke
                     58: about returning home without jet-lag.
                     59: <p>
                     60:
1.55      deraadt    61: Hackathons attendees come by invitation only.  Some new people in
                     62: the community who show promise are sometimes invited to see if they
                     63: have what it takes.  However, hackathons are not developer training
                     64: events.
1.1       deraadt    65: <p>
                     66:
1.60      deraadt    67: The event space and accommodation is typically funded by
1.65      deraadt    68: <a href="donations.html">donations to the OpenBSD Project</a>, or
1.123     tj         69: by the <a href="https://www.openbsdfoundation.org">OpenBSD Foundation</a>,
1.60      deraadt    70: however most developers pay for their own travel.  The facilities
                     71: are always chosen to be highly economical; generally near Universities
                     72: or in cheaper locales.  If anyone wants to help us <b>FUND ONE OF THESE
                     73: EVENTS OR A DEVELOPER'S TRAVEL</b>, please contact Theo de Raadt (who
1.83      deraadt    74: generally has the most knowledge about upcoming options), or directly
                     75: offer travel expenses to a developer for the next event.  General
1.60      deraadt    76: financing is more interesting, but we will entertain offers for free
                     77: locations as well.
1.57      deraadt    78: <p>
1.1       deraadt    79:
                     80: Here are some details about past and future events, also showing
                     81: a part of the artwork from the event T-shirt (if there was one made).
1.100     deraadt    82: The shirts are only given to people who attend the event, and are
1.1       deraadt    83: worn with pride.  Every shirt contains at least one developer in-joke,
                     84: so don't worry if you can't understand the shirt.  Just enjoy them.
                     85: <p>
                     86:
1.130     bentley    87: <table>
                     88: <tr>
1.1       deraadt    89: <td>
1.136   ! deraadt    90:     <a id="t2k19" href="images/hackathons/t2k19.gif">
        !            91:     <img src="images/hackathons/t2k19-s.gif"></a><br>
        !            92:     t2k19: taipei mini hackathon<br>
        !            93:     Mar 28 - Apr 5, 2019<br>
        !            94:     Taipei<br>
        !            95:     16 developers<br>
        !            96:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
        !            97:     and with the support of Kevin Lo.
        !            98:     <br>
        !            99: <td>
1.133     deraadt   100:     <a id="a2k19" href="images/hackathons/a2k19.gif">
                    101:     <img src="images/hackathons/a2k19-s.gif"></a><br>
1.135     tb        102:     a2k19: antipodean mini hackathon<br>
1.133     deraadt   103:     Jan 17-24, 2019<br>
                    104:     Wellington, New Zealand<br>
                    105:     18 developers<br>
                    106:     Supported by the <a href="https://www.victoria.ac.nz">Victoria University of Wellington</a>
                    107:     and funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                    108:     <br>
                    109: <td>
1.132     deraadt   110:     <a id="l2k18" href="images/hackathons/l2k18.jpg">
                    111:     <img src="images/hackathons/l2k18-s.gif"></a><br>
                    112:     l2k18: libressl mini hackathon<br>
                    113:     Nov 3-11, 2018<br>
                    114:     Edmonton, Canada<br>
                    115:     5 developers<br>
                    116:     Supported by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                    117:     <br>
1.136   ! deraadt   118: <tr>
1.132     deraadt   119: <td>
1.127     benno     120:     <a id="n2k18" href="images/hackathons/n2k18.gif">
                    121:     <img src="images/hackathons/n2k18-s.gif"></a><br>
                    122:     n2k18: network hackathon<br>
                    123:     Sept 6-11, 2018<br>
1.128     naddy     124:     &Uacute;st&iacute; nad Labem, Czech Republic<br>
1.127     benno     125:     11 developers<br>
1.131     deraadt   126:     Supported by Univerzita Jana Evangelisty Purkyn&#283; and
                    127:     funded by Oracle and
1.129     benno     128:     <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.127     benno     129: <td>
1.126     deraadt   130:     <a id="g2k18" href="images/hackathons/g2k18.gif">
                    131:     <img src="images/hackathons/g2k18-s.gif"></a><br>
                    132:     g2k18: general hackathon<br>
                    133:     Jul 8-13, 2018<br>
                    134:     Ljubljana, Slovenia<br>
                    135:     39 developers<br>
                    136:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
                    137:     and with the support of Mitja Mu&#382;eni&#269;.
                    138: <td>
1.124     deraadt   139:     <a id="p2k18" href="images/hackathons/p2k18.gif">
                    140:     <img src="images/hackathons/p2k18-s.gif"></a><br>
                    141:     p2k18: ports (and pledge) hackathon<br>
                    142:     Apr 23-29, 2018<br>
1.125     deraadt   143:     Nantes, France<br>
1.124     deraadt   144:     24 developers<br>
                    145:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
                    146:     and with the support of <a href="http://www.epitech.eu">Epitech Nantes</a>.
1.136   ! deraadt   147: <tr>
1.124     deraadt   148: <td>
1.122     deraadt   149:     <a id="a2k18" href="images/hackathons/a2k18.gif">
                    150:     <img src="images/hackathons/a2k18-s.gif"></a><br>
                    151:     a2k18: antipodean hackathon<br>
                    152:     Feb 5-11, 2018<br>
                    153:     Dunedin, New Zealand<br>
                    154:     19 developers<br>
1.123     tj        155:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.122     deraadt   156:     and with the support of <a href="http://www.otago.ac.nz">University of Otago</a>.
                    157: <td>
1.120     deraadt   158:     <a id="s2k17" href="images/hackathons/s2k17.gif">
                    159:     <img src="images/hackathons/s2k17-s.gif"></a><br>
                    160:     s2k17: snowshoe hackathon<br>
                    161:     Nov 26 - 29, 2017<br>
                    162:     Elk Lakes Cabin, BC<br>
                    163:     10 developers<br>
                    164:     Funded by <a href="http://www.foretell.ca">ForeTell Technologies</a>
                    165:     and with the support of <a href="http://www.xplornet.ca">Xplornet</a>.
                    166: <td>
1.117     deraadt   167:     <a id="p2k17" href="images/hackathons/p2k17.gif">
                    168:     <img src="images/hackathons/p2k17-s.gif"></a><br>
1.118     rpe       169:     p2k17: ports hackathon<br>
1.117     deraadt   170:     Nov 1 - 6, 2017<br>
                    171:     Berlin, Germany<br>
                    172:     23 developers<br>
1.123     tj        173:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.119     benno     174:     with the support of <a href="http://www.in-berlin.de">IN-Berlin</a> and
                    175:     <a href="http://www.hostserver.de/">Hostserver</a>.
1.136   ! deraadt   176: <tr>
1.117     deraadt   177: <td>
1.115     deraadt   178:     <a id="t2k17" href="images/hackathons/t2k17.jpg">
                    179:     <img src="images/hackathons/t2k17-s.gif"></a><br>
                    180:     t2k17: general hackathon<br>
                    181:     Aug 9 - 15, 2017<br>
                    182:     Toronto, Canada<br>
                    183:     38 developers<br>
1.123     tj        184:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.115     deraadt   185:     and with the support of <a href="http://www.utoronto.ca">University of Toronto</a>.
                    186: <td>
1.112     jsg       187:     <a id="d2k17" href="images/hackathons/d2k17.gif">
1.111     deraadt   188:     <img src="images/hackathons/d2k17-s.gif"></a><br>
                    189:     d2k17: network mini-hackathon<br>
1.113     tj        190:     May 26 - 31, 2017<br>
1.111     deraadt   191:     Starnberg, Germany<br>
                    192:     24 developers<br>
1.123     tj        193:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.121     deraadt   194:     and with the support of <a href="http://www.genua.de">genua</a>.
1.111     deraadt   195: <td>
1.110     deraadt   196:     <a id="noshirt" href="images/hackathons/noshirt-s.gif">
                    197:     <img src="images/hackathons/noshirt-s.gif"></a><br>
1.109     deraadt   198:     e2k17: nano-hackathon<br>
                    199:     March 25 - 28, 2017<br>
                    200:     Edmonton, Canada<br>
                    201:     5 developers<br>
                    202:     With the support of Bob Beck.
1.136   ! deraadt   203: <tr>
1.109     deraadt   204: <td>
1.108     deraadt   205:     <a id="a2k17" href="images/hackathons/a2k17.gif">
                    206:     <img src="images/hackathons/a2k17-s.gif"></a><br>
1.107     deraadt   207:     a2k17: antipodean hackathon<br>
                    208:     Jan 19 - 26, 2017<br>
                    209:     Brisbane, Australia<br>
                    210:     19 developers<br>
1.123     tj        211:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.107     deraadt   212:     and with the support of David Gwynne.
                    213: <td>
1.104     deraadt   214:     <br>
                    215:     <br>
                    216:     <a id="l2k16" href="images/hackathons/l2k16.gif">
                    217:     <img src="images/hackathons/l2k16-s.gif"></a><br>
                    218:     <br>
                    219:     <br>
                    220:     <br>
                    221:     <br>
                    222:     <br>
                    223:     <br>
                    224:     <br>
                    225:     <br>
                    226:     <br>
                    227:     l2k16: libressl hackathon<br>
                    228:     Nov 2 - 6, 2016<br>
                    229:     Toulouse, France<br>
                    230:     9 developers<br>
1.123     tj        231:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.104     deraadt   232:     with the help of <a href="http://www.enseeiht.fr">ENSEEIHT</a> and
                    233:     <a href="http://www.objectif-libre.com">Objectif Libre</a>.
                    234: <td>
1.107     deraadt   235:     <a id="b2k16" href="images/hackathons/b2k16.gif">
1.104     deraadt   236:     <img src="images/hackathons/b2k16-s.gif"></a><br>
                    237:     b2k16: budapest ports hackathon<br>
                    238:     Oct 31 - Nov 5, 2016<br>
                    239:     Budapest, Hungary<br>
                    240:     10 developers<br>
1.123     tj        241:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.136   ! deraadt   242: <tr>
1.104     deraadt   243: <td>
1.102     deraadt   244:     <a id="g2k16" href="images/hackathons/g2k16.gif">
                    245:     <img src="images/hackathons/g2k16-s.gif"></a><br>
1.103     deraadt   246:     g2k16: general hackathon<br>
1.102     deraadt   247:     Aug 30 - Sep 5, 2016<br>
                    248:     Cambridge, UK<br>
                    249:     62 developers<br>
1.123     tj        250:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.102     deraadt   251:     with the help of
                    252:     <a href="http://www.cl.cam.ac.uk">Computer Laboratory, Cambridge</a>.
                    253: <td>
1.100     deraadt   254:     <a id="n2k16" href="images/hackathons/n2k16.gif">
                    255:     <img src="images/hackathons/n2k16-s.gif"></a><br>
                    256:     n2k16: network hackathon<br>
                    257:     Jul 18 - 22, 2016<br>
                    258:     Prague, Czech Republic<br>
                    259:     18 developers<br>
1.123     tj        260:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.100     deraadt   261:     and <a href="http://www.oracle.com">Oracle</a>, with the help of
                    262:     <a href="http://cuni.cz">Charles University</a>.
                    263: <td>
1.97      deraadt   264:     <a id="p2k16" href="images/hackathons/p2k16.gif">
                    265:     <img src="images/hackathons/p2k16-s.gif"></a><br>
                    266:     p2k16: ports hackathon<br>
1.100     deraadt   267:     Apr 25 - 29, 2016<br>
1.97      deraadt   268:     Nantes, France<br>
                    269:     22 developers<br>
1.123     tj        270:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.97      deraadt   271:     and with the support of <a href="http://www.epitech.eu">Epitech Nantes</a>.
1.136   ! deraadt   272: <tr>
1.97      deraadt   273: <td>
1.94      deraadt   274:     <a id="n2k15" href="images/hackathons/n2k15.gif">
                    275:     <img src="images/hackathons/n2k15-s.gif"></a><br>
                    276:     n2k15: network MP hackathon<br>
1.100     deraadt   277:     Dec 1 - 6, 2015<br>
1.94      deraadt   278:     Hannover, Germany<br>
                    279:     19 developers<br>
1.123     tj        280:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.94      deraadt   281:     and with the support of <a href="http://esdenera.com">Esdenera Networks</a>.
                    282: <td>
1.92      deraadt   283:     <a id="u2k15" href="images/hackathons/u2k15.gif">
                    284:     <img src="images/hackathons/u2k15-s.gif"></a><br>
                    285:     u2k15: utf8 hackathon<br>
                    286:     Oct 22 - 27, 2015<br>
                    287:     Berlin, Germany<br>
                    288:     22 developers<br>
1.123     tj        289:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.92      deraadt   290:     and with the support of <a href="http://www.in-berlin.de">IN-Berlin</a>.
                    291: <td>
1.88      deraadt   292:     <a id="l2k15" href="images/hackathons/l2k15.gif">
                    293:     <img src="images/hackathons/l2k15-s.gif"></a><br>
                    294:     l2k15: libressl hackathon<br>
                    295:     Sep 8 - 13, 2015<br>
                    296:     <a href="http://foi.unizg.hr">Faculty of Organization and Informatics</a>, Vara&#382;din, Croatia<br>
                    297:     17 developers<br>
1.123     tj        298:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.88      deraadt   299:     with help of the <a href="http://foi.unizg.hr">Open Systems and Security Lab</a>.
1.136   ! deraadt   300: <tr>
1.88      deraadt   301: <td>
1.89      yuo       302:     <a id="j2k15" href="images/hackathons/j2k15.gif">
                    303:     <img src="images/hackathons/j2k15-s.gif"></a><br>
1.87      deraadt   304:     j2k15: uefi hackathon<br>
                    305:     Aug 30 - Sep 2, 2015<br>
1.89      yuo       306:     Nasu, Tochigi, Japan<br>
1.87      deraadt   307:     6 developers<br>
1.91      deraadt   308:     With the support of <a href="http://www.iij-ii.co.jp/en/">IIJ innovation institute</a>.
1.87      deraadt   309: <td>
1.86      deraadt   310:     <a id="c2k15" href="images/hackathons/c2k15.gif">
                    311:     <img src="images/hackathons/c2k15-s.gif"></a><br>
                    312:     c2k15: general hackathon<br>
                    313:     Jul 15 - 21, 2015<br>
                    314:     <a href="http://sait.ca">SAIT</a>, Calgary<br>
                    315:     45 developers<br>
1.123     tj        316:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.86      deraadt   317:     and with the support of <a href="http://sait.ca">SAIT</a>.
                    318: <td>
1.78      sthen     319:     <a id="p2k15" href="images/hackathons/p2k15.gif">
                    320:     <img src="images/hackathons/p2k15-s.gif"></a><br>
                    321:     p2k15: ports mini hackathon<br>
                    322:     Apr 2 - 7, 2015<br>
1.82      sthen     323:     <a href="http://emps.exeter.ac.uk/">University of Exeter</a>, UK<br>
1.79      sthen     324:     14 developers<br>
1.123     tj        325:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.82      sthen     326:     and with the support of Andy Henderson.
1.136   ! deraadt   327: <tr>
1.78      sthen     328: <td>
1.77      deraadt   329:     <a id="s2k15" href="images/hackathons/s2k15.gif">
                    330:     <img src="images/hackathons/s2k15-s.gif"></a><br>
                    331:     s2k15: southern mini hackathon<br>
                    332:     Feb 6 - 13, 2015<br>
                    333:     Brisbane, Australia<br>
                    334:     21 developers<br>
1.123     tj        335:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.77      deraadt   336:     and with the support of David Gwynne.
                    337: <td>
1.71      deraadt   338:     <a id="g2k14" href="images/hackathons/g2k14.gif">
                    339:     <img src="images/hackathons/g2k14-s.gif"></a><br>
                    340:     g2k14: general hackathon<br>
                    341:     July 8 - 14, 2014<br>
                    342:     Ljubljana, Slovenia<br>
1.73      deraadt   343:     49 developers<br>
1.123     tj        344:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.71      deraadt   345:     and with the support of Mitja Mu&#382;eni&#269;.
                    346: <td>
1.70      deraadt   347:     <a id="m2k14" href="images/hackathons/m2k14.gif">
                    348:     <img src="images/hackathons/m2k14-s.gif"></a><br>
                    349:     m2k14: mini hackathon<br>
                    350:     Apr 17 - 22, 2014<br>
                    351:     Marrakech, Morocco<br>
                    352:     12 developers<br>
1.123     tj        353:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   354:     and with the support of <a href="http://www.uca.ma/">Universit&eacute; Cadi Ayyad</a>.
1.136   ! deraadt   355: <tr>
1.70      deraadt   356: <td>
1.69      deraadt   357:     <a id="n2k14" href="images/hackathons/n2k14.gif">
1.65      deraadt   358:     <img src="images/hackathons/n2k14-s.gif"></a><br>
                    359:     n2k14: mini hackathon<br>
                    360:     Jan 18 - 25, 2014<br>
                    361:     Dunedin, New Zealand<br>
                    362:     15 developers<br>
1.114     tb        363:     Funded by <a href="http://www.foretell.ca">ForeTell Technologies</a>
1.70      deraadt   364:     and with the support of <a href="http://www.otago.ac.nz">University of Otago</a>.
1.65      deraadt   365: <td>
1.63      deraadt   366:     <a id="b2k13" href="images/hackathons/b2k13.gif">
                    367:     <img src="images/hackathons/b2k13-s.gif"></a><br>
                    368:     b2k13: mini hackathon<br>
                    369:     Oct 17 - 21, 2013<br>
                    370:     Berlin, Germany<br>
                    371:     21 developers<br>
1.123     tj        372:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   373:     and with the support of <a href="http://www.in-berlin.de">IN-Berlin</a>.
1.1       deraadt   374: <td>
1.63      deraadt   375:     <a id="t2k13" href="images/hackathons/t2k13.jpg">
                    376:     <img src="images/hackathons/t2k13-s.gif"></a><br>
                    377:     t2k13: general hackathon<br>
                    378:     May 29 - Jun 5, 2013<br>
                    379:     Toronto, Canada<br>
                    380:     43 developers<br>
1.123     tj        381:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   382:     and with the support of <a href="http://www.utoronto.ca">University of Toronto</a>.
1.136   ! deraadt   383: <tr>
1.1       deraadt   384: <td>
1.63      deraadt   385:     <a id="n2k13" href="images/hackathons/n2k13.gif">
                    386:     <img src="images/hackathons/n2k13-s.gif"></a><br>
                    387:     n2k13: network hackathon<br>
                    388:     Jan 13 - 19, 2013<br>
                    389:     Dunedin, New Zealand<br>
                    390:     17 developers<br>
1.123     tj        391:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   392:     and with the support of <a href="http://www.otago.ac.nz">University of Otago</a>.
1.1       deraadt   393: <td>
1.63      deraadt   394:     <a id="c2k12" href="images/hackathons/c2k12.gif">
                    395:     <img src="images/hackathons/c2k12-s.gif"></a><br>
                    396:     c2k12: coimbra hackathon<br>
                    397:     Nov 14 - 20, 2012<br>
                    398:     Coimbra, Portugal<br>
                    399:     10 developers<br>
1.123     tj        400:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   401:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.1       deraadt   402: <td>
1.63      deraadt   403:     <a id="p2k12" href="images/hackathons/p2k12.gif">
                    404:     <img src="images/hackathons/p2k12-s.gif"></a><br>
                    405:     p2k12: ports hackathon<br>
                    406:     Oct 8 - 13, 2012<br>
1.106     deraadt   407:     Budapest, Hungary<br>
1.63      deraadt   408:     9 developers<br>
1.114     tb        409:     Funded by <a href="donations.html">donations to
1.65      deraadt   410:     The OpenBSD Project</a>.
1.136   ! deraadt   411: <tr>
1.1       deraadt   412: <td>
1.63      deraadt   413:     <a id="n2k12" href="images/hackathons/n2k12.gif">
                    414:     <img src="images/hackathons/n2k12-s.gif"></a><br>
                    415:     n2k12: network hackathon<br>
                    416:     Sep 17 - 21, 2012<br>
1.106     deraadt   417:     Starnberg, Germany<br>
1.63      deraadt   418:     23 developers<br>
1.121     deraadt   419:     Funded by <a href="http://www.genua.de">genua</a>.
1.1       deraadt   420: <td>
1.63      deraadt   421:     <a id="g2k12" href="images/hackathons/g2k12.gif">
                    422:     <img src="images/hackathons/g2k12-s.gif"></a><br>
                    423:     g2k12: general hackathon<br>
                    424:     Jul 7 - 14, 2012<br>
                    425:     Budapest, Hungary<br>
                    426:     41 developers<br>
1.123     tj        427:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.1       deraadt   428: <td>
1.63      deraadt   429:     <a id="r2k12" href="images/hackathons/r2k12.gif">
                    430:     <img src="images/hackathons/r2k12-s.gif"></a><br>
                    431:     r2k12: rthreads hackathon<br>
                    432:     Apr 10 - 14, 2012<br>
                    433:     Paris, France<br>
                    434:     16 developers<br>
1.123     tj        435:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.76      bentley   436:     and support of <a href="http://www.ihp.fr">Institute Henri Poincar&eacute;</a> and
1.114     tb        437:     <a href="http://www.u-psud.fr">Paris-Sud University</a>.
1.136   ! deraadt   438: <tr>
1.1       deraadt   439: <td>
1.63      deraadt   440:     <a id="p2k11" href="images/hackathons/p2k11.gif">
                    441:     <img src="images/hackathons/p2k11-s.gif"></a><br>
                    442:     p2k11: Ports hackathon<br>
                    443:     Nov 12 - 18, 2011<br>
                    444:     Budapest, Hungary<br>
                    445:     15 developers<br>
1.114     tb        446:     Funded by <a href="donations.html">donations to
1.65      deraadt   447:     the OpenBSD Project</a>.
1.1       deraadt   448: <td>
1.63      deraadt   449:     <a id="a2k11" href="images/hackathons/a2k11.gif">
                    450:     <img src="images/hackathons/a2k11-s.gif"></a><br>
                    451:     a2k11: ARM hackathon<br>
                    452:     Nov 5 - 12, 2011<br>
                    453:     Coimbra, Portugal<br>
                    454:     8 developers<br>
1.123     tj        455:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   456:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.1       deraadt   457: <td>
1.63      deraadt   458:     <a id="s2k11" href="images/hackathons/s2k11.jpg">
                    459:     <img src="images/hackathons/s2k11-s.gif"></a><br>
                    460:     s2k11: General hackathon<br>
                    461:     Sep 16 - 23, 2011<br>
                    462:     Ljubljana, Slovenia<br>
                    463:     25 developers<br>
1.123     tj        464:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.70      deraadt   465:     and with the support of Mitja Mu&#382;eni&#269;.
1.136   ! deraadt   466: <tr>
1.1       deraadt   467: <td>
1.63      deraadt   468:     <a id="c2k11" href="images/hackathons/c2k11.gif">
                    469:     <img src="images/hackathons/c2k11-s.gif"></a><br>
                    470:     c2k11: General hackathon<br>
                    471:     Jul 2 - 9, 2011<br>
                    472:     Edmonton, Alberta, Canada<br>
                    473:     36 developers<br>
1.123     tj        474:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.1       deraadt   475: <td>
1.63      deraadt   476:     <a id="k2k11" href="images/hackathons/k2k11.jpg">
                    477:     <img src="images/hackathons/k2k11-s.gif"></a><br>
                    478:     k2k11: Kernel hackathon<br>
                    479:     Apr 1 - 7, 2011<br>
                    480:     Hafnarfjordur, Iceland<br>
                    481:     15 developers<br>
1.123     tj        482:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.1       deraadt   483: <td>
1.63      deraadt   484:     <a id="p2k10" href="images/hackathons/p2k10.gif">
                    485:     <img src="images/hackathons/p2k10-s.gif"></a><br>
                    486:     p2k10: Ports hackathon<br>
                    487:     Oct 23 - 29, 2010<br>
1.1       deraadt   488:     Budapest, Hungary<br>
1.63      deraadt   489:     19 developers<br>
1.114     tb        490:     Funded by <a href="donations.html">donations to
1.65      deraadt   491:     the OpenBSD Project</a>.
1.136   ! deraadt   492: <tr>
1.1       deraadt   493: <td>
1.63      deraadt   494:     <a id="j2k10" href="images/hackathons/j2k10.gif">
                    495:     <img src="images/hackathons/j2k10-s.gif"></a><br>
                    496:     j2k10: mini-hackathon in Japan<br>
                    497:     Sep 19 - 25, 2010<br>
                    498:     Akiyamago, Sakae Mura, Nagano, Japan<br>
                    499:     19 developers<br>
                    500: <td>
                    501:     <a id="c2k10" href="images/hackathons/c2k10.gif">
                    502:     <img src="images/hackathons/c2k10-s.gif"></a><br>
                    503:     c2k10: General hackathon<br>
                    504:     Jun 25 - Jul 3, 2010<br>
                    505:     Edmonton, Alberta<br>
                    506:     46 developers<br>
1.123     tj        507:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.63      deraadt   508: <td>
1.65      deraadt   509:     <br>
                    510:     <br>
1.63      deraadt   511:     <a id="n2k10" href="images/hackathons/n2k10.gif">
                    512:     <img src="images/hackathons/n2k10-s.gif"></a><br>
                    513:     <br>
                    514:     <br>
                    515:     <br>
                    516:     <br>
1.65      deraadt   517:     <br>
1.63      deraadt   518:     n2k10: Network hackathon<br>
                    519:     Jan 9 - 15, 2010<br>
                    520:     Melbourne, Australia<br>
                    521:     17 developers<br>
1.123     tj        522:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>
1.64      deraadt   523:     and support of
1.63      deraadt   524:     <a href="http://vpac.org">Victorian Partnership for Advanced Computing</a>
1.136   ! deraadt   525: <tr>
1.63      deraadt   526: <td>
                    527:     <a id="h2k9" href="images/hackathons/h2k9.gif">
                    528:     <img src="images/hackathons/h2k9-s.gif"></a><br>
                    529:     h2k9: Hardware hackathon<br>
                    530:     Nov 21 - 27, 2009<br>
1.3       deraadt   531:     Coimbra, Portugal<br>
1.63      deraadt   532:     15 developers<br>
1.114     tb        533:     Funded by <a href="donations.html">donations to
1.65      deraadt   534:     the OpenBSD Project</a>
1.70      deraadt   535:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.1       deraadt   536: <td>
1.63      deraadt   537:     <a id="p2k9" href="images/hackathons/p2k9.gif">
                    538:     <img src="images/hackathons/p2k9-s.gif"></a><br>
                    539:     p2k9: Ports hackathon<br>
                    540:     Oct 9 - 16, 2009<br>
                    541:     Budapest, Hungary<br>
1.6       deraadt   542:     14 developers<br>
1.114     tb        543:     Funded by <a href="donations.html">donations to
1.65      deraadt   544:     the OpenBSD Project</a>.
1.1       deraadt   545: <td>
1.63      deraadt   546:     <a id="f2k9" href="images/hackathons/f2k9.gif">
                    547:     <img src="images/hackathons/f2k9-s.gif"></a><br>
                    548:     f2k9: Filesystem/uvm hackathon<br>
                    549:     Aug 7 - 14, 2009<br>
                    550:     Stockholm, Sweden<br>
                    551:     14 developers<br>
                    552:     Funded by <a href="https://www.iis.se/english/">.se Foundation</a>.
1.136   ! deraadt   553: <tr>
1.8       jasper    554: <td>
1.63      deraadt   555:     <a id="c2k9" href="images/hackathons/c2k9.gif">
                    556:     <img src="images/hackathons/c2k9-s.gif"></a><br>
                    557:     c2k9: General hackathon<br>
                    558:     May 30 - Jun 7, 2009<br>
                    559:     Edmonton, Alberta<br>
                    560:     46 developers<br>
1.114     tb        561:     Funded by <a href="donations.html">donations to
1.65      deraadt   562:     the OpenBSD Project</a>.
1.10      deraadt   563: <td>
1.63      deraadt   564:     <a id="n2k9" href="images/hackathons/n2k9.gif">
                    565:     <img src="images/hackathons/n2k9-s.gif"></a><br>
                    566:     n2k9: Network hackathon<br>
                    567:     Jan 26 - 30, 2009<br>
                    568:     Basel, Switzerland<br>
                    569:     19 developers<br>
                    570: <td>
                    571:     <a id="h2k8" href="images/hackathons/h2k8.gif">
                    572:     <img src="images/hackathons/h2k8-s.gif"></a><br>
                    573:     h2k8: Hardware hackathon<br>
                    574:     Nov 20 - 27, 2008<br>
1.10      deraadt   575:     Coimbra, Portugal<br>
1.63      deraadt   576:     18 developers<br>
1.114     tb        577:     Funded by <a href="donations.html">donations to
1.65      deraadt   578:     the OpenBSD Project</a>
1.70      deraadt   579:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.136   ! deraadt   580: <tr>
1.11      deraadt   581: <td>
1.63      deraadt   582:     <a id="p2k8" href="images/hackathons/p2k8.gif">
                    583:     <img src="images/hackathons/p2k8-s.gif"></a><br>
                    584:     p2k8: Ports hackathon<br>
                    585:     Oct 24 - 31, 2008<br>
                    586:     Budapest, Hungary<br>
                    587:     13 developers<br>
1.114     tb        588:     Funded by <a href="donations.html">donations to
1.65      deraadt   589:     the OpenBSD Project</a>.
1.11      deraadt   590: <td>
1.14      deraadt   591:     <a id="c2k8" href="images/hackathons/c2k8.gif">
                    592:     <img src="images/hackathons/c2k8-s.gif"></a><br>
1.11      deraadt   593:     c2k8: General hackathon<br>
1.14      deraadt   594:     June 6-15, 2008<br>
                    595:     Edmonton, Alberta<br>
                    596:     55 developers<br>
1.123     tj        597:     Funded by <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.15      deraadt   598: <td>
1.63      deraadt   599:     <a id="n2k8" href="images/hackathons/n2k8.gif">
                    600:     <img src="images/hackathons/n2k8-s.gif"></a><br>
                    601:     n2k8: Network hackathon<br>
                    602:     May 5-10, 2008<br>
                    603:     Ito, Japan<br>
                    604:     18 developers<br>
1.114     tb        605:     Funded by <a href="donations.html">donations to
1.65      deraadt   606:     the OpenBSD Project</a> and Mark Uemura.
1.136   ! deraadt   607: <tr>
1.17      deraadt   608: <td>
1.63      deraadt   609:     <a id="h2k7" href="images/hackathons/h2k7.gif">
                    610:     <img src="images/hackathons/h2k7-s.gif"></a><br>
                    611:     h2k7: Hardware hackathon<br>
                    612:     Nov 22 - 29, 2007<br>
1.17      deraadt   613:     Coimbra, Portugal<br>
1.63      deraadt   614:     11 developers<br>
1.114     tb        615:     Funded by <a href="donations.html">donations to
1.65      deraadt   616:     the OpenBSD Project</a>
1.70      deraadt   617:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.20      deraadt   618: <td>
1.63      deraadt   619:     <a id="p2k7" href="images/hackathons/p2k7.gif">
                    620:     <img src="images/hackathons/p2k7-s.gif"></a><br>
                    621:     p2k7: Focused on ports<br>
                    622:     Oct 22 - 28, 2007<br>
                    623:     Budapest, Hungary<br>
                    624:     13 developers<br>
1.114     tb        625:     Funded by <a href="donations.html">donations to
1.65      deraadt   626:     the OpenBSD Project</a>.
1.21      deraadt   627: <td>
1.63      deraadt   628:     <a id="c2k7" href="images/hackathons/c2k7.gif">
                    629:     <img src="images/hackathons/c2k7-s.gif"></a><br>
                    630:     c2k7: General hackathon<br>
                    631:     May 25 - Jun 2, 2007<br>
                    632:     Calgary, Alberta<br>
                    633:     50 developers<br>
1.114     tb        634:     Funded by <a href="donations.html">donations to
1.65      deraadt   635:     the OpenBSD Project</a>.
1.136   ! deraadt   636: <tr>
1.22      deraadt   637: <td>
1.63      deraadt   638:     <a id="f2k7" href="images/hackathons/f2k7.gif">
                    639:     <img src="images/hackathons/f2k7-s.gif"></a><br>
                    640:     f2k7: Focused on Filesystems<br>
                    641:     Apr 10 - 15, 2007<br>
                    642:     Vienna, Austria<br>
1.22      deraadt   643:     14 developers<br>
1.114     tb        644:     Funded by <a href="donations.html">donations to
1.65      deraadt   645:     the OpenBSD Project</a>.
1.23      deraadt   646: <td>
1.63      deraadt   647:     <a id="h2k6" href="images/hackathons/h2k6.gif">
                    648:     <img src="images/hackathons/h2k6-s.gif"></a><br>
                    649:     h2k6: Focused on drivers for hardware<br>
                    650:     Nov 25 - 30, 2006<br>
1.23      deraadt   651:     Coimbra, Portugal<br>
1.63      deraadt   652:     14 developers<br>
1.114     tb        653:     Funded by <a href="donations.html">donations to
1.65      deraadt   654:     the OpenBSD Project</a>
1.70      deraadt   655:     and with the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.24      deraadt   656: <td>
1.63      deraadt   657:     <a id="p2k6" href="images/hackathons/p2k6.gif">
                    658:     <img src="images/hackathons/p2k6-s.gif"></a><br>
                    659:     p2k6: Focused on ports<br>
                    660:     Oct 18 - 22, 2006<br>
                    661:     Budapest, Hungary<br>
                    662:     14 developers<br>
1.114     tb        663:     Funded by <a href="donations.html">donations to
1.65      deraadt   664:     the OpenBSD Project</a>.
1.136   ! deraadt   665: <tr>
1.27      deraadt   666: <td>
1.63      deraadt   667:     <a id="k2k6" href="images/hackathons/k2k6.gif">
                    668:     <img src="images/hackathons/k2k6-s.gif"></a><br>
                    669:     k2k6: Focused on IPSEC and IKE<br>
                    670:     Aug 28 - Sep 1, 2006<br>
                    671:     Schloss Kransberg, Germany<br>
                    672:     14 developers<br>
1.28      deraadt   673: <td>
1.63      deraadt   674:     <a id="r2k6" href="images/hackathons/r2k6.gif">
                    675:     <img src="images/hackathons/r2k6-s.gif"></a><br>
                    676:     r2k6: Focused on network routing<br>
                    677:     Jun 14 - 18, 2006<br>
                    678:     Hamburg, Germany<br>
                    679:     6 developers<br>
1.64      deraadt   680:     Support of Henning Brauer.
1.30      deraadt   681: <td>
1.63      deraadt   682:     <a id="c2k6" href="images/hackathons/c2k6.gif">
                    683:     <img src="images/hackathons/c2k6-s.gif"></a><br>
                    684:     c2k6: General hackathon<br>
                    685:     May 21 - 29, 2006<br>
                    686:     Calgary, Alberta<br>
                    687:     47 developers<br>
1.114     tb        688:     Funded by <a href="donations.html">donations to
1.65      deraadt   689:     the OpenBSD Project</a>.
1.136   ! deraadt   690: <tr>
1.32      deraadt   691: <td>
1.63      deraadt   692:     <a id="v2k5" href="images/hackathons/v2k5.gif">
                    693:     <img src="images/hackathons/v2k5-s.gif"></a><br>
                    694:     v2k5: Focused on ports<br>
                    695:     Nov 1 - 4, 2005<br>
                    696:     San Servolo, Venice, Italy<br>
                    697:     12 developers<br>
1.114     tb        698:     Funded by <a href="donations.html">donations to
1.65      deraadt   699:     the OpenBSD Project</a>.
1.34      deraadt   700: <td>
1.63      deraadt   701:     <a id="c2k5" href="images/hackathons/c2k5.gif">
                    702:     <img src="images/hackathons/c2k5-s.gif"></a><br>
                    703:     c2k5: General hackathon<br>
                    704:     May 21 - 28, 2005<br>
                    705:     Calgary, Alberta<br>
                    706:     60 developers<br>
1.114     tb        707:     Funded by <a href="donations.html">donations to
1.65      deraadt   708:     the OpenBSD Project</a>.
1.35      deraadt   709: <td>
1.63      deraadt   710:     <a id="c2k4" href="images/hackathons/c2k4.gif">
                    711:     <img src="images/hackathons/c2k4-s.gif"></a><br>
                    712:     c2k4: General hackathon<br>
                    713:     Jun 19 - 26, 2004<br>
                    714:     Calgary, Alberta<br>
                    715:     46 developers<br>
1.114     tb        716:     Funded by <a href="donations.html">donations to
1.65      deraadt   717:     the OpenBSD Project</a>.
1.136   ! deraadt   718: <tr>
1.41      deraadt   719: <td>
1.63      deraadt   720:     <a id="pf2k4" href="images/hackathons/pf2k4.gif">
                    721:     <img src="images/hackathons/pf2k4-s.gif"></a><br>
                    722:     pf2k4: Focused on pf development<br>
                    723:     Apr 24 - 28, 2004<br>
                    724:     Sechelt, BC<br>
                    725:     12 developers<br>
1.64      deraadt   726:     Support of Ryan McBride.
1.45      deraadt   727: <td>
1.63      deraadt   728:     <a id="c2k3" href="images/hackathons/c2k3.gif">
                    729:     <img src="images/hackathons/c2k3-s.gif"></a><br>
                    730:     c2k3: General hackathon<br>
                    731:     May 8 - 20, 2003<br>
                    732:     Calgary, Alberta<br>
                    733:     51 developers<br>
1.64      deraadt   734:     Funded by <a href="https://www.nlnetlabs.nl">NLnet</a>
                    735:     (after DARPA pulled out their support).
1.48      robert    736: <td>
1.63      deraadt   737:     <a id="c2k2" href="images/hackathons/c2k2.gif">
                    738:     <img src="images/hackathons/c2k2-s.gif"></a><br>
                    739:     c2k2: General hackathon<br>
                    740:     Jun 4 - 12, 2002<br>
                    741:     Calgary, Alberta<br>
                    742:     42 developers<br>
                    743:     Funded by DARPA.
1.136   ! deraadt   744: <tr>
1.49      deraadt   745: <td>
1.114     tb        746:     <a id="c2k1-2" href="images/hackathons/noshirt-s.gif">
1.110     deraadt   747:     <img src="images/hackathons/noshirt-s.gif"></a><br>
1.63      deraadt   748:     c2k1-2: Focused on sparc64<br>
                    749:     Aug 17 - 20, 2001<br>
                    750:     Washington, DC<br>
1.64      deraadt   751:     Funded by DARPA with support of <a href="http://www.usenix.org">USENIX</a>.
1.52      deraadt   752: <td>
1.114     tb        753:     <a id="c2k1" href="images/hackathons/noshirt-s.gif">
1.110     deraadt   754:     <img src="images/hackathons/noshirt-s.gif"></a><br>
1.63      deraadt   755:     c2k1: Birth of PF<br>
                    756:     Jun 21 - 26, 2001<br>
                    757:     Cambridge, Massachusetts<br>
                    758:     25 developers<br>
                    759:     Funded by DARPA with the support of <a href="http://www.mit.edu">MIT</a>.
1.53      deraadt   760: <td>
1.114     tb        761:     <a id="c2k" href="images/hackathons/noshirt-s.gif">
1.110     deraadt   762:     <img src="images/hackathons/noshirt-s.gif"></a><br>
1.63      deraadt   763:     c2k: General hackathon<br>
                    764:     Jun 15 - 18, 2000<br>
                    765:     Calgary, Alberta<br>
                    766:     18 developers<br>
1.114     tb        767:     Funded by <a href="donations.html">donations to
1.65      deraadt   768:     the OpenBSD Project</a>.
1.136   ! deraadt   769: <tr>
1.54      benno     770: <td>
1.114     tb        771:     <a id="c99" href="images/hackathons/noshirt-s.gif">
1.110     deraadt   772:     <img src="images/hackathons/noshirt-s.gif"></a><br>
1.63      deraadt   773:     c99: Focused on IPSEC<br>
                    774:     Jun 4 - 6, 1999<br>
                    775:     Calgary, Alberta<br>
                    776:     10 developers<br>
                    777:     Funded by Theo de Raadt.
1.130     bentley   778: <td>
                    779: <td>
                    780: </table>
1.9       jasper    781:
1.53      deraadt   782: Most tshirt concepts designed by artist with Theo de Raadt or Bob Beck.<br>
1.86      deraadt   783: c2k2, c2k3, v2k5, c2k6, r2k6, k2k6, p2k6, h2k6, f2k7, c2k7, p2k7, h2k7, n2k8, c2k8, p2k8, h2k8, n2k9,<br>c2k9, f2k9, p2k9, h2k9, c2k10, j2k10, p2k10, c2k11, s2k11, a2k11, p2k11 drawn by Ty Semaka.<br>
1.29      deraadt   784: pf2k4, c2k4, and c2k5 drawn by David Woloschuk.<br>
                    785: n2k10 drawn by Theo de Raadt, refined by Ty Semaka.<br>
1.31      fkr       786: c2k10, j2k10, and p2k10 drawn by Damon Mlekuz.<br>
1.47      halex     787: k2k11 drawn by Bret Lambert.<br>
1.136   ! deraadt   788: r2k12, g2k12, n2k12, b2k13, n2k14, m2k14, g2k14, s2k15, c2k15, l2k15, p2k16, g2k16, b2k16, a2k17,<br>d2k17, p2k17, s2k17, a2k18, p2k18, g2k18, a2k19, t2k19 drawn by Markus Hall.<br>
1.48      robert    789: p2k12 drawn by Bidon Mickael aka Mogmi.<br>
1.50      deraadt   790: c2k12 drawn by Theo de Raadt.<br>
1.52      deraadt   791: n2k13 is a purchased shirt, with an annotation added.<br>
1.53      deraadt   792: t2k13 drawn by Brett Knowles.<br>
1.78      sthen     793: p2k15 drawn by Naomi Parkinson.<br>
1.99      yasuoka   794: j2k15 drawn by Ayako Ogawa / Yojiro UO.<br>
1.93      stsp      795: u2k15 drawn by Neels Hofmeyr.<br>
1.95      reyk      796: n2k15 drawn by Nick B&ouml;se.<br>
1.114     tb        797: n2k16 drawn by Jojin&amp;HedgeHog.<br>
1.111     deraadt   798: l2k16 concept by Joel Sing, layout by Markus Hall.<br>
1.115     deraadt   799: t2k17 drawn by Christopher Roberts.<br>
1.129     benno     800: n2k18 drawn by Jojin&amp;HedgeHog.<br>
1.1       deraadt   801: </body>
                    802: </html>