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

Annotation of www/index.html, Revision 1.710

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>
                     62:       &nbsp;<a href="ftp.html">Download</a><br>
                     63:       <p>
                     64:       <big><b>Getting&nbsp;Source</b></big><br>
                     65:       &nbsp;<a href="anoncvs.html">AnonCVS</a><br>
                     66:       &nbsp;<a href="cvsync.html">CVSync</a><br>
                     67:       &nbsp;<a href="http://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>
1.689     tj         71:       &nbsp;<a href="plus.html">Daily Changelog</a><br>
1.687     deraadt    72:       &nbsp;<a href="faq/index.html">FAQ</a><br>
1.693     beck       73:       &nbsp;<a href="http://man.openbsd.org">Manual Pages</a><br>
1.703     deraadt    74:       &nbsp;<a href="errata60.html">Patches</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.709     tj         77:       &nbsp;<a href="lyrics.html">Songs &amp; Artwork</a><br>
1.687     deraadt    78:       &nbsp;<a href="hackathons.html">Hackathons</a><br>
                     79:       &nbsp;<a href="support.html">Commercial Support</a><br>
                     80:       <p>
                     81:       <big><b>Supporting&nbsp;OpenBSD</b></big><br>
1.708     tj         82:       &nbsp;<a href="https://openbsdstore.com">Buy OpenBSD Products</a><br>
1.687     deraadt    83:       &nbsp;<a href="donations.html">Donations</a><br>
                     84:       &nbsp;<a href="http://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
1.523     nick       85:     </td>
1.710   ! tj         86:     <td class="align-top">
        !            87:       <div class="header">
        !            88:         <a href="60.html">
        !            89:         <img border="0" src="images/puffy60.gif" height="199" width="599" alt="[OpenBSD 6.0]">
        !            90:         </a>
        !            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.
                    106:       Up until version 6.0, we also made and sold a 3-CD set.
1.687     deraadt   107:       <p>
1.703     deraadt   108:       The current release is <a href="60.html">OpenBSD 6.0</a>, released Sep 1, 2016.
1.700     deraadt   109:       <p>
1.687     deraadt   110:       OpenBSD is developed entirely by volunteers.
                    111:       The project's development environment
                    112:       and <a href="hackathons.html">developer events</a>
                    113:       are funded through contributions collected by
                    114:       <a href="http://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                    115:       Contributions ensure that OpenBSD will remain a vibrant and
                    116:       <a href="policy.html">free</a> operating system.
                    117:     </td>
                    118:   </tr>
                    119:   <tr>
1.710   ! tj        120:     <td class="sidebar align-bottom">
1.698     jcs       121:       <a href="images/rack2009.jpg">
1.709     tj        122:       <img width="60" height="90" src="images/rack2009-s.png"
1.698     jcs       123:        style="float:left;"></a>
1.709     tj        124:    </td>
1.710   ! tj        125:     <td class="align-bottom">
1.698     jcs       126:       <hr>
                    127:       Associated projects:
1.705     tb        128:       <a href="https://www.openssh.com">OpenSSH</a>,
1.698     jcs       129:       <a href="http://www.openbgpd.org">OpenBGPD</a>,
                    130:       <a href="http://www.openntpd.org">OpenNTPD</a>,
1.705     tb        131:       <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
1.698     jcs       132:       <a href="http://www.openiked.org">OpenIKED</a>,
                    133:       <a href="http://mdocml.bsd.lv">mandoc</a>,
1.705     tb        134:       <a href="https://www.libressl.org">LibreSSL</a>
1.698     jcs       135:       <br>
                    136:       <small>
1.707     tb        137:       <em>This site Copyright &copy; 1996-2017 OpenBSD.</em><br>
1.698     jcs       138:       </small>
1.316     jufi      139:     </td>
1.687     deraadt   140:   </tr>
                    141: </table>
1.171     deraadt   142: </body>
                    143: </html>