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

Annotation of www/index.html, Revision 1.703

1.394     jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.18      fn          2: <html>
1.1       deraadt     3: <head>
1.289     deraadt     4:     <title>OpenBSD</title>
1.523     nick        5:     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.243     philen      6:     <meta name="description" content="the main OpenBSD page">
1.689     tj          7:     <meta name="copyright" content="This document copyright 1999-2016
                      8:                                     by OpenBSD.">
1.678     nick        9:     <link rel="shortcut icon" HREF="favicon.ico" TYPE="image/x-icon">
1.701     tb         10:     <link rel="canonical" href="https://www.openbsd.org/">
1.1       deraadt    11: </head>
1.698     jcs        12: <body style="color: black; background-color: white; margin: 0 50px 0 0;">
                     13: <table width="100%" height="100%" border=0 cellspacing=0 cellpadding=4>
1.687     deraadt    14:   <tr>
1.698     jcs        15:     <td bgcolor="#6bbdd6" width=175 valign="top">
1.687     deraadt    16:       <big><b>About OpenBSD</b></big><br>
                     17:       &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
                     18:       &nbsp;<a href="plat.html">Hardware Platforms</a><br>
                     19:       &nbsp;<a href="security.html">Security</a>
                     20:       &nbsp;<a href="crypto.html">Crypto</a><br>
                     21:       &nbsp;<a href="events.html">Events</a>
1.691     deraadt    22:       &nbsp;<a href="papers/index.html">Papers</a>
1.688     deraadt    23:       &nbsp;<a href="innovations.html">Innovations</a><br>
1.687     deraadt    24:       <p>
                     25:       <big><b>Getting&nbsp;OpenBSD</b></big><br>
                     26:       &nbsp;<a href="orders.html">Buy CDs/Shirts/Posters</a><br>
                     27:       &nbsp;<a href="ftp.html">Download</a><br>
                     28:       <p>
                     29:       <big><b>Getting&nbsp;Source</b></big><br>
                     30:       &nbsp;<a href="anoncvs.html">AnonCVS</a><br>
                     31:       &nbsp;<a href="cvsync.html">CVSync</a><br>
                     32:       &nbsp;<a href="http://cvsweb.openbsd.org/">CVS on Web</a><br>
                     33:       <p>
                     34:       <big><b>OpenBSD&nbsp;Resources</b></big><br>
1.689     tj         35:       &nbsp;<a href="plus.html">Daily Changelog</a><br>
1.687     deraadt    36:       &nbsp;<a href="faq/index.html">FAQ</a><br>
1.693     beck       37:       &nbsp;<a href="http://man.openbsd.org">Manual Pages</a><br>
1.703   ! deraadt    38:       &nbsp;<a href="errata60.html">Patches</a><br>
1.687     deraadt    39:       &nbsp;<a href="report.html">Reporting Problems</a><br>
                     40:       &nbsp;<a href="mail.html">Mailing Lists</a><br>
1.702     deraadt    41:       &nbsp;<a href="lyrics.html">Songs & Artwork</a><br>
1.687     deraadt    42:       &nbsp;<a href="hackathons.html">Hackathons</a><br>
                     43:       &nbsp;<a href="support.html">Commercial Support</a><br>
                     44:       <p>
                     45:       <big><b>Supporting&nbsp;OpenBSD</b></big><br>
                     46:       &nbsp;<a href="donations.html">Donations</a><br>
                     47:       &nbsp;<a href="http://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
1.523     nick       48:     </td>
1.698     jcs        49:     <td bgcolor="#007b9c" rowspan=2><font size=1>&nbsp;</font></td>
1.523     nick       50:     <td bgcolor="#ffffff" valign="top"><center>
1.703   ! deraadt    51:       <a href="60.html">
        !            52:       <img border="0" src="images/puffy60.gif" height=199 width=599 alt="[OpenBSD 6.0]">
1.687     deraadt    53:       </a></center>
                     54:       <br>
                     55:       <center><strong><font color="#e00000">
                     56:       Only two remote holes in the default install, in a heck of a long time!<br>
                     57:       </font></strong></center>
                     58:       <p>
                     59:       The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based
                     60:       UNIX-like operating system. Our efforts emphasize portability,
                     61:       standardization, correctness, <a href="security.html">proactive security</a> and
                     62:       <a href="crypto.html">integrated cryptography</a>.  As an example of the
                     63:       effect OpenBSD has, the popular <a href="http://www.openssh.com">OpenSSH</a>
                     64:       software comes from OpenBSD.
                     65:       <p>
                     66:       OpenBSD is freely available from our download sites, or as a
1.689     tj         67:       3-CD set sold at <a href="https://openbsdstore.com">openbsdstore.com</a>.
1.687     deraadt    68:       <p>
1.703   ! deraadt    69:       The current release is <a href="60.html">OpenBSD 6.0</a>, released Sep 1, 2016.
1.700     deraadt    70:       <p>
1.687     deraadt    71:       OpenBSD is developed entirely by volunteers.
                     72:       The project's development environment
                     73:       and <a href="hackathons.html">developer events</a>
                     74:       are funded through contributions collected by
                     75:       <a href="http://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                     76:       Contributions ensure that OpenBSD will remain a vibrant and
                     77:       <a href="policy.html">free</a> operating system.
                     78:       <p>
                     79:     </td>
                     80:   </tr>
                     81:   <tr>
1.698     jcs        82:     <td bgcolor="#6bbdd6" valign="bottom">
                     83:       <a href="images/rack2009.jpg">
                     84:       <img width=60px height=90px src="images/rack2009-s.png"
                     85:        style="float:left;"></a>
                     86:        </td>
1.699     tb         87:     <td bgcolor="#ffffff" valign="bottom">
1.698     jcs        88:       <hr>
                     89:       Associated projects:
                     90:       <a href="http://www.openssh.com">OpenSSH</a>,
                     91:       <a href="http://www.openbgpd.org">OpenBGPD</a>,
                     92:       <a href="http://www.openntpd.org">OpenNTPD</a>,
                     93:       <a href="http://www.opensmtpd.org">OpenSMTPD</a>,
                     94:       <a href="http://www.openiked.org">OpenIKED</a>,
                     95:       <a href="http://mdocml.bsd.lv">mandoc</a>,
                     96:       <a href="http://www.libressl.org">LibreSSL</a>
                     97:       <br>
                     98:       <small>
                     99:       <em>This site Copyright &copy; 1996-2016 OpenBSD.</em><br>
                    100:       </small>
1.316     jufi      101:     </td>
1.687     deraadt   102:   </tr>
                    103: </table>
1.171     deraadt   104: </body>
                    105: </html>