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

Annotation of www/index.html, Revision 1.745

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>
                     40:        <li><a href="errata67.html">Patches</a>
                     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>
                     62:        <a href="67.html">
                     63:        <img src="images/puffy67.gif" alt="[OpenBSD 6.7]" height=198 width=599>
                     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
                     84: <a href="67.html">OpenBSD 6.7</a>, released May 19, 2020.
                     85:
                     86: <p>
                     87: OpenBSD is developed entirely by volunteers.
                     88: The project's development environment
                     89: and <a href="hackathons.html">developer events</a>
                     90: are funded through contributions collected by
                     91: <a href="https://www.openbsdfoundation.org">The OpenBSD Foundation</a>.
                     92: Contributions ensure that OpenBSD will remain a vibrant and
                     93: <a href="policy.html">free</a> operating system.
                     94:
                     95: </article>
                     96: </main>
                     97:
                     98: <footer>
                     99: <figure>
                    100:        <a href="images/rack2009.jpg">
                    101:        <img width="60" height="90" src="images/rack2009-s.png" alt="rack"></a>
                    102: </figure>
                    103: <aside>
                    104:
                    105: <hr>
                    106: Associated projects:
                    107: <a href="https://www.openssh.com">OpenSSH</a>,
                    108: <a href="http://www.openbgpd.org">OpenBGPD</a>,
                    109: <a href="https://www.rpki-client.org">rpki-client</a>,
                    110: <a href="http://www.openntpd.org">OpenNTPD</a>,
                    111: <a href="https://www.opensmtpd.org">OpenSMTPD</a>,
1.745   ! bentley   112: <a href="https://www.openiked.org">OpenIKED</a>,
1.744     bentley   113: <a href="https://mandoc.bsd.lv">mandoc</a>,
                    114: <a href="https://www.libressl.org">LibreSSL</a>
                    115:
                    116: </aside>
                    117: </footer>