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

Diff for /www/goals.html between version 1.90 and 1.91

version 1.90, 2019/03/14 01:19:19 version 1.91, 2019/05/27 22:55:20
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!doctype html>
 <html>  <html lang=en>
 <head>  <meta charset=utf-8>
   
 <title>OpenBSD: Project Goals</title>  <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">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/goals.html">  <link rel="canonical" href="https://www.openbsd.org/goals.html">
 </head>  
   
 <body bgcolor="#ffffff" text="#000000" link="#23238e">  <style>
   h2 {
           color: var(--red);
   }
   </style>
   
 <h2>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>  <i>Open</i><b>BSD</b></a>
 <font color="#e00000">Project Goals</font>  Project Goals
 </h2>  </h2>
   
 <hr>  <hr>
 <p>  
   
   <p>
 Obviously, each developer working on OpenBSD has their own aims  Obviously, each developer working on OpenBSD has their own aims
 and priorities, but it is possible to classify the goals we all share:  and priorities, but it is possible to classify the goals we all share:
   
 <p>  
 <ul>  <ul>
 <li>Provide the best development platform possible.  <a href="anoncvs.html">  <li>Provide the best development platform possible.  <a href="anoncvs.html">
     Provide full source access to developers and users, including the      Provide full source access to developers and users, including the
Line 69 
Line 71 
 <li>Make a release approximately every six months.  <li>Make a release approximately every six months.
 </ul>  </ul>
   
 <a name=funding></a>  <h2 id=funding>Project Funding</h2>
 <h2><font color="#e00000">Project Funding</font></h2>  
   
 See our <a href="donations.html">Donations Page</a>.  See our <a href="donations.html">Donations Page</a>.
   
 <h2><font color="#e00000">Where do our developers live?</font></h2>  <h2>Where do our developers live?</h2>
   
 This map approximates where our developers live.  We will attempt to update it  This map approximates where our developers live.  We will attempt to update it
 occasionally, but please don't count on that.  occasionally, but please don't count on that.
   
 <p>  <p>
 <center>  <img src="images/map.jpg" height=508 width=950 alt="World map" style="margin: auto">
 <img src="images/map.jpg" height=508 width=950 alt= "World map">  
 </center>  
   
 </body>  
 </html>  

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91