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

Annotation of www/goals.html, Revision 1.17

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
1.1       david       2: <html>
1.3       fn          3: <head>
1.6       deraadt     4: <title>OpenBSD Project Goals</title>
1.3       fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD project goals page">
                      8: <meta name="keywords" content="openbsd,goals">
                      9: <meta name="distribution" content="global">
1.15      deraadt    10: <meta name="copyright" content="This document copyright 1996 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.17    ! downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.1       david      14:
1.17    ! downsj     15: <img alt="[OpenBSD]" SRC="images/smalltitle.gif">
        !            16:
        !            17: <p>
1.10      jkatz      18: <h2>Project Goals</h2>
1.1       david      19:
1.3       fn         20: <p>
1.1       david      21: Each person working on OpenBSD has their own aims and priorities,
                     22: but the goals of project as a whole are to:
                     23: <ul>
1.3       fn         24: <li>Provide the best development platform possible - with full source access
1.12      kstailey   25:     for developers and users.
1.3       fn         26: <li>Work towards a machine independent source tree.
1.9       deraadt    27: <li>Pay attention to security problems and fix them.
1.13      deraadt    28: <li>Work towards greater integration of cryptographic software where
                     29:        possible.  This means IPsec, IPv6, key engines, and other forms
1.14      deraadt    30:        of strong crypto.  OpenBSD is from Canada and may export crypto
                     31:        as
                     32:        <a href=http://insight.mcmaster.ca/org/efc/pages/doc/crypto-export.html>
                     33:        researched by a Canadian individual</a> and as
                     34:        <a href=http://axion.physics.ubc.ca/ECL.html>
                     35:        layed out in the Export Control list of Canada</a>.
1.12      kstailey   36: <li>Track and implement standards (POSIX, parts of X/Open, etc.)
1.3       fn         37: <li>Support as many different systems and hardware as feasible.
                     38: <li>Be as politics free as possible - solutions should be decided on the
                     39:     basis of technical merit.
                     40: <li>Provide a good cross compile/development platform.
                     41: <li>Integrate good code from any source with acceptable copyright
1.16      deraadt    42:     (Berkeley style preferred, GPL acceptable, NDA not).  We want to
                     43:     make available source code that anyone can use for ANY PURPOSE,
                     44:     with no restrictions.
1.3       fn         45: <li>Import external packages with minimal modifications - making upgrading
                     46:     much easier. Also to submit back to the developers any changes made.
1.1       david      47: </ul>
1.3       fn         48: </p>
1.1       david      49:
                     50: <hr>
1.8       deraadt    51: <a href=index.html><img src=back.gif border=0 alt=OpenBSD></a>
1.1       david      52: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn         53: <br>
1.17    ! downsj     54: <small>$OpenBSD: goals.html,v 1.16 1997/06/12 20:40:37 deraadt Exp $</small>
1.3       fn         55:
1.1       david      56: </body>
                     57: </html>