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

Annotation of www/index.html, Revision 1.751

1.732     bentley     1: <!doctype html>
1.739     bentley     2: <html lang=en id=project-main>
1.744     bentley     3:        <meta charset=utf-8>
                      4:        <title>OpenBSD</title>
                      5:        <meta name="description" content="the main OpenBSD page">
                      6:        <link rel="canonical" href="https://www.openbsd.org/">
                      7:        <link rel="stylesheet" href="openbsd.css">
                      8:        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
                      9:
                     10: <main>
                     11: <nav>
                     12:
                     13: <header>About OpenBSD</header>
                     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:
                     23: <header>Getting OpenBSD</header>
                     24: <ul>
                     25:        <li><a href="faq/faq4.html#Download">Download</a>
                     26: </ul>
                     27:
                     28: <header>Getting Source</header>
                     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:
                     35: <header>OpenBSD Resources</header>
                     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.751   ! deraadt    40:        <li><a href="errata70.html">Patches</a>
1.744     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;
1.732     bentley    44:             <a href="artwork.html">Artwork</a>
1.744     bentley    45:        <li><a href="hackathons.html">Hackathons</a>
                     46:        <li><a href="groups.html">User Groups</a>
                     47:        <li><a href="support.html">Commercial Support</a>
                     48: </ul>
                     49:
                     50: <header>Supporting OpenBSD</header>
                     51: <ul>
                     52:        <li><a href="donations.html">Donations</a><br>
                     53:        <li><a href="https://openbsdstore.com/">Art Merchandise</a>
                     54:        <li><a href="https://www.openbsdfoundation.org/"><i>OpenBSD
                     55:            Foundation</i></a>
                     56: </ul>
                     57:
                     58: </nav>
                     59: <article>
                     60:
                     61: <h2>
1.751   ! deraadt    62:        <a href="70.html">
        !            63:        <img src="images/puffy70.gif" alt="[OpenBSD 7.0]" height=198 width=599>
1.744     bentley    64:        </a>
                     65: </h2>
                     66:
                     67: <p id="callout">
                     68: Only two remote holes in the default install, in a heck of a long time!
                     69:
                     70: <p>
                     71: The OpenBSD project produces a <strong>FREE</strong>,
                     72: multi-platform 4.4BSD-based UNIX-like operating system.
                     73: Our efforts emphasize portability, standardization, correctness,
                     74: <a href="security.html">proactive security</a> and
                     75: <a href="crypto.html">integrated cryptography</a>.  As an example of the
                     76: effect OpenBSD has, the popular <a href="https://www.openssh.com">OpenSSH</a>
                     77: software comes from OpenBSD.
                     78:
                     79: <p>
                     80: OpenBSD is freely available from our download sites.
                     81:
                     82: <p>
                     83: The current release is
1.751   ! deraadt    84: <a href="70.html">OpenBSD 7.0</a>, released Oct 14, 2021.
        !            85: This is the 51st release.
1.744     bentley    86:
                     87: <p>
                     88: OpenBSD is developed entirely by volunteers.
                     89: The project's development environment
                     90: and <a href="hackathons.html">developer events</a>
                     91: are funded through contributions collected by
                     92: <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                     93: Contributions ensure that OpenBSD will remain a vibrant and
                     94: <a href="policy.html">free</a> operating system.
                     95:
                     96: </article>
                     97: </main>
                     98:
                     99: <footer>
                    100: <figure>
                    101:        <a href="images/rack2009.jpg">
                    102:        <img width="60" height="90" src="images/rack2009-s.png" alt="rack"></a>
                    103: </figure>
                    104: <aside>
                    105:
                    106: <hr>
                    107: Associated projects:
                    108: <a href="https://www.openssh.com">OpenSSH</a>,
1.750     tj        109: <a href="https://www.openbgpd.org">OpenBGPD</a>,
1.744     bentley   110: <a href="https://www.rpki-client.org">rpki-client</a>,
1.750     tj        111: <a href="https://www.openntpd.org">OpenNTPD</a>,
1.744     bentley   112: <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
1.745     bentley   113: <a href="https://www.openiked.org">OpenIKED</a>,
1.744     bentley   114: <a href="https://mandoc.bsd.lv">mandoc</a>,
                    115: <a href="https://www.libressl.org">LibreSSL</a>
                    116:
                    117: </aside>
                    118: </footer>