<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />  <title>Ouvert 24 heures - Verres st&eacute;rilis&eacute;s: GNU-Darwin</title>  <link rel="stylesheet" href="http://www.micheldumais.com/styles-site.css" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.micheldumais.com/index.rdf" />  <link rel="start" href="http://www.micheldumais.com/" title="Home" /> <link rel="prev" href="http://www.micheldumais.com/archives/000126.html" title="Qui a raison? (mis &amp;agrave; part papa;-))" />  <link rel="next" href="http://www.micheldumais.com/archives/000128.html" title="Uomo Universale: Le nouvel Homme de la Renaissance" />   <script type="text/javascript" language="javascript"> <!--  function OpenTrackback (c) {     window.open(c,                     'trackback',                     'width=480,height=480,scrollbars=yes,status=yes'); }  var HOST = 'www.micheldumais.com';  // Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran.  function setCookie (name, value, expires, path, domain, secure) {     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");     document.cookie = curCookie; }  function getCookie (name) {     var prefix = name + '=';     var c = document.cookie;     var nullstring = '';     var cookieStartIndex = c.indexOf(prefix);     if (cookieStartIndex == -1)         return nullstring;     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);     if (cookieEndIndex == -1)         cookieEndIndex = c.length;     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); }  function deleteCookie (name, path, domain) {     if (getCookie(name))         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; }  function fixDate (date) {     var base = new Date(0);     var skew = base.getTime();     if (skew > 0)         date.setTime(date.getTime() - skew); }  function rememberMe (f) {     var now = new Date();     fixDate(now);     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');     setCookie('mtcmthome', f.url.value, now, '', HOST, ''); }  function forgetMe (f) {     deleteCookie('mtcmtmail', '', HOST);     deleteCookie('mtcmthome', '', HOST);     deleteCookie('mtcmtauth', '', HOST);     f.email.value = '';     f.author.value = '';     f.url.value = ''; }  //--> </script>  <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"          xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description     rdf:about="http://www.micheldumais.com/archives/000127.html"     trackback:ping="http://www.micheldumais.com/cgi-bin/movabletype/mt-tb.cgi/127"     dc:title="GNU-Darwin"     dc:identifier="http://www.micheldumais.com/archives/000127.html"     dc:subject=""     dc:description="GNU-Darwin becomes 1.0!I&apos;ve put the project in stable production status, and updated some key web pages. http://www.gnu-darwin.org/packages.shtml http://www.gnu-darwin.org/ports/index.shtml [Advogato]..."     dc:creator="Michel Dumais"     dc:date="2003-01-19T09:34:35-05:00" /> </rdf:RDF> -->   </head>  <body>  <div id="banner"> <h1><a href="http://www.micheldumais.com/" accesskey="1">Ouvert 24 heures - Verres st&eacute;rilis&eacute;s</a></h1> <span class="description">Les divagations du pas tr&egrave;s humble - Michel Dumais<br> Open Source, Linux, Macintosh, communauts, gouvernance, gestion de la connaissance et Monsieur Woof!</span> </div>  <div id="container">  <div class="blog">  <div id="menu"> <a href="http://www.micheldumais.com/archives/000126.html">&laquo; Qui a raison? (mis &agrave; part papa;-))</a> |  <a href="http://www.micheldumais.com/">Main</a> | <a href="http://www.micheldumais.com/archives/000128.html">Uomo Universale: Le nouvel Homme de la Renaissance &raquo;</a>  </div>  </div>   <div class="blog">  <h2 class="date">janvier 19, 2003</h2>  <div class="blogbody">  <h3 class="title">GNU-Darwin</h3>  <blockquote><em><a href="http://www.advogato.org/article/612.html">GNU-Darwin becomes 1.0!</a><br />I've put the project in stable production status, and updated some key web pages. <p><a href=http://www.gnu-darwin.org/packages.shtml> http://www.gnu-darwin.org/packages.shtml</a><br><a href=http://www.gnu-darwin.org/ports/index.shtml> http://www.gnu-darwin.org/ports/index.shtml</a> [<a href="http://www.advogato.org/article/">Advogato</a>]</em></blockquote>  <a name="more"></a>   <span class="posted">Posted by Michel Dumais at janvier 19, 2003 09:34 AM | <a href="http://www.micheldumais.com/cgi-bin/movabletype/mt-tb.cgi?__mode=view&amp;entry_id=127" onclick="OpenTrackback(this.href); return false">TrackBack</a>  <br /></span>  </div>   <div class="comments-head"><a name="comments"></a>Comments</div>    <div class="comments-head">Post a comment</div>  <div class="comments-body"> <form method="post" action="http://www.micheldumais.com/cgi-bin/movabletype/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"> <input type="hidden" name="static" value="1" /> <input type="hidden" name="entry_id" value="127" />  <label for="author">Name:</label><br /> <input id="author" name="author" /><br /><br />  <label for="email">Email Address:</label><br /> <input id="email" name="email" /><br /><br />  <label for="url">URL:</label><br /> <input id="url" name="url" /><br /><br />  <label for="text">Comments:</label><br /> <textarea id="text" name="text" rows="10" cols="50"></textarea><br /><br />  <input type="checkbox" id="bakecookie" name="bakecookie" /><label for="bakecookie">Remember info?</label><br /><br />  <input type="submit" name="preview" value="&nbsp;PREVIEW&nbsp;" /> <input type="submit" name="post" value="&nbsp;POST&nbsp;" /><br /><br />  <input type="button" onclick="forgetMe(this.form)" value="FORGET PERSONAL INFORMATION" /> </form>  <script type="text/javascript" language="javascript"> <!-- document.comments_form.email.value = getCookie("mtcmtmail"); document.comments_form.author.value = getCookie("mtcmtauth"); document.comments_form.url.value = getCookie("mtcmthome"); //--> </script>   </div> </div> </body> </html> 
