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

File: [local] / www / goals.html (download) (as text)

Revision 1.86, Sun Apr 24 20:08:48 2016 UTC (8 years, 1 month ago) by tj
Branch: MAIN
Changes since 1.85: +3 -4 lines

<hr> inside of <h2> is invalid html and looks bad, so reorder them properly.

remove link to undeadly errata rss feed.

sync <title> and page title where they differ.

with/ok tb

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD: Project Goals</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="http://www.openbsd.org/goals.html">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">

<h2>
<a href="index.html">
<i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
<font color="#e00000">Project Goals</font>
</h2>
<hr>
<p>

Obviously, each developer working on OpenBSD has their own aims
and priorities, but it is possible to classify the goals we all share:

<p>
<ul>
<li>Provide the best development platform possible.  <a href="anoncvs.html">
    Provide full source access to developers and users, including the
    ability to look at CVS tree changes directly</a>.
    Users can even look at our source tree and changes
    <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb">directly on the web!</a>
<p>
<li>Integrate good code from any source with <a href="policy.html">acceptable
    licenses</a>.
    ISC or Berkeley style licences are preferred, the GPL is not acceptable
    when adding new code, NDAs are never acceptable.
    We want to make available source code that anyone can use for ANY
    PURPOSE, with no restrictions.
    <strong>We strive to make our software robust and secure, and encourage
    companies to use whichever pieces they want to.</strong>  There are
    commercial spin-offs of OpenBSD.
<p>
<li>Pay attention to <a href="security.html">security problems and fix
    them before anyone else does</a>. (Try to be the #1 most
    secure operating system.)
<p>
<li><a href="crypto.html">Greater integration of cryptographic software.</a>
    OpenBSD is developed and released from Canada and due to Canadian
    law it is legal to export crypto to the world (as 
    <a href="http://www.efc.ca/pages/doc/crypto-export.html">
    researched by a Canadian individual</a> and as
    <a href="http://axion.physics.ubc.ca/ECL.html">
    documented in the Export Control list of Canada</a>).
<p>
<li>Track and implement standards (ANSI, POSIX, parts of X/Open, etc.)
<p>
<li>Work towards a very machine independent source tree.
    <a href="plat.html">Support as many different systems and hardware
    as feasible.</a>
<p>
<li>Be as politics-free as possible; solutions should be decided on the
    basis of technical merit.
<p>
<li>Focus on being developer-oriented in all senses, including holding
    developer-only events called <a href="hackathons.html">hackathons</a>.
<p>
<li>Do not let serious problems sit unsolved.
<p>
<li>Make a CDROM-based release approximately every six months.
</ul>

<a name=funding></a>
<h2><font color="#e00000">Project Funding</font></h2>

See our <a href="donations.html">Donations Page</a>.

<h2><font color="#e00000">Where do our developers live?</font></h2>

This map approximates where our developers live.  We will attempt to update it
occasionally, but please don't count on that.

<p>
<center>
<img src="images/map.jpg" height=508 width=950 alt= "World map">
</center>

</body>
</html>