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

Annotation of www/index.html, Revision 1.387

1.374     deraadt     1: <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2:                  "http://www.w3.org/TR/REC-html40/loose.dtd">
1.18      fn          3: <html>
1.1       deraadt     4: <head>
1.289     deraadt     5:     <title>OpenBSD</title>
1.243     philen      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.382     lebel      10:                <meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
                     11:                <link rel="shortcut icon" HREF="/favicon.ico" TYPE="image/x-icon">
1.1       deraadt    12: </head>
1.374     deraadt    13: <body bgcolor="ffffff" topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>
                     14: <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
1.243     philen     15: <tr>
1.374     deraadt    16: <!--    <td bgcolor="ffcc00" rowspan="2">&nbsp;</td>  -->
                     17:     <td bgcolor="6bbdd6" rowspan="2" valign=top>
1.283     wvdputte   18: <big><b>Language:</b></big>&nbsp;<b>[en]</b><br>
1.357     deraadt    19: <a href="cs/index.html">[cs]</a>
1.301     todd       20: &nbsp;<a href="es/index.html">[es]</a>
                     21: &nbsp;<a href="de/index.html">[de]</a>
1.333     jufi       22: &nbsp;<a href="fr/index.html">[fr]</a>
                     23: &nbsp;<a href="hu/index.html">[hu]</a>
1.365     miod       24: <br><a href="it/index.html">[it]</a>
                     25: &nbsp;<a href="ja/index.html">[ja]</a>
1.342     jufi       26: &nbsp;<a href="ko/index.html">[ko]</a>
1.346     jufi       27: &nbsp;<a href="nl/index.html">[nl]</a>
1.301     todd       28: &nbsp;<a href="pt/index.html">[pt]</a>
1.365     miod       29: <br><a href="ru/index.html">[ru]</a>
1.301     todd       30: <br>
1.277     deraadt    31: <hr>
1.243     philen     32: <big><b>About OpenBSD</b></big><br>
                     33: &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
                     34: &nbsp;<a href="donations.html">Donations</a><br>
                     35: &nbsp;<a href="plat.html">Hardware Platforms</a><br>
                     36: &nbsp;<a href="plus.html">Daily Changelog</a><br>
                     37: &nbsp;<a href="security.html">Security</a><br>
                     38: &nbsp;<a href="crypto.html">Integrated Crypto</a><br>
                     39: &nbsp;<a href="users.html">Users</a><br>
1.285     deraadt    40: &nbsp;<a href="testimonials.html">Testimonials</a><br>
1.243     philen     41: &nbsp;<a href="events.html">Events</a><br>
                     42: &nbsp;<a href="press.html">Press Coverage</a><br>
                     43: &nbsp;<a href="products.html">Commercial Products</a><br>
                     44: &nbsp;<a href="support.html">Commercial Support</a><br>
                     45: <p>
                     46: <big><b>Getting&nbsp;OpenBSD</b></big><br>
1.286     deraadt    47: &nbsp;<a href="orders.html">CDs/T-shirts/Posters</a><br>
1.243     philen     48: &nbsp;<a href="ftp.html">FTPing Releases</a><br>
                     49: &nbsp;<a href="faq/faq4.html">Installing OpenBSD</a><br>
                     50: &nbsp;<a href="anoncvs.html">Source by AnonCVS</a><br>
1.280     brian      51: &nbsp;<a href="cvsup.html">Source by CVSup</a><br>
1.243     philen     52: &nbsp;<a href="ctm.html">Source by CTM (Email)</a><br>
                     53: &nbsp;<a href="http://www.openbsd.org/cgi-bin/cvsweb/">Source by Web</a><br>
                     54: </p>
                     55: <p>
                     56: <big><b>OpenBSD&nbsp;Resources</b></big><br>
                     57: &nbsp;<a href="faq/index.html">OpenBSD FAQ</a><br>
                     58: &nbsp;<a href="http://www.openbsd.org/cgi-bin/man.cgi">Manual Pages</a><br>
1.379     deraadt    59: &nbsp;<a href="errata.html">Patches</a><br>
1.243     philen     60: &nbsp;<a href="report.html">How to Report Bugs</a><br>
1.381     deraadt    61: &nbsp;<a href="disabled.html">Bug Tracking System</a><br>
1.326     deraadt    62: &nbsp;<a href="mail.html">Mailing Lists</a><br>
1.243     philen     63: &nbsp;<a href="ports.html">Ports and Packages</a><br>
                     64: &nbsp;<a href="docum.html">Related Documentation</a><br>
1.256     deraadt    65: &nbsp;<a href="books.html">Books that help</a><br>
1.272     deraadt    66: <br>
1.275     rohee      67: &nbsp;<a href="http://www.deadly.org"><i>OpenBSD Journal</i></a><br>
1.243     philen     68: </p>
1.385     hugh       69: <hr>
                     70: <!-- Search Google -->
                     71: <form method=GET action="http://www.google.com/search">
                     72: <input type="text" name="q" maxlength="255" value="">
                     73: <input type="hidden" name="domains" value="openbsd.org">
                     74: <input type="hidden" name="sitesearch" value="openbsd.org">
                     75: <input type="submit" name="btnG" value="Search">
                     76: </form>
                     77: <!-- Search Google -->
1.243     philen     78:     </td>
1.374     deraadt    79:     <td bgcolor="007b9c" rowspan="2"><font size="1">&nbsp;</font></td>
                     80:     <td bgcolor="ffffff" valign="top"><center>
1.379     deraadt    81:        <a href="art1.html"><img border="0" src="images/puffy31.gif" height=222 width=582 alt="[OpenBSD 3.1]"></a></center>
1.243     philen     82: <p>
1.372     ian        83: <center><strong><font color="#e00000">
1.380     deraadt    84: One remote hole in the default install, in nearly 6 years!<br>
1.284     deraadt    85: </font></strong></center>
                     86: <p>
1.243     philen     87: The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based
1.262     deraadt    88: UNIX-like operating system. Our efforts emphasize portability,
                     89: standardization, correctness, <a href="security.html">proactive security</a> and
1.243     philen     90: <a href="crypto.html">integrated cryptography</a>. OpenBSD supports binary emulation
                     91: of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and
                     92: HP-UX.
                     93: <p>
1.311     deraadt    94: OpenBSD is freely available from our FTP sites,
1.361     millert    95: and also available in an inexpensive 3-CD set.
1.379     deraadt    96: The current release is <a href="31.html">OpenBSD 3.1</a> which started
                     97: shipping May 19, 2002.
1.375     deraadt    98: <br>
1.312     jufi       99: <a href="orders.html">The CDs (and Shirts) can be ordered...</a>
1.243     philen    100: <p>
1.312     jufi      101: OpenBSD contains <a href="http://www.openssh.com">OpenSSH</a>, which
1.298     deraadt   102: supports SSH1 <b>and</b> SSH2!
1.294     deraadt   103: <p>
1.260     deraadt   104: OpenBSD is developed by volunteers.  The project funds development
1.312     jufi      105: and releases by selling <a href="items.html">CDs</a> and
1.260     deraadt   106: <a href=tshirts.html>T-shirts</a>, as well as receiving donations.
1.252     deraadt   107: <a href="donations.html">Organizations and individuals</a>
                    108: <a href="goals.html#funding">donate</a> and thus ensure that OpenBSD
                    109: will continue to exist, and will remain <a href="policy.html">free</a>
                    110: for everyone to use and reuse as they see fit.
1.243     philen    111: <p>
                    112:     </td>
                    113: </tr>
                    114: <tr>
1.374     deraadt   115:     <td bgcolor="ffffff" valign="bottom">
1.372     ian       116:     <table border=0 width="100%"><tr>
1.268     deraadt   117:     <td>
                    118:     <hr>
1.243     philen    119: Mirrors, by country:<br>
1.327     miod      120: <a href="http://www.at.openbsd.org">[AT]</a>
                    121: <a href="http://badlands.rug.ac.be">[BE]</a>
1.349     miod      122: <a href="http://openbsd.unixtech.be">[BE]</a>
1.364     miod      123: <a href="http://www.openbsd.org.br/openbsd">[BR]</a>
1.383     miod      124: <a href="http://openbsd.das.ufsc.br">[BR]</a>
1.263     deraadt   125: <a href="http://www.openbsd.org">[CA]</a>
                    126: <a href="http://cvs.openbsd.org">[CA]</a>
1.343     brad      127: <a href="http://openbsd.comstyle.com">[CA]</a>
1.351     lebel     128: <a href="http://openbsd.nobiaze.com">[CA]</a>
1.363     miod      129: <a href="http://openbsd.anfa.org">[CH]</a>
1.383     miod      130: <a href="http://www.openbsd.cl">[CL]</a>
1.331     miod      131: <a href="http://mirror.openbsd.cz">[CZ]</a>
1.370     miod      132: <a href="http://openbsd.hrxnet.de">[DE]</a>
1.327     miod      133: <a href="http://tech.zone.ee/openbsd">[EE]</a>
1.345     miod      134: <a href="http://openbsd.kheos.net">[FR]</a>
1.387   ! miod      135: <a href="http://openbsd.physics.auth.gr">[GR]</a>
1.327     miod      136: <a href="http://openbsd.shellhung.org">[HK]</a>
1.378     millert   137: <a href="http://openbsd.c2pro.net/">[ID]</a>
1.304     deraadt   138: <a href="http://www.ie.openbsd.org">[IE]</a>
1.366     jufi      139: <a href="http://www.openbsd.it">[IT]</a>
1.368     miod      140: <a href="http://openbsd.bug.it">[IT]</a>
1.322     beck      141: <a href="http://www.jp.openbsd.org">[JP]</a>
1.359     miod      142: <a href="http://openbsd.org.mx/mirror">[MX]</a>
1.371     mickey    143: <a href="http://openbsd.calyx.nl">[NL]</a>
1.328     miod      144: <a href="http://openbsd.nuug.no">[NO]</a>
1.362     miod      145: <a href="http://www.pl.openbsd.org">[PL]</a>
1.339     brian     146: <a href="http://www.pt.openbsd.org">[PT]</a>
1.383     miod      147: <a href="http://openbsd.zarco.org">[PT]</a>
1.327     miod      148: <a href="http://www.openbsd.net.ru">[RU]</a>
                    149: <a href="http://openbsd.kti.nsc.ru">[RU]</a>
                    150: <a href="http://www.openbsd.interact.se">[SE]</a>
                    151: <a href="http://www.se.openbsd.org">[SE]</a>
                    152: <a href="http://www.tr.openbsd.org">[TR]</a>
1.363     miod      153: <a href="http://www.tw.openbsd.org">[TW]</a>
1.347     mickey    154: <a href="http://www.openbsd.org.ua">[UA]</a>
1.263     deraadt   155: <a href="http://www.uk.openbsd.org">[UK]</a>
1.327     miod      156: <a href="http://www2.uk.openbsd.org">[UK]</a>
1.304     deraadt   157: <a href="http://www.usa.openbsd.org">[US]</a>
1.359     miod      158: <a href="http://openbsd.automagic.org">[US]</a>
1.304     deraadt   159: <a href="http://openbsd.groupbsd.org">[US]</a>
1.313     beck      160: <a href="http://openbsd.rt.fm">[US]</a>
1.1       deraadt   161: <hr>
1.243     philen    162: <small>
1.363     miod      163: <em>This site Copyright &copy; 1996-2002 OpenBSD.</em><br>
1.387   ! miod      164: $OpenBSD: index.html,v 1.386 2002/08/30 13:04:52 gluk Exp $
1.243     philen    165: </small>
1.367     miod      166:     </td><td valign="top" width=80>
1.372     ian       167:        <a href="images/rack.jpg">
1.355     deraadt   168:        <img border=0 src="images/rack.gif" height=75 width=56 alt="[Rack]"><br>Rack mount madness</a>
1.316     jufi      169:     </td>
1.268     deraadt   170:     </tr></table>
1.316     jufi      171: </td></tr></table>
1.171     deraadt   172: </body>
                    173: </html>