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

Annotation of www/index.html, Revision 1.450

1.394     jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.18      fn          2: <html>
1.1       deraadt     3: <head>
1.289     deraadt     4:     <title>OpenBSD</title>
1.243     philen      5:     <meta name="resource-type" content="document">
1.394     jufi        6:     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.243     philen      7:     <meta name="description" content="the main OpenBSD page">
                      8:     <meta name="keywords" content="openbsd,main">
                      9:     <meta name="distribution" content="global">
1.445     jose       10:                <meta name="copyright" content="This document copyright 1999-2004 by OpenBSD.">
1.382     lebel      11:                <link rel="shortcut icon" HREF="/favicon.ico" TYPE="image/x-icon">
1.1       deraadt    12: </head>
1.398     naddy      13: <body bgcolor="#ffffff" topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>
1.374     deraadt    14: <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
1.243     philen     15: <tr>
1.398     naddy      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.438     horacio    20: &nbsp;<a href="de/index.html">[de]</a>
1.301     todd       21: &nbsp;<a href="es/index.html">[es]</a>
1.333     jufi       22: &nbsp;<a href="fr/index.html">[fr]</a>
1.438     horacio    23: &nbsp;<a href="id/index.html">[id]</a>
                     24: <br><a href="ja/index.html">[ja]</a>
1.346     jufi       25: &nbsp;<a href="nl/index.html">[nl]</a>
1.438     horacio    26: &nbsp;<a href="pl/index.html">[pl]</a>
1.421     jufi       27: &nbsp;<a href="pt/index.html">[pt]</a>
1.441     horacio    28: &nbsp;<a href="ru/index.html">[ru]</a>
                     29: &nbsp;<a href="zh-cn/index.html">[zh-cn]</a>
1.440     horacio    30: &nbsp;<a href="zh-tw/index.html">[zh-tw]</a>
1.301     todd       31: <br>
1.277     deraadt    32: <hr>
1.243     philen     33: <big><b>About OpenBSD</b></big><br>
                     34: &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
                     35: &nbsp;<a href="donations.html">Donations</a><br>
                     36: &nbsp;<a href="plat.html">Hardware Platforms</a><br>
                     37: &nbsp;<a href="plus.html">Daily Changelog</a><br>
                     38: &nbsp;<a href="security.html">Security</a><br>
                     39: &nbsp;<a href="crypto.html">Integrated Crypto</a><br>
                     40: &nbsp;<a href="users.html">Users</a><br>
1.285     deraadt    41: &nbsp;<a href="testimonials.html">Testimonials</a><br>
1.243     philen     42: &nbsp;<a href="events.html">Events</a><br>
                     43: &nbsp;<a href="press.html">Press Coverage</a><br>
                     44: &nbsp;<a href="products.html">Commercial Products</a><br>
                     45: &nbsp;<a href="support.html">Commercial Support</a><br>
                     46: <p>
                     47: <big><b>Getting&nbsp;OpenBSD</b></big><br>
1.286     deraadt    48: &nbsp;<a href="orders.html">CDs/T-shirts/Posters</a><br>
1.243     philen     49: &nbsp;<a href="ftp.html">FTPing Releases</a><br>
                     50: &nbsp;<a href="faq/faq4.html">Installing OpenBSD</a><br>
                     51: &nbsp;<a href="anoncvs.html">Source by AnonCVS</a><br>
1.443     espie      52: &nbsp;<a href="cvsync.html">Source by CVSync</a><br>
1.280     brian      53: &nbsp;<a href="cvsup.html">Source by CVSup</a><br>
1.243     philen     54: &nbsp;<a href="ctm.html">Source by CTM (Email)</a><br>
                     55: &nbsp;<a href="http://www.openbsd.org/cgi-bin/cvsweb/">Source by Web</a><br>
                     56: </p>
                     57: <p>
                     58: <big><b>OpenBSD&nbsp;Resources</b></big><br>
                     59: &nbsp;<a href="faq/index.html">OpenBSD FAQ</a><br>
                     60: &nbsp;<a href="http://www.openbsd.org/cgi-bin/man.cgi">Manual Pages</a><br>
1.379     deraadt    61: &nbsp;<a href="errata.html">Patches</a><br>
1.243     philen     62: &nbsp;<a href="report.html">How to Report Bugs</a><br>
1.404     millert    63: &nbsp;<a href="query-pr.html">Bug Tracking System</a><br>
1.326     deraadt    64: &nbsp;<a href="mail.html">Mailing Lists</a><br>
1.243     philen     65: &nbsp;<a href="ports.html">Ports and Packages</a><br>
                     66: &nbsp;<a href="docum.html">Related Documentation</a><br>
1.402     david      67: &nbsp;<a href="books.html">Books that Help</a><br>
                     68: &nbsp;<a href="translation.html">Website Translations</a><br>
1.272     deraadt    69: <br>
1.275     rohee      70: &nbsp;<a href="http://www.deadly.org"><i>OpenBSD Journal</i></a><br>
1.243     philen     71: </p>
1.385     hugh       72: <hr>
1.416     millert    73:
1.385     hugh       74: <form method=GET action="http://www.google.com/search">
                     75: <input type="text" name="q" maxlength="255" value="">
                     76: <input type="hidden" name="domains" value="openbsd.org">
                     77: <input type="hidden" name="sitesearch" value="openbsd.org">
                     78: <input type="submit" name="btnG" value="Search">
                     79: </form>
1.416     millert    80:
1.243     philen     81:     </td>
1.398     naddy      82:     <td bgcolor="#007b9c" rowspan="2"><font size="1">&nbsp;</font></td>
                     83:     <td bgcolor="#ffffff" valign="top"><center>
1.436     deraadt    84:        <a href="art1.html"><img border="0" src="images/puffy34.gif" height=219 width=599 alt="[OpenBSD 3.4]"></a></center>
1.416     millert    85: <br>
1.372     ian        86: <center><strong><font color="#e00000">
1.393     deraadt    87: Only one remote hole in the default install, in more than 7 years!<br>
1.284     deraadt    88: </font></strong></center>
                     89: <p>
1.243     philen     90: The OpenBSD project produces a <b>FREE</b>, multi-platform 4.4BSD-based
1.262     deraadt    91: UNIX-like operating system. Our efforts emphasize portability,
                     92: standardization, correctness, <a href="security.html">proactive security</a> and
1.243     philen     93: <a href="crypto.html">integrated cryptography</a>. OpenBSD supports binary emulation
                     94: of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and
                     95: HP-UX.
                     96: <p>
1.311     deraadt    97: OpenBSD is freely available from our FTP sites,
1.361     millert    98: and also available in an inexpensive 3-CD set.
1.436     deraadt    99: The current release is <a href="34.html">OpenBSD 3.4</a> which started
                    100: shipping Nov 1, 2003.
1.312     jufi      101: <a href="orders.html">The CDs (and Shirts) can be ordered...</a>
1.243     philen    102: <p>
1.260     deraadt   103: OpenBSD is developed by volunteers.  The project funds development
1.312     jufi      104: and releases by selling <a href="items.html">CDs</a> and
1.260     deraadt   105: <a href=tshirts.html>T-shirts</a>, as well as receiving donations.
1.252     deraadt   106: <a href="donations.html">Organizations and individuals</a>
                    107: <a href="goals.html#funding">donate</a> and thus ensure that OpenBSD
                    108: will continue to exist, and will remain <a href="policy.html">free</a>
                    109: for everyone to use and reuse as they see fit.
1.243     philen    110: <p>
1.410     beck      111: </td>
1.243     philen    112: </tr>
                    113: <tr>
1.398     naddy     114:     <td bgcolor="#ffffff" valign="bottom">
1.372     ian       115:     <table border=0 width="100%"><tr>
1.268     deraadt   116:     <td>
                    117:     <hr>
1.243     philen    118: Mirrors, by country:<br>
1.327     miod      119: <a href="http://www.at.openbsd.org">[AT]</a>
1.395     miod      120: <a href="http://www.au.openbsd.org">[AU]</a>
1.327     miod      121: <a href="http://badlands.rug.ac.be">[BE]</a>
1.426     david     122: <a href="http://openbsd.unixtech.be">[BE]</a>
1.364     miod      123: <a href="http://www.openbsd.org.br/openbsd">[BR]</a>
1.435     david     124: <a href="http://openbsd.das.ufsc.br">[BR]</a>
1.406     nick      125: <a href="http://openbsd.ssp.pa.gov.br">[BR]</a>
1.263     deraadt   126: <a href="http://www.openbsd.org">[CA]</a>
                    127: <a href="http://cvs.openbsd.org">[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.331     miod      130: <a href="http://mirror.openbsd.cz">[CZ]</a>
1.418     david     131: <a href="http://openbsd.bay13.net">[DE]</a>
1.448     david     132: <a href="http://openbsd.mirrored.by.hrxnet.de">[DE]</a>
1.396     naddy     133: <a href="http://openbsd.informatik.uni-erlangen.de">[DE]</a>
1.449     jose      134: <a href="http://openbsd.bsdberlin.org/">[DE]</a>
1.433     nick      135: <a href="http://openbsd.mongers.org">[DK]</a>
1.395     miod      136: <a href="http://openbsd.skreel.org">[FR]</a>
1.387     miod      137: <a href="http://openbsd.physics.auth.gr">[GR]</a>
1.403     millert   138: <a href="http://openbsd.corebsd.or.id">[ID]</a>
1.426     david     139: <a href="http://www.ie.openbsd.org">[IE]</a>
1.366     jufi      140: <a href="http://www.openbsd.it">[IT]</a>
1.368     miod      141: <a href="http://openbsd.bug.it">[IT]</a>
1.322     beck      142: <a href="http://www.jp.openbsd.org">[JP]</a>
1.397     naddy     143: <a href="http://openbsd.itvictoria.edu.mx:8080">[MX]</a>
1.444     jose      144: <a href="http://www.openbsd.org.my/">[MY]</a>
1.328     miod      145: <a href="http://openbsd.nuug.no">[NO]</a>
1.418     david     146: <a href="http://openbsd.chem.uw.edu.pl">[PL]</a>
1.362     miod      147: <a href="http://www.pl.openbsd.org">[PL]</a>
1.339     brian     148: <a href="http://www.pt.openbsd.org">[PT]</a>
1.383     miod      149: <a href="http://openbsd.zarco.org">[PT]</a>
1.432     nick      150: <a href="http://openbsd.kelt.si">[SI]</a>
1.327     miod      151: <a href="http://www.tr.openbsd.org">[TR]</a>
1.363     miod      152: <a href="http://www.tw.openbsd.org">[TW]</a>
1.347     mickey    153: <a href="http://www.openbsd.org.ua">[UA]</a>
1.263     deraadt   154: <a href="http://www.uk.openbsd.org">[UK]</a>
1.359     miod      155: <a href="http://openbsd.automagic.org">[US]</a>
1.304     deraadt   156: <a href="http://openbsd.groupbsd.org">[US]</a>
1.313     beck      157: <a href="http://openbsd.rt.fm">[US]</a>
1.446     jose      158: <a href="http://openbsd.default.co.yu">[YU]</a>
1.1       deraadt   159: <hr>
1.243     philen    160: <small>
1.445     jose      161: <em>This site Copyright &copy; 1996-2004 OpenBSD.</em><br>
1.450   ! david     162: $OpenBSD: index.html,v 1.449 2004/01/29 04:05:32 jose Exp $
1.243     philen    163: </small>
1.367     miod      164:     </td><td valign="top" width=80>
1.437     deraadt   165:        <a href="images/newrack.jpg">
                    166:        <img border=0 src="images/newrack.gif" height=75 width=56 alt="[Rack]"><br>Rack mount madness</a>
1.316     jufi      167:     </td>
1.268     deraadt   168:     </tr></table>
1.316     jufi      169: </td></tr></table>
1.171     deraadt   170: </body>
                    171: </html>