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

Annotation of www/index.html, Revision 1.186

1.171     deraadt     1: <!doctype html public  "-//IETF//DTD HTML Strict//EN">
1.18      fn          2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD</title>
1.18      fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the main OpenBSD page">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
1.126     deraadt    10: <meta name="copyright" content="This document copyright 1997 by OpenBSD.">
1.1       deraadt    11: </head>
1.18      fn         12:
1.171     deraadt    13: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.127     deraadt    14:
1.170     deraadt    15: <h3>
1.127     deraadt    16: <center>
                     17: <img alt="[OpenBSD]" SRC="images/obsd.gif">
                     18: </center>
                     19:
1.181     deraadt    20: The OpenBSD project produces a <font color=#00c000>FREE</font>, multi-platform
1.157     deraadt    21: 4.4BSD-based UNIX-like operating system.  Our efforts place emphasis
1.172     deraadt    22: on portability, standardization, correctness,
1.175     deraadt    23: <a href=security.html><font color=#00c000>security</font></a>, and
1.173     deraadt    24: <a href=crypto.html><font color=#00c000>cryptography</font></a>.
1.171     deraadt    25: OpenBSD supports binary emulation
1.162     deraadt    26: of most programs from SVR4 (Solaris), FreeBSD, Linux, BSDI, SunOS, and HPUX.
1.157     deraadt    27: <p>
1.170     deraadt    28: </h3>
                     29: <h3>
1.156     deraadt    30: <font color=#e00000>
1.184     deraadt    31: The current release of OpenBSD is <a href=23.html>2.3</a> which started
                     32: shipping May 19, 1998.
1.183     deraadt    33: OpenBSD is freely available from our FTP sites, and also available in an
                     34: inexpensive 2-CD set.
1.170     deraadt    35: <a href=orders.html>To order...</a><br>
1.182     deraadt    36:
1.170     deraadt    37: </font><font color=#0000e0>
1.182     deraadt    38: For each release to become available on CD, <a href=goals.html#funding>
1.183     deraadt    39: project funding</a> is still a big issue since OpenBSD has no real
                     40: financial backer.  Every sold CD or financial donation makes it easier for
                     41: us to make new releases.
1.177     deraadt    42: </font>
1.170     deraadt    43: <hr>
1.171     deraadt    44: </h3>
1.185     deraadt    45: <img align=right vspace=5 hspace=5 src="newhead.jpg">
1.170     deraadt    46: <h2><strong><font color=#0000e0>About OpenBSD</font></strong></h2>
1.127     deraadt    47: <ul>
                     48: <li><a href=goals.html>
1.171     deraadt    49:        <strong>Project Goals</strong></a>,
                     50: <a href=donations.html>
                     51:        Donations</a>.
1.127     deraadt    52: <LI><a href=plat.html>
                     53:        Many supported platforms.</a>
1.146     deraadt    54: <li><a href=plus.html>
1.171     deraadt    55:        Daily Changelog (Interesting reading).</a>
1.127     deraadt    56: <li><a href=users.html>
1.136     deraadt    57:        At work</a>: Commercial Uses and Other Applications
1.169     deraadt    58: <li><a href=faq/index.html>
                     59:        <strong>The OpenBSD FAQ</strong></a>
1.127     deraadt    60: </ul>
1.170     deraadt    61: <h2><strong><font color=#0000e0>Getting OpenBSD</font></strong></h2>
1.127     deraadt    62: <ul>
1.136     deraadt    63: <li><a href=orders.html>
1.171     deraadt    64:        <strong>Buying OpenBSD CDROMs!</strong></a>
1.127     deraadt    65: <li><a href=ftp.html>
1.136     deraadt    66:        FTPing Releases</a>
1.171     deraadt    67: <li>Getting source code by
                     68:        <a href=anoncvs.html>AnonCVS</a> or
                     69:        <a href=ctm.html>CTM (email).</a>
1.168     ryker      70: <li><a href="http://www.openbsd.org/cgi-bin/cvsweb/">
1.171     deraadt    71:        Browsing source on the Web.</a>
1.127     deraadt    72: </ul>
1.170     deraadt    73: <h2><strong><font color=#0000e0>OpenBSD Resources</font></strong></h2>
1.127     deraadt    74: <ul>
1.171     deraadt    75: <li><a href=errata.html>
                     76:        <strong>Important Patches</strong></a>
1.175     deraadt    77: <li><a href=security.html>
1.171     deraadt    78:        <strong>Security Advisories</strong></a>
1.132     downsj     79: <li><a href=http://cvs.openbsd.org/cgi-bin/wwwgnats.pl>
1.127     deraadt    80:        Our Bug Tracking System</a>
1.171     deraadt    81: <li><a href=mail.html>
                     82:        Mailing List Archives</a>
                     83: <li><a href=ports.html>
                     84:        <strong>Ports: a Nice Way to Get Third-Party Software</strong></a>
1.127     deraadt    85: <li><a href=docum.html>
1.124     gale       86:        Links to Related Documentation</a>
1.127     deraadt    87: </ul>
1.171     deraadt    88: <br>
1.124     gale       89: <hr>
1.171     deraadt    90: <center>
1.124     gale       91: <strong>For faster service, use a mirror of this site
                     92: closest to you:</strong><BR>
1.147     deraadt    93: <a href=http://www.openbsd.org>[Canada]</a>
1.131     downsj     94: <a href=http://cvs.openbsd.org>[Canada]</a>
1.161     deraadt    95: <a href=http://www.usa.openbsd.org>[USA]</a>
1.168     ryker      96: <a href=http://www.appli.se/openbsd/>[Sweden]</a>
1.174     deraadt    97: <a href=http://www.uk.openbsd.org>[UK]</a>
1.168     ryker      98: <a href=http://black.hole-in-the.net/openbsd/>[UK]</a>
1.179     tacho      99: <a href=http://logrus.digsys.bg/openbsd/>[Bulgaria]</a>
1.167     deraadt   100: </center>
1.1       deraadt   101: <hr>
1.127     deraadt   102: <font size="-1">
1.167     deraadt   103: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/tools/openbsdpower.gif>
                    104: <img align=right src="openbsdpower.gif"></a>
1.186   ! deraadt   105: <em>2.3 Daemon by Erick Green;
1.170     deraadt   106: This site Copyright &copy; 1996-1998 OpenBSD.</em><br>
1.186   ! deraadt   107: $OpenBSD: index.html,v 1.185 1998/05/27 19:37:59 deraadt Exp $
1.127     deraadt   108: </font>
1.125     gale      109:
1.171     deraadt   110: </body>
                    111: </html>