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

Annotation of www/index.html, Revision 1.722

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.707     tb          7:     <meta name="copyright" content="This document copyright 1999-2017
1.689     tj          8:                                     by OpenBSD.">
1.709     tj          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.710     tj         11:     <style type="text/css">
                     12:       body {
                     13:         color: black;
                     14:         background-color: white;
                     15:         margin: 0 50px 0 0;
                     16:       }
                     17:       .main {
                     18:         width: 100%;
                     19:         height: 100%;
                     20:         border: 0;
                     21:         border-collapse: collapse;
                     22:       }
                     23:       .main td {
                     24:         padding: 4px;
                     25:       }
                     26:       .sidebar {
                     27:         background-color: #6bbdd6;
                     28:         width: 175px;
                     29:         border-right: 11px solid #007b9c;
                     30:       }
                     31:       .header {
                     32:         text-align: center;
                     33:       }
                     34:       .header img {
                     35:         margin-bottom: 19px;
                     36:       }
                     37:       .callout {
                     38:         font-weight: bold;
                     39:         color: #e00000;
                     40:       }
                     41:       .align-top {
                     42:         vertical-align: top;
                     43:       }
                     44:       .align-bottom {
                     45:         vertical-align: bottom;
                     46:       }
                     47:     </style>
1.1       deraadt    48: </head>
1.710     tj         49: <body>
                     50: <table class="main">
1.687     deraadt    51:   <tr>
1.710     tj         52:     <td class="sidebar align-top">
1.687     deraadt    53:       <big><b>About OpenBSD</b></big><br>
                     54:       &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
                     55:       &nbsp;<a href="plat.html">Hardware Platforms</a><br>
                     56:       &nbsp;<a href="security.html">Security</a>
                     57:       &nbsp;<a href="crypto.html">Crypto</a><br>
1.704     tj         58:       &nbsp;<a href="events.html">Events and Papers</a>
1.688     deraadt    59:       &nbsp;<a href="innovations.html">Innovations</a><br>
1.687     deraadt    60:       <p>
                     61:       <big><b>Getting&nbsp;OpenBSD</b></big><br>
1.714     tj         62:       &nbsp;<a href="faq/faq4.html#Download">Download</a><br>
1.687     deraadt    63:       <p>
                     64:       <big><b>Getting&nbsp;Source</b></big><br>
1.713     deraadt    65:       &nbsp;<a href="anoncvs.html">AnonCVS</a>
1.687     deraadt    66:       &nbsp;<a href="cvsync.html">CVSync</a><br>
1.712     tb         67:       &nbsp;<a href="https://cvsweb.openbsd.org/">CVS on Web</a><br>
1.706     beck       68:       &nbsp;<a href="https://github.com/openbsd">GitHub Mirror</a><br>
1.687     deraadt    69:       <p>
                     70:       <big><b>OpenBSD&nbsp;Resources</b></big><br>
                     71:       &nbsp;<a href="faq/index.html">FAQ</a><br>
1.717     tb         72:       &nbsp;<a href="https://man.openbsd.org">Manual Pages</a><br>
1.721     deraadt    73:       &nbsp;<a href="errata63.html">Patches</a><br>
1.716     tj         74:       &nbsp;<a href="ircs://irc.freenode.net:6697/openbsd">IRC Channel</a><br>
1.687     deraadt    75:       &nbsp;<a href="report.html">Reporting Problems</a><br>
                     76:       &nbsp;<a href="mail.html">Mailing Lists</a><br>
1.715     tj         77:       &nbsp;<a href="lyrics.html">Songs</a> &amp;
1.721     deraadt    78:             <a href="artwork.html">Artwork</a><br>
1.687     deraadt    79:       &nbsp;<a href="hackathons.html">Hackathons</a><br>
                     80:       &nbsp;<a href="support.html">Commercial Support</a><br>
                     81:       <p>
                     82:       <big><b>Supporting&nbsp;OpenBSD</b></big><br>
1.708     tj         83:       &nbsp;<a href="https://openbsdstore.com">Buy OpenBSD Products</a><br>
1.687     deraadt    84:       &nbsp;<a href="donations.html">Donations</a><br>
1.722   ! tj         85:       &nbsp;<a href="https://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
1.523     nick       86:     </td>
1.710     tj         87:     <td class="align-top">
                     88:       <div class="header">
1.720     deraadt    89:         <a href="62.html">
                     90:         <img border="0" src="images/puffy62.gif" height="236" width="599" alt="[OpenBSD 6.2]"></a>
1.710     tj         91:         <br>
                     92:         <span class="callout">
                     93:         Only two remote holes in the default install, in a heck of a long time!<br>
                     94:         </span>
                     95:       </div>
                     96:
1.687     deraadt    97:       <p>
                     98:       The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based
                     99:       UNIX-like operating system. Our efforts emphasize portability,
                    100:       standardization, correctness, <a href="security.html">proactive security</a> and
                    101:       <a href="crypto.html">integrated cryptography</a>.  As an example of the
1.705     tb        102:       effect OpenBSD has, the popular <a href="https://www.openssh.com">OpenSSH</a>
1.687     deraadt   103:       software comes from OpenBSD.
                    104:       <p>
1.708     tj        105:       OpenBSD is freely available from our download sites.
1.687     deraadt   106:       <p>
1.720     deraadt   107:       The current release is <a href="62.html">OpenBSD 6.2</a>, released Oct 9, 2017.
1.700     deraadt   108:       <p>
1.687     deraadt   109:       OpenBSD is developed entirely by volunteers.
                    110:       The project's development environment
                    111:       and <a href="hackathons.html">developer events</a>
                    112:       are funded through contributions collected by
1.722   ! tj        113:       <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.687     deraadt   114:       Contributions ensure that OpenBSD will remain a vibrant and
                    115:       <a href="policy.html">free</a> operating system.
                    116:     </td>
                    117:   </tr>
                    118:   <tr>
1.710     tj        119:     <td class="sidebar align-bottom">
1.698     jcs       120:       <a href="images/rack2009.jpg">
1.709     tj        121:       <img width="60" height="90" src="images/rack2009-s.png"
1.698     jcs       122:        style="float:left;"></a>
1.709     tj        123:    </td>
1.710     tj        124:     <td class="align-bottom">
1.698     jcs       125:       <hr>
                    126:       Associated projects:
1.705     tb        127:       <a href="https://www.openssh.com">OpenSSH</a>,
1.698     jcs       128:       <a href="http://www.openbgpd.org">OpenBGPD</a>,
                    129:       <a href="http://www.openntpd.org">OpenNTPD</a>,
1.705     tb        130:       <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
1.698     jcs       131:       <a href="http://www.openiked.org">OpenIKED</a>,
1.719     bentley   132:       <a href="http://mandoc.bsd.lv">mandoc</a>,
1.705     tb        133:       <a href="https://www.libressl.org">LibreSSL</a>
1.698     jcs       134:       <br>
                    135:       <small>
1.707     tb        136:       <em>This site Copyright &copy; 1996-2017 OpenBSD.</em><br>
1.698     jcs       137:       </small>
1.316     jufi      138:     </td>
1.687     deraadt   139:   </tr>
                    140: </table>
1.171     deraadt   141: </body>
                    142: </html>