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

Annotation of www/index.html, Revision 1.741

1.732     bentley     1: <!doctype html>
1.739     bentley     2: <html lang=en id=project-main>
1.732     bentley     3:     <meta charset=utf-8>
1.289     deraadt     4:     <title>OpenBSD</title>
1.243     philen      5:     <meta name="description" content="the main OpenBSD page">
1.709     tj          6:     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
1.701     tb          7:     <link rel="canonical" href="https://www.openbsd.org/">
1.732     bentley     8:     <link rel="stylesheet" href="openbsd.css">
                      9:
1.739     bentley    10:   <main>
                     11:     <nav>
1.732     bentley    12:
1.739     bentley    13:       <header>About OpenBSD</header>
1.732     bentley    14:       <ul>
                     15:         <li><a href="goals.html">Project Goals</a>
                     16:         <li><a href="plat.html">Hardware Platforms</a>
                     17:         <li><a href="security.html">Security</a>
                     18:             <a href="crypto.html">Crypto</a>
                     19:         <li><a href="events.html">Events and Papers</a>
                     20:         <li><a href="innovations.html">Innovations</a>
                     21:       </ul>
                     22:
1.739     bentley    23:       <header>Getting OpenBSD</header>
1.732     bentley    24:       <ul>
                     25:         <li><a href="faq/faq4.html#Download">Download</a>
                     26:       </ul>
                     27:
1.739     bentley    28:       <header>Getting Source</header>
1.732     bentley    29:       <ul>
                     30:         <li><a href="anoncvs.html">AnonCVS</a>
                     31:         <li><a href="https://cvsweb.openbsd.org/">CVS on Web</a>
                     32:         <li><a href="https://github.com/openbsd">GitHub Mirror</a>
                     33:       </ul>
                     34:
1.739     bentley    35:       <header>OpenBSD Resources</header>
1.732     bentley    36:       <ul>
                     37:         <li><a href="plus.html">Changelog</a>
                     38:         <li><a href="faq/index.html">FAQ</a>
                     39:         <li><a href="https://man.openbsd.org">Manual Pages</a>
1.737     deraadt    40:         <li><a href="errata66.html">Patches</a>
1.732     bentley    41:         <li><a href="report.html">Reporting Problems</a>
                     42:         <li><a href="mail.html">Mailing Lists</a>
                     43:         <li><a href="lyrics.html">Songs</a> &amp;
                     44:             <a href="artwork.html">Artwork</a>
                     45:         <li><a href="hackathons.html">Hackathons</a>
1.734     jcs        46:         <li><a href="groups.html">User Groups</a>
1.732     bentley    47:         <li><a href="support.html">Commercial Support</a>
                     48:       </ul>
                     49:
1.739     bentley    50:       <header>Supporting OpenBSD</header>
1.732     bentley    51:       <ul>
                     52:         <!--
                     53:         <li><a href="https://openbsdstore.com">Buy OpenBSD Products</a>
                     54:         -->
                     55:         <li><a href="donations.html">Donations</a><br>
                     56:         <li><a href="https://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
                     57:       </ul>
1.739     bentley    58:     </nav>
                     59:     <article>
                     60:       <h2>
1.736     job        61:         <a href="66.html">
                     62:         <img src="images/puffy66.gif" height="198" width="599" alt="[OpenBSD 6.6]"></a>
1.739     bentley    63:       </h2>
1.732     bentley    64:
                     65:       <p id="callout">
                     66:       Only two remote holes in the default install, in a heck of a long time!
1.710     tj         67:
1.687     deraadt    68:       <p>
1.732     bentley    69:       The OpenBSD project produces a <strong>FREE</strong>, multi-platform 4.4BSD-based
1.687     deraadt    70:       UNIX-like operating system. Our efforts emphasize portability,
                     71:       standardization, correctness, <a href="security.html">proactive security</a> and
                     72:       <a href="crypto.html">integrated cryptography</a>.  As an example of the
1.705     tb         73:       effect OpenBSD has, the popular <a href="https://www.openssh.com">OpenSSH</a>
1.687     deraadt    74:       software comes from OpenBSD.
1.732     bentley    75:
1.687     deraadt    76:       <p>
1.708     tj         77:       OpenBSD is freely available from our download sites.
1.732     bentley    78:
1.687     deraadt    79:       <p>
1.732     bentley    80:       The current release is
1.737     deraadt    81:       <a href="66.html">OpenBSD 6.6</a>, released Oct 17, 2019.
1.732     bentley    82:
1.700     deraadt    83:       <p>
1.687     deraadt    84:       OpenBSD is developed entirely by volunteers.
                     85:       The project's development environment
                     86:       and <a href="hackathons.html">developer events</a>
                     87:       are funded through contributions collected by
1.722     tj         88:       <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
1.687     deraadt    89:       Contributions ensure that OpenBSD will remain a vibrant and
                     90:       <a href="policy.html">free</a> operating system.
1.739     bentley    91:     </article>
                     92:   </main>
1.732     bentley    93:
1.739     bentley    94:   <footer>
                     95:     <figure>
1.698     jcs        96:       <a href="images/rack2009.jpg">
1.732     bentley    97:       <img width="60" height="90" src="images/rack2009-s.png" alt="rack"></a>
1.739     bentley    98:     </figure>
                     99:     <aside>
1.698     jcs       100:       <hr>
                    101:       Associated projects:
1.705     tb        102:       <a href="https://www.openssh.com">OpenSSH</a>,
1.698     jcs       103:       <a href="http://www.openbgpd.org">OpenBGPD</a>,
1.741   ! schwarze  104:       <a href="https://www.rpki-client.org">rpki-client</a>,
1.698     jcs       105:       <a href="http://www.openntpd.org">OpenNTPD</a>,
1.705     tb        106:       <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
1.740     schwarze  107:       <a href="openiked/index.html">OpenIKED</a>,
1.727     bentley   108:       <a href="https://mandoc.bsd.lv">mandoc</a>,
1.705     tb        109:       <a href="https://www.libressl.org">LibreSSL</a>
1.739     bentley   110:     </aside>
                    111:   </footer>