diff --git a/ru/includes.sgml b/ru/includes.sgml index c0200a5a2c..9e75d904b9 100644 --- a/ru/includes.sgml +++ b/ru/includes.sgml @@ -1,112 +1,112 @@ -<!-- $FreeBSD$ --> +<!-- $FreeBSD: www/ru/includes.sgml,v 1.15 2002/02/17 13:57:28 phantom Exp $ --> <!-- The FreeBSD Russian Documentation Project --> <!-- $FreeBSDru: frdp/www/ru/includes.sgml,v 1.6 2002/02/17 12:39:59 phantom Exp $ --> <!-- Original revision: 1.48 --> <!-- Base is the absolute URL for the given page, minus the actual page part. It should either be specified as a fully qualified URL, or relative to the server root. It should be defined in the prolog <em>before</em> including this file if the page does not live at the default location below. When making a link, use <a href="&base;/mypage.html">foo</a> and &base; will be expanded appropriately. Base is also used in the definition of standard boilerplate entities in this file, so be sure base is correct! --> <!ENTITY base CDATA "."> <!-- Images --> <!ENTITY i.daemon '<img src="&base;/../gifs/daemon.gif" alt="" align="left" width="80" height="76">'> <!ENTITY i.new '<img src="&base;/../gifs/new.gif" alt="[New!]" width="28" height="11">'> <!-- Components making up the standard headers and footers. --> <!-- Override in the prolog <em>before</em> including this --> <!-- file if necessary. --> <!ENTITY copyright 'Copyright © 1995-2002 The FreeBSD Project. All rights reserved.'> <!ENTITY email 'freebsd-questions'> <!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br> ©right;'> <!ENTITY date ''> <!ENTITY home '<a href="&base;/"><img src="&base;/../gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'> <!-- Standard headers and footers --> <!ENTITY header '<head> <meta http-equiv="Content-Type" content="text/html; charset=KOI8-R"> <meta http-equiv="MSSmartTagsPreventParsing" content="TRUE"> <title>&title;</title></head><body text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img src="&base;/../gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar"> <h1 align="left"><font color="#660000">&title;</font></h1><br clear="all"> <map name="bar"> <area shape="rect" coords="1,1,111,31" href="&base;/index.html" alt="Top"> <area shape="rect" coords="112,11,196,31" href="&base;/../ports/index.html" alt="Applications"> <area shape="rect" coords="196,12,257,33" href="&base;/support.html" alt="Support"> <area shape="rect" coords="256,12,365,33" href="&base;/docs.html" alt="Documentation"> <area shape="rect" coords="366,13,424,32" href="&base;/../commercial/commercial.html" alt="Vendors"> <area shape="rect" coords="425,16,475,32" href="&base;/../search/search.html" alt="Search"> <area shape="rect" coords="477,16,516,33" href="&base;/../search/index-site.html" alt="Index"> <area shape="rect" coords="516,15,562,33" href="&base;/index.html" alt="Top"> <area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Top"> </map>'> <!ENTITY footer '<HR NOSHADE> <address>&author;<br>&date;</address>'> <!-- XXX rel.current and u.rel.* should be available in doc/ --> <!-- The currently released version of FreeBSD. This value is used to create some links on web sites and such, so do NOT change it until it's really release time. When you update this, you should also update (at least) the following: - similar entity in the Handbook - similar entity in the Relnotes - releases/index.sgml has the date of the current release - the FAQ has links to the release FTP url - "versions supported" in security.sgml (If you're the release engineer, feel free to update this list with other doc-related things you had to do. It'll save you time and trouble the next time around :-).) --> -<!ENTITY rel.current '4.5'> +<!ENTITY rel.current '4.6.2'> <!-- URLs to information on the latest release --> -<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/notes.html'> +<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'> <!ENTITY u.rel.announce '&base;/../releases/&rel.current;R/announce.html'> <!ENTITY u.rel.errata '&base;/../releases/&rel.current;R/errata.html'> <!ENTITY u.rel.hardware '&base;/../releases/&rel.current;R/hardware.html'> <!-- macro for webbuild paper --> <!ENTITY webbuild ' <p>���� �������� ��������� ���������� � ���������� ���-������� FreeBSD �� ������ CVS � ������ ������.</p>'> <!-- avoid replacing etc. with hardcoded Latin1 values --> <!ENTITY nbsp SDATA "[nbsp ]"> <!ENTITY copy SDATA "[copy ]"> <!ENTITY reg SDATA "[reg ]"> <!ENTITY deg SDATA "[deg ]"> <!ENTITY middot SDATA "[middot ]"> <!ENTITY raquo SDATA "[raquo ]"> <!ENTITY laquo SDATA "[laquo ]"> <!-- XXX: for compatibility with not updated pages --> -<!ENTITY a.latest.not '<a href="&base;/releases/4.5R/notes.html">'> -<!ENTITY a.latest.ann '<a href="&base;/releases/4.5R/announce.html">'> +<!ENTITY a.latest.not '<a href="&base;/releases/4.6.2R/notes.html">'> +<!ENTITY a.latest.ann '<a href="&base;/releases/4.6.2R/announce.html">'> <!-- Local Variables: mode: sgml sgml-indent-data: t sgml-omittag: nil sgml-always-quote-attributes: t End: --> diff --git a/ru/includes.xsl b/ru/includes.xsl index 33a8e6f9cd..afa09af29f 100644 --- a/ru/includes.xsl +++ b/ru/includes.xsl @@ -1,95 +1,95 @@ <?xml version="1.0" encoding="KOI8-R" ?> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: www/ru/includes.xsl,v 1.3 2002/02/17 13:57:28 phantom Exp $ --> <!-- The FreeBSD Russian Documentation Project --> <!-- $FreeBSDru: frdp/www/ru/includes.xsl,v 1.4 2002/02/17 12:39:59 phantom Exp $ --> <!-- Original revision: 1.6 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:variable name="i.daemon"> <img src="{$base}/../gifs/daemon.gif" alt="" align="left" width="80" height="76"/> </xsl:variable> <xsl:variable name="i.new"> <img src="{$base}/../gifs/new.gif" alt="[New!]" width="28" height="11"/> </xsl:variable> <xsl:variable name="copyright" select="'Copyright (c) 1995-2002 the FreeBSD Project. All rights reserved.'"/> <xsl:variable name="email" select="'freebsd-questions'"/> <xsl:variable name="author"> <a> <xsl:attribute name="href"> <xsl:value-of select="concat($base, '/mailto.html')"/> </xsl:attribute> <xsl:value-of select="$email"/>@FreeBSD.org</a><br/><xsl:value-of select="$copyright"/> </xsl:variable> <xsl:variable name="home"> <a href="{$base}/index.html"><img src="{$base}/../gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a> </xsl:variable> <xsl:variable name="header1"> <head> <title><xsl:value-of select="$title"/></title> <meta http-equiv="Content-Type" content="text/html; charset=koi8-r"/> <meta name="MSSmartTagsPreventParsing" content="TRUE"/> </head> </xsl:variable> <xsl:attribute-set name="att.body"> <xsl:attribute name="text">#000000</xsl:attribute> <xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute> <xsl:attribute name="alink">#FFCC33</xsl:attribute> </xsl:attribute-set> <xsl:variable name="header2"> <img src="{$base}/../gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar"/> <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1> <br clear="all"/> <map name="bar"> <area shape="rect" coords="1,1,111,31" href="{$base}/index.html" alt="Top"/> <area shape="rect" coords="112,11,196,31" href="{$base}/ports/index.html" alt="Applications"/> <area shape="rect" coords="196,12,257,33" href="{$base}/support.html" alt="Support"/> <area shape="rect" coords="256,12,365,33" href="{$base}/docs.html" alt="Documentation"/> <area shape="rect" coords="366,13,424,32" href="{$base}/commercial/commercial.html" alt="Vendors"/> <area shape="rect" coords="425,16,475,32" href="{$base}/search/search.html" alt="Search"/> <area shape="rect" coords="477,16,516,33" href="{$base}/search/index-site.html" alt="Index"/> <area shape="rect" coords="516,15,562,33" href="{$base}/index.html" alt="Top"/> <area shape="rect" coords="0,0,564,32" href="{$base}/index.html" alt="Top"/> </map> </xsl:variable> <xsl:variable name="footer"> <hr noshade="noshade"/> <address><xsl:copy-of select="$author"/><br/> <xsl:copy-of select="$date"/></address> </xsl:variable> - <xsl:variable name="rel.current" select="4.5"/> + <xsl:variable name="rel.current" select='"4.6.2"'/> <xsl:variable name="u.rel.notes"> - <xsl:value-of select="$base"/>/../releases/<xsl:value-of select="$rel.current"/>R/notes.html</xsl:variable> + <xsl:value-of select="$base"/>/../releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable> <xsl:variable name="u.rel.announce"> <xsl:value-of select="$base"/>/../releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable> <xsl:variable name="u.rel.errata"> <xsl:value-of select="$base"/>/../releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable> <xsl:variable name="u.rel.hardware"> <xsl:value-of select="$base"/>/../releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable> </xsl:stylesheet> diff --git a/ru/index.xsl b/ru/index.xsl index d5ef06be60..39a240a63a 100644 --- a/ru/index.xsl +++ b/ru/index.xsl @@ -1,484 +1,484 @@ <?xml version="1.0" encoding="KOI8-R" ?> <!-- The FreeBSD Russian Documentation Project - $FreeBSD$ + $FreeBSD: www/ru/index.xsl,v 1.2 2002/02/17 13:57:28 phantom Exp $ $FreeBSDru: frdp/www/ru/index.xsl,v 1.5 2002/02/11 13:46:22 andy Exp $ Original revision: 1.19 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="includes.xsl"/> <xsl:import href="news/includes.xsl"/> <xsl:variable name="base" select="'.'"/> - <xsl:variable name="date" select="'$FreeBSD$'"/> + <xsl:variable name="date" select="'$FreeBSD: www/ru/index.xsl,v 1.2 2002/02/17 13:57:28 phantom Exp $'"/> <xsl:variable name="title" select="'������ FreeBSD'"/> <xsl:output type="html" encoding="koi8-r" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/> <xsl:template match="/"> <html> <head> <title><xsl:value-of select="$title"/></title> <meta name="description" content="������ FreeBSD"/> <meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery, Release, Application, Software, Handbook, FAQ, Tutorials, Bugs, CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix, ���������, �������, �����, ����������, ���������, �����������, ��������, ������, �������, ������������ ����������, �������� ��������"/> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="http://www.FreeBSD.org/index.html"> - <img src="gifs/freebsd_1.gif" height="94" width="306" + <img src="../gifs/freebsd_1.gif" height="94" width="306" alt="FreeBSD: The Power to Serve" border="0"/></a></td> <td align="right" valign="bottom" width="300"> <form action="http://www.FreeBSD.org/cgi/mirror.cgi" method="GET"> <br/> <font color="#990000"><b>�������� ��������� � ��� ������:</b></font> <br/> <select name="goto"> <!-- Only list TRUE mirrrors here! Native language pages which are not mirrored should be listed in support.sgml. --> <option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">6Bone(IPv6)</option> <option value="http://www.au.FreeBSD.org/">���������/1</option> <option value="http://freebsd.unixtech.be/">�������</option> <option value="http://www.br.FreeBSD.org/www.freebsd.org/">��������/1</option> <option value="http://www2.br.FreeBSD.org/www.freebsd.org/">��������/2</option> <option value="http://www3.br.FreeBSD.org/">��������/3</option> <option value="http://www.bg.FreeBSD.org/">��������</option> <option value="http://www.ca.FreeBSD.org/">������/1</option> <option value="http://www.cn.FreeBSD.org/">�����</option> <option value="http://www.cz.FreeBSD.org/">������� ����������</option> <option value="http://www.dk.FreeBSD.org/">�����</option> <option value="http://www.ee.FreeBSD.org/">�������</option> <option value="http://www.fi.FreeBSD.org/">���������</option> <option value="http://www.fr.FreeBSD.org/">�������</option> <option value="http://www.de.FreeBSD.org/">��������/1</option> <option value="http://www1.de.FreeBSD.org/">��������/2</option> <option value="http://www2.de.FreeBSD.org/">��������/3</option> <option value="http://www.gr.FreeBSD.org/">������</option> <option value="http://www.hu.FreeBSD.org/">�������</option> <option value="http://www.ie.FreeBSD.org/">��������</option> <option value="http://www.is.FreeBSD.org/">��������</option> <option value="http://www.it.FreeBSD.org/">������/1</option> <option value="http://www.gufi.org/mirrors/www.freebsd.org/data/">������/2</option> <option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">������</option> <option value="http://www.kr.FreeBSD.org/">�����</option> <option value="http://www2.kr.FreeBSD.org/">�����/2</option> <option value="http://www.lv.FreeBSD.org/">������</option> <option value="http://www.lt.FreeBSD.org/">�����</option> <option value="http://www.nl.FreeBSD.org/">����������</option> <option value="http://www2.nl.FreeBSD.org/">����������/2</option> <option value="http://www.nz.FreeBSD.org/">����� ��������</option> <option value="http://www.no.FreeBSD.org/">��������</option> <option value="http://www.pl.FreeBSD.org/">������/1</option> <option value="http://www2.pl.FreeBSD.org/">������/2</option> <option value="http://www.pt.FreeBSD.org/">����������/1</option> <option value="http://www2.pt.FreeBSD.org/">����������/2</option> <option value="http://www.ro.FreeBSD.org/">�������</option> <option value="http://www.ru.FreeBSD.org/">������/1</option> <option value="http://www2.ru.FreeBSD.org/">������/2</option> <option value="http://www3.ru.FreeBSD.org/">������/3</option> <option value="http://www4.ru.FreeBSD.org/">������/4</option> <option value="http://www.sg.FreeBSD.org/">��������</option> <option value="http://www.sk.FreeBSD.org/">��������</option> <option value="http://www.si.FreeBSD.org/">��������</option> <option value="http://www.es.FreeBSD.org/">�������</option> <option value="http://www.za.FreeBSD.org/">����� ������/1</option> <option value="http://www2.za.FreeBSD.org/">����� ������/2</option> <option value="http://www.se.FreeBSD.org/">������</option> <option value="http://www.ch.FreeBSD.org/">���������</option> <option value="http://www.tw.FreeBSD.org/www.freebsd.org/data/">�������</option> <option value="http://www.tr.FreeBSD.org/">������</option> <option value="http://www.enderunix.org/freebsd/">������/2</option> <option value="http://www.ua.FreeBSD.org/">�������/1</option> <option value="http://www2.ua.FreeBSD.org/">�������/2</option> <option value="http://www4.ua.FreeBSD.org/">�������/����</option> <option value="http://www.uk.FreeBSD.org/">��������������/1</option> <option value="http://www2.uk.FreeBSD.org/">��������������/2</option> <option value="http://www3.uk.FreeBSD.org/">��������������/3</option> <option value="http://www.FreeBSD.org/">���/����������</option> </select> <input type="submit" value=" ������� "/> <br/> <font color="#990000"><b>����: </b></font> <a href="../">����������</a>, <a href="../es/index.html">���������</a>, <a href="../ja/index.html">��������</a>, <a href="support.html#web">������</a> </form> </td> </tr> </table> <br/> <hr size="1" noshade="noshade"/> <!-- Main layout table --> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top"> <table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" width="100%"> <tr> <td> <table cellpadding="4" cellspacing="0" border="0" bgcolor="#ffcc66" width="100%"> <tr> <td> <p><font size="+1" color="#990000"><b>�������</b></font> <small><br/> · <a href="news/newsflash.html">������</a><br/> · <a href="news/press.html">������</a><br/> · <a href="news/index.html">������������� ...</a> </small></p> <p><font size="+1" color="#990000"><b>���������</b></font> <small><br/> - · <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/mirrors.html">��� ����� �������</a><br/> + · <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors.html">��� ����� �������</a><br/> · <a href="releases/index.html">������</a><br/> · <a href="{$base}/ports/index.html">����������</a><br/> </small></p> <p><font size="+1" color="#990000"><b>������������</b></font> <small><br/> · <a href="projects/newbies.html">��� ��������</a><br/> · <a href="{$base}/handbook/index.html">�����������</a><br/> · <a href="{$base}/FAQ/index.html">FAQ</a><br/> · <a href="{$base}/docproj/index.html">������ ������������</a><br/> · <a href="docs.html">������������� ...</a><br/> </small></p> <p><font size="+1" color="#990000"><b>���������</b></font> <small><br/> · <a href="{$base}/support.html#mailing-list">������ ��������</a><br/> · <a href="{$base}/support.html#newsgroups">���������������</a><br/> · <a href="{$base}/support.html#user">������ �������������</a><br/> · <a href="{$base}/support.html#web">������� Internet</a><br/> · <a href="security/index.html">������������</a><br/> · <a href="{$base}/support.html">������������� ...</a> </small></p> <p><font size="+1" color="#990000"><b>����������</b></font> <small><br/> · <a href="projects/index.html">�������</a><br/> · <a href="{$base}/support.html#gnats">��������� �� �������</a><br/> · <a href="{$base}/support.html#cvs">������ CVS</a><br/> </small></p> <p><font size="+1" color="#990000"><b>�������������</b></font> <small><br/> - · <a href="{$base}/commercial/software_bycat.html">���������</a><br/> - · <a href="{$base}/commercial/hardware.html">����������</a><br/> - · <a href="{$base}/commercial/consulting_bycat.html">����������</a><br/> - · <a href="{$base}/commercial/misc.html">������</a><br/> + · <a href="../commercial/software_bycat.html">���������</a><br/> + · <a href="../commercial/hardware.html">����������</a><br/> + · <a href="../commercial/consulting_bycat.html">����������</a><br/> + · <a href="../commercial/misc.html">������</a><br/> </small></p> <p><font size="+1" color="#990000"><b>���� ������</b></font> <small><br/> · <a href="{$base}/search/index-site.html">����� �������</a><br/> · <a href="{$base}/search/search.html">�����</a><br/> · <a href="internal/index.html">������������� ...</a><br/> </small></p> <form action="http://www.FreeBSD.org/cgi/search.cgi" method="get"> <small>�����:<br/> <input type="text" name="words" size="10"/> <input type="hidden" name="max" value="25"/> <input type="hidden" name="source" value="www"/> <input type="submit" value="Go"/></small> </form></td> </tr> </table> </td> </tr> </table> </td> <td></td> <!-- Main body column --> <td align="left" valign="top" rowspan="2"> <h2><font color="#990000">��� ����� FreeBSD?</font></h2> <p>FreeBSD - ��� ������ ������������ ������� ��������� BSD UNIX ��� ����������� ����������, ����������� � Intel ia32, DEC Alpha � PC-98. ����� �� ���� �� BSD UNIX, ������ UNIX ������������� � ������������ ����������, ������. ��� ��������������� � �������������� <a - href="{$base}/doc/en_US.ISO8859-1/articles/contributors/index.html">������� + href="../doc/en_US.ISO8859-1/articles/contributors/index.html">������� �������� �������������</a>. ��������� <a href="{$base}/platforms/index.html">������ ��������</a> ��������� �� ������ ������� ����������.</p> <h2><font color="#990000">���������� �����������</font></h2> <p>�������������� ����� ������� ������������, ������� ������������������, �������� ����������� ������������ � ������������� � ������� �� - ��� �� ����������� <a href="{$base}/features.html">�����������</a> FreeBSD, ������� �������� �ӣ �ݣ ����������� � ������, ���� ������ ������������, ������������ ��������.</p> <h2><font color="#990000">������ ������� ��� Internet</font></h2> <p>FreeBSD �������� ��������� ���������� ��� ���������� <a href="{$base}/internet.html">Internet ��� Intranet</a>. ��� ������� ������������� ��ģ���� ���� ��� ����� ����������� �������� ������� ������, � ����������� ���������� �������, ��� ��������� ������������ ���������� ����� ������� ��� ����� � ���� ����� ������������ ���������� ���������������� �����. �������� ���� <a href="gallery/gallery.html">�������</a>, ����� ������� ������� ������������� FreeBSD.</p> <h2><font color="#990000">�������� ����� ������������� ����������</font></h2> <p>�������� FreeBSD ����� � ����������� ��ۣ��� � ���������������� ���������� ������������ �� ������ ��� ������� ����� ����������� ������������� ������������ ������� �������� UNIX. ��� ��������� �������� ��� �������� ���������� <a href="{$base}/applications.html">����������</a> ��� � �������� �������, ��� � ������� �������.</p> <h2><font color="#990000">�������� ���������</font></h2> <p>FreeBSD ����� ���� ����������� � ��������� ���������, ������� CD-ROM, �������, ��������� �����, ������ MS-DOS, ��� ���� � ��� ���� ����������� � ����, �� �� ������ ���������� ţ <i>���������������</i> ����� FTP ��� NFS. �ӣ, ��� ��� ����� ����� ��� ����� - ��� ���� ������ ������ ��ߣ��� 1.44�� � <a - href="{$base}/handbook/install.html">��� ��������</a>.</p> + href="../doc/en_US.ISO8859-1/books/handbook/install.html">��� ��������</a>.</p> <h2><font color="#990000">FreeBSD ���������������� <i>��������</i></font></h2> <a href="copyright/daemon.html"><img src="gifs/dae_up3.gif" alt="" height="81" width="72" align="right" border="0"/></a> <p>���� �� ������ ������������, ��� ������������ ������� � ������ ������������� ��������� �� ������� ����, FreeBSD ���������������� <a href="{$base}/copyright/index.html">���������</a> � ������������ �� ����� ��������� ��������. ���� ��� ��������� ţ �����������, ���������� � <a - href="{$base}/doc/en_US.ISO8859-1/books/handbook/mirrors.html"> + href="../doc/en_US.ISO8859-1/books/handbook/mirrors.html"> ��������� ����������</a>.</p> <h2><font color="#990000">��� ������� �������</font></h2> <p>������� ������� � ������� ����� ������. �ӣ, ��� ��� ����� ������� - ��� ����� ����� FreeBSD, �������, �� ������ ������, ����� �����������������, ������� (����������� � ���������) ��������������� ��������� � ��������� �� � ����� ������� ���� � ������� ������� send-pr, ���� ��������������� ����������, ���� �� ��� ������. ��� ������ ����� ������������ ����� ��� ������, �� ������������ �� �������� �������. ��������� �� ���� ����� �������� <a - href="{$base}/doc/en_US.ISO8859-1/articles/contributing/index.html">�����.</a></p> + href="../doc/en_US.ISO8859-1/articles/contributing/index.html">�����.</a></p> <p>���� ���� �� �� �����������, ���� ������ ������� ������ FreeBSD � ��������. The FreeBSD Foundation - ��� ������������ ����������� ��� ������� ��� ������������� � �������� ������ �� ���������� ��������. ��� ����� ��������� ���������� ������ <a href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a> ���: The FreeBSD Foundation, 7321 Brockway Dr. Boulder, CO. 80303. USA</p> </td> <td></td> <!-- Right-most column --> <td valign="top"> <!-- News / release info table --> <table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" width="100%"> <tr> <td> <table cellpadding="4" cellspacing="0" border="0" bgcolor="#ffcc66" width="100%"> <tr> <td valign="top"><p><font size="+1" color="#990000"><b>��������� �����: <xsl:value-of select="$rel.current"/></b></font><br/> <small>· <a href="{$u.rel.announce}">�����</a><br/> - · <a href="{$base}/doc/en_US.ISO8859-1/books/handbook/install.html">����������� �� �����������</a><br/> + · <a href="../doc/en_US.ISO8859-1/books/handbook/install.html">����������� �� �����������</a><br/> · <a href="{$u.rel.notes}">���������� � ������</a><br/> · <a href="{$u.rel.hardware}">�������������� ������������</a><br/> · <a href="{$u.rel.errata}">������������ ��������</a></small></p> <p><font size="+1" color="#990000"><b>������� �������</b></font><br/> <font size="-1"> ��������� ���������: <xsl:value-of select="descendant::month[position() = 1]/name"/> <xsl:text> </xsl:text> <xsl:value-of select="descendant::day[position() = 1]/name"/>, <xsl:text> </xsl:text> <xsl:value-of select="descendant::year[position() = 1]/name"/> <br/> <!-- Pull in the 10 most recent news items --> <xsl:for-each select="descendant::event[position() <= 10]"> · <a> <xsl:attribute name="href"> news/newsflash.html#<xsl:call-template name="generate-event-anchor"/> </xsl:attribute> <xsl:choose> <xsl:when test="count(child::title)"> <xsl:value-of select="title"/><br/> </xsl:when> <xsl:otherwise> <xsl:value-of select="p"/><br/> </xsl:otherwise> </xsl:choose> </a> </xsl:for-each> <a href="news/newsflash.html">�����...</a> </font></p> <p><font size="+1" color="#990000"><b>FreeBSD � ������</b></font><br/> <font size="-1"> ��������� ���������: <xsl:value-of select="document('news/press.xml')/descendant::month[position() = 1]/name"/> <xsl:text> </xsl:text> <xsl:value-of select="document('news/press.xml')/descendant::year[position() = 1]/name"/> <br/> <!-- Pull in the 10 most recent press items --> <xsl:for-each select="document('news/press.xml')/descendant::story[position() < 10]"> · <a> <xsl:attribute name="href"> news/press.html#<xsl:call-template name="generate-story-anchor"/> </xsl:attribute> <xsl:value-of select="name"/> </a><br/> </xsl:for-each> <a href="news/press.html">�����...</a> </font> </p> </td> </tr> </table> </td> </tr> </table> <p> </p> <table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" width="100%"> <tr> <td> <table cellpadding="4" cellspacing="0" border="0" bgcolor="#FFFFFF" width="100%"><tr> <td>����� ������ ������ � FreeBSD �������� ���� ������� <a href="{$base}/publish.html">����������</a> ����������� FreeBSD ��� <a href="news/press.html">FreeBSD � ������</a>, � ����� ��������� �� ����� �����!</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <hr noshade="noshade" size="1" /> <table width="100%" border="0" cellspacing="0" cellpadding="3"> <tr> <td><a href="http://www.freebsdmall.com/"><img - src="gifs/mall_title_medium.gif" alt="[FreeBSD Mall]" + src="../gifs/mall_title_medium.gif" alt="[FreeBSD Mall]" height="65" width="165" border="0"/></a></td> - <td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.gif" + <td><a href="http://www.ugu.com/"><img src="../gifs/ugu_icon.gif" alt="[�� ���������� Unix Guru Universe]" height="64" width="76" border="0"/></a></td> - <td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.gif" + <td><a href="http://www.daemonnews.org/"><img src="../gifs/darbylogo.gif" alt="[Daemon News]" height="45" width="130" border="0"/></a></td> <td><a href="{$base}/copyright/daemon.html"><img - src="gifs/powerlogo.gif" + src="../gifs/powerlogo.gif" alt="[Powered by FreeBSD]" height="64" width="160" border="0"/></a></td> </tr> </table> <p><small>���������� �� ���-������� ���������� ��������� � 08:00 � 20:00 UTC.</small></p> <table width="100%" cellpadding="0" border="0" cellspacing="0"> <tr> <td align="left" valign="top"><small><a href="{$base}/mailto.html">������ ���</a><br/> <xsl:value-of select="$date"/></small></td> <td align="right" valign="top"><small><a href="copyright/index.html">Copyright</a> (c) 1995-2002 The FreeBSD Project.<br/> ��� ����� ��������.</small></td> </tr> </table> </body> </html> </xsl:template> </xsl:stylesheet> <!-- Local Variables: mode: xml sgml-indent-data: t sgml-omittag: nil sgml-always-quote-attributes: t End: --> diff --git a/ru/news/news.sgml b/ru/news/news.sgml index aba97f5ad8..6e0e8ec611 100644 --- a/ru/news/news.sgml +++ b/ru/news/news.sgml @@ -1,70 +1,70 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!ENTITY base CDATA ".."> <!ENTITY en-base CDATA "../.."> -<!ENTITY date "$FreeBSD$"> +<!ENTITY date "$FreeBSD: www/ru/news/news.sgml,v 1.5 2001/12/17 21:07:12 phantom Exp $"> <!ENTITY title "������� FreeBSD"> <!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes; ]> <!-- The FreeBSD Russian Documentation Project --> <!-- $FreeBSDru: frdp/www/ru/news/news.sgml,v 1.6 2001/12/05 18:42:14 phantom Exp $ --> <!-- Original revision: 1.31 --> <html> &header; <img src="&en-base;/gifs/news.jpg" align="right" border="0"> <h2>������� �������</h2> <ul> <li><p><b><a href="newsflash.html">��������� ������� FreeBSD</a></b>: ����� ������, ��������, ����������, ����������, ���������� ������������ � ������ �������.</p></li> <li><p><b><a href="pressreleases.html">�����-������</a></b>: �����-������ ������� FreeBSD � ������ �����������.</p></li> <li><p><b><a href="&base;/publish.html#newsletter">�������</a></b>: ������� FreeBSD.</p></li> <li><p><b><a href="press.html">������ � ������</a></b>: ���������� FreeBSD � ������������� ��������.</p></li> <!-- XXX change when status report page translation will appear --> - <li><p><b><a href="&base;/news/status/status.html">����� � ��������</a></b>: + <li><p><b><a href="../../news/status/status.html">����� � ��������</a></b>: ����������� ����� � ������� ���������� FreeBSD.</p></li> </ul> <h2>������ �����</h2> <ul> <li><p><b><a href="http://www.slashdot.org/bsd/">������ BSD �� ����� Slashdot</a></b>: ������ � ���������� �������� BSD, � �� ������ FreeBSD.</p></li> <li><p><b><a href="http://www.daemonnews.org/">Daemon News</a></b>: ����������� ������ � ���������� ���������� �����, ��� �������� BSD.</p></li> <li><p><b><a href="http://www.daemonnews.org/newsletter/">Really-Quick(tm) NewsLetter</a></b>: �� ��� ������, ���� � ��� ��� �������.</p></li> <li><p><b><a href="http://www.freebsdzine.org/">FreeBSD 'zine</a></b>: ����������� �������� ������.</p></li> <li><p><b><a href="http://www.freebsddiary.org/">FreeBSD Diary</a></b>: ������ ������ �������� � ����� �������� � ����������� � FreeBSD.</p></li> <li><p><b><a href="http://www.bsdtoday.com/">BSD Today</a></b>: ��� �������� ���������� �������� � ���������� � BSD.</p></li> <li> <p><b><a href="http://www.bsdvault.net">�������� BSD</a></b></p> </li> </ul> &footer; </body> </html> diff --git a/ru/news/news.xml b/ru/news/news.xml index fa6b696207..dc4ca41400 100644 --- a/ru/news/news.xml +++ b/ru/news/news.xml @@ -1,104 +1,617 @@ <?xml version="1.0" encoding="KOI8-R" ?> <!-- The FreeBSD Russian Documentation Project $FreeBSDru: frdp/www/ru/news/news.xml,v 1.9 2002/02/17 12:34:53 phantom Exp $ Original revision: 1.59 --> <!-- Simple schema for FreeBSD Project news. Divide time in to <year>, <month>, and <day> elements, each of which has a <name>. each <day> element contains one or more <event> elements. Each <event> contains an optional <title>, and then a <p>. <p> elements can contain <a> anchors. Within the "href" attribute of the anchor $base will be replaced with the base URI necessary to reach the FreeBSD document root, and should always be used to start URLs at www.FreeBSD.org or one of the mirrors. Use the <title> element if the <p> content is lengthy. When generating synopses of this information (e.g., for syndication using RDF files), the contents of <title> will be preferred over <p>. --> <news> <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $FreeBSD$ + $FreeBSD: www/ru/news/news.xml,v 1.2 2002/02/17 13:51:48 phantom Exp $ </cvs:keyword> </cvs:keywords> <year> <name>2002</name> + <month> + <name>��������</name> + + <day> + <name>2</name> + <event> + <p>������� � USENIX ATC 2002 <a + href="../../events/2002/usenix-devsummit.html"> + FreeBSD Developer Summit</a> + ��������.</p> + </event> + </day> + + <day> + <name>1</name> + + <event> + <title>����� FreeBSD-STABLE ���������� ��� ���������� � ������� 4.7</title> + + <p>����� FreeBSD-STABLE ������ �������� ������� + ���������� ��� <a + href="../../releases/4.7R/schedule.html">����������</a> + � ������� ������ FreeBSD 4.7. ��� ��������, ��� ��� ����������� + � ����� -stable ������ �������� ������� ������ ���� ������� ������������ + <a href="../../releng/">�������� ���������, ��������� �����</a>. + ��������� ���� ������ 4.7 - 1 ������� 2002 ����.</p> + </event> + + <event> + <p>����� ���������: <a + href="mailto:davidxu@FreeBSD.org">David Xu</a> + (KSE)</p> + </event> + </day> + </month> + + <month> + <name>������</name> + + <day> + <name>21</name> + + <event> + <p>����� ���������: <a + href="mailto:obraun@FreeBSD.org">Oliver Braun</a> + (Ports)</p> + </event> + </day> + + <day> + <name>20</name> + + <event> + <p>����� ���������: <a + href="mailto:thomas@FreeBSD.org">Thomas Quinot</a></p> + </event> + </day> + + <day> + <name>15</name> + + <event> + <title>��� 2002 - ���� 2002 ����� � �������</title> + + <p>�������� ����� � ������� �� ���-���� 2002 ����; ����������� � + <a href="../../news/status/status.html">�������� ������ � �������</a> + �� �������������.</p> + </event> + + + <event> + <title>������� ����� FreeBSD 4.6.2-RELEASE</title> + + <p><a href="../../releases/4.6.2R/announce.html">FreeBSD + 4.6.2-RELEASE</a> �������. ����������� � <a + href="$base/releases/index.html">���������� � ������</a> + �� �������������. ��������� ����� <a + href="../../releases/4.6.2R/errata.html">��������� � ���������</a> + ����� ���������, ����� ������ ��������� ������� �/��� �������� + ���������� � ��������� 4.6.2.</p> + </event> + + <event> + <p>����� ���������: <a + href="mailto:seanc@FreeBSD.org">Sean Chittenden</a> + (Ports)</p> + </event> + </day> + + <day> + <name>14</name> + + <event> + <p>����� ���������: <a + href="mailto:leeym@FreeBSD.org">Yen-Ming Lee</a> + (Ports)</p> + </event> + </day> + + <day> + <name>8</name> + + <event> + <p>����� ���������: <a + href="mailto:jennifer@FreeBSD.org">Jennifer Jihui Yang</a></p> + </event> + </day> + + <day> + <name>7</name> + + <event> + <p>����� ���������: <a + href="mailto:njl@FreeBSD.org">Nate Lawson</a></p> + </event> + </day> + + <day> + <name>1</name> + + <event> + <title>Open Group ������� ������ ������������� ��� FreeBSD</title> + + <p><a href="http://www.opengroup.org">Open Group</a> + ����� ������������ ��������� ����� Authorized Guide to The + Single UNIX Specification, Version 3, ���� � CD-ROM ��� + <a href="$base/projects/c99/index.html">FreeBSD C99 & + POSIX Conformance Project</a>. �� ����� ���������� �� �� ���� + �������.</p> + </event> + </day> + </month> + + <month> + <name>����</name> + + <day> + <name>19</name> + + <event> + <p>����� ���������: <a + href="mailto:kan@FreeBSD.org">Alexander Kabaev</a></p> + </event> + </day> + + <day> + <name>1</name> + + <event> + <p>����� ���������: <a + href="mailto:johan@FreeBSD.org">Johan Karlsson</a></p> + </event> + </day> + </month> + + <month> + <name>����</name> + + <day> + <name>25</name> + + <event> + <p>����� ���������: <a + href="mailto:perky@FreeBSD.org">Hye-Shik Chang</a> + (Ports)</p> + </event> + </day> + + <day> + <name>18</name> + + <event> + <p>����� ���������: <a + href="mailto:scop@FreeBSD.org">Ville Skytt�</a> + (projects/cvsweb)</p> + </event> + </day> + + <day> + <name>16</name> + + <event> + <p>����� ���������: <a + href="mailto:blackend@FreeBSD.org">Marc Fonvieille</a> + (Documentation Project)</p> + </event> + </day> + + <day> + <name>15</name> + + <event> + <title>������� ����� FreeBSD 4.6-RELEASE</title> + + <p><a href="../../releases/4.6R/announce.html">FreeBSD + 4.6-RELEASE</a> �������. ����������� � <a + href="$base/releases/index.html">���������� � ������</a> + �� �������������. ��������� ����� <a + href="../../releases/4.6R/errata.html">���������� � ���������</a> + ����� ���������, ����� ������ ��������� ������� �/��� �������� + ���������� � ��������� 4.6.</p> + </event> + </day> + + <day> + <name>12</name> + + <event> + <p>����� ���������: <a + href="mailto:alane@FreeBSD.org">Alan Eldridge</a> + (Ports)</p> + </event> + </day> + </month> + + <month> + <name>���</name> + + <day> + <name>23</name> + + <event> + <title>FreeBSD PR Handling Guidelines</title> + + <p>������ <a href="../../doc/en/articles/pr-guidelines/article.html"> + FreeBSD PR Handling Guidelines ���� ������������ �� ������ � + ����������� � ��������� FreeBSD.</a></p> + </event> + </day> + + <day> + <name>18</name> + + <event> + <title>������� 2002 - ������ 2002 ����� � �������</title> + + <p>�������� ����� � ������� �� �������-������; ����������� � + <a href="../../news/status/status.html">�������� ������ � �������</a> + �� �������������.</p> + </event> + </day> + + <day> + <name>16</name> + + <event> + <p>����� ���������: <a + href="mailto:gordon@FreeBSD.org">Gordon Tetlow</a></p> + </event> + </day> + + <day> + <name>7</name> + + <event> + <p>����� ���������: <a + href="mailto:fanf@FreeBSD.org">Tony Finch</a></p> + </event> + </day> + + <day> + <name>1</name> + + <event> + <title>����� FreeBSD-STABLE ���������� ��� ���������� � ������� 4.6</title> + + <p>����� FreeBSD-STABLE ������ �������� ������� ���������� + ��� <a + href="../../releases/4.6R/schedule.html">���������� � �������</a> + ������ FreeBSD 4.6. ��� ��������, ��� ��� ����������� � ����� + -stable ������ �������� ������� ������ ���� ������� ������������ + �������� ���������, ��������� �����. ��������� ���� ������ + 4.6 - 1 ������, 2002 ����.</p> + </event> + </day> + </month> + + <month> + <name>������</name> + + <day> + <name>29</name> + + <event> + <p>����� ���������: <a + href="mailto:ikob@FreeBSD.org">Katsushi Kobayashi</a></p> + </event> + </day> + + <day> + <name>21</name> + + <event> + <p>����� ���������: <a + href="mailto:anholt@FreeBSD.org">Eric Anholt</a></p> + </event> + </day> + + <day> + <name>15</name> + + <event> + <p>����� ���������: <a + href="mailto:mini@FreeBSD.org">Jonathan Mini</a></p> + </event> + </day> + + <day> + <name>12</name> + + <event> + <p>����� ���������: <a + href="mailto:tjr@FreeBSD.org">Tim Robbins</a></p> + </event> + </day> + + <day> + <name>11</name> + + <event> + <p>����� ���������: <a + href="mailto:glewis@FreeBSD.org">Greg Lewis</a> + (Ports)</p> + </event> + </day> + + <day> + <name>8</name> + + <event> + <title>�������� FreeBSD 5.0 Developer Preview #1</title> + + <p>��������������� ����� ��� �������������, ������ 5.0-CURRENT <a + href="../../releases/5.0R/DP1/announce.html">��������</a>. + ����������� �� ������������� � <a + href="../../releases/5.0R/DP1/relnotes.html"> ���������� � + ������</a>. ����� �� ��������� ���������� � + <a href="../../releases/5.0R/DP1/errata.html">���������� �� + �������</a> ��� ��������� �������� �� ������������ ���������.</p> + </event> + + <event> + <p>����� ���������: <a + href="mailto:gerald@FreeBSD.org">Gerald Pfeifer</a> + (Ports)</p> + </event> + </day> + + <day> + <name>5</name> + + <event> + <p>����� ���������: <a + href="mailto:marcus@FreeBSD.org">Joe Marcus Clarke</a> + (Ports)</p> + </event> + </day> + + <day> + <name>1</name> + + <event> + <p>����� ���������: <a + href="mailto:nork@FreeBSD.org">Norikatsu Shigemura</a> + (Ports)</p> + </event> + </day> + </month> + + <month> + <name>����</name> + + <day> + <name>30</name> + + <event> + <p>�������� ������� � BSDCon 2002 <a + href="../../events/2002/bsdcon-devsummit.html"> + FreeBSD Developer Summit</a>.</p> + </event> + </day> + + <day> + <name>28</name> + + <event> + <p>����� ���������: <a + href="mailto:trhodes@FreeBSD.org">Tom Rhodes</a> + (Documentation Project)</p> + </event> + </day> + + <day> + <name>29</name> + + <event> + <p>����� ���������: <a + href="mailto:suz@FreeBSD.org">SUZUKI Shinsuke</a> + (IPv6)</p> + </event> + </day> + + <day> + <name>19</name> + + <event> + <p>����� ���������: <a + href="mailto:netchild@FreeBSD.org">Alexander Leidinger</a> + (Ports)</p> + </event> + </day> + + <day> + <name>17</name> + + <event> + <p>����� ���������: <a + href="mailto:ceri@FreeBSD.org">Ceri Davies</a> (Documentation)</p> + </event> + </day> + + <day> + <name>12</name> + + <event> + <title>�������� ����������� ���������� ������ �������</title> + + <p>������ ����� ������ ����� FreeBSD ����������� + <a href="../../releng/index.html">���������� �������</a>. + ���� ������ �������� ���������� � ������� ������� + FreeBSD, ���������� ������ ������� ������� + FreeBSD 4.6 � 5.0, � ������ ������.</p> + </event> + </day> + + <day> + <name>9</name> + + <event> + <title>SMP sparc64 ������ ��������</title> + + <p>FreeBSD ������ �������� � ������������������ ������ �� sparc64 ��������, + ������� �� ������ <a href="mailto:jake@FreeBSD.org">Jake + Burkholder</a>, � <a href="mailto:tmm@FreeBSD.org">Thomas + Moestl</a>.</p> + </event> + </day> + + <day> + <name>3</name> + + <event> + <p>����� ���������: <a + href="mailto:mux@FreeBSD.org">Maxime Henrion</a> + (VFS, SMP, ...)</p> + </event> + </day> + </month> + + <month> + <name>�������</name> + + <day> + <name>25</name> + + <event> + <title>������� 2001 - ������ 2002 ����� � �������</title> + + <p>�������� ����� � ������� �� �������/������; ����������� �� + <a href="../../news/status/status.html">�������� ������� � �������</a> + �� �������������.</p> + </event> + + <event> + <p>����� ���������: <a + href="mailto:jmallett@FreeBSD.org">J. Mallett</a></p> + </event> + </day> + + <day> + <name>18</name> + + <event> + <p>����� ���������: <a + href="mailto:ticso@FreeBSD.org">Bernd Walter</a> + (Alpha)</p> + </event> + </day> + + <day> + <name>11</name> + + <event> + <title>�� FreeBSD.org �������� ������ GNOME</title> + + <p><a href="mailto:freebsd-gnome@FreeBSD.org">������� FreeBSD GNOME</a> + ���� ����������� ����� ������ FreeBSD.org ����������� + ��������� �������� ������� ����� � ��������� ������������ GNOME + �� FreeBSD. ������ ��������� <a href="../../gnome/">�����</a>. + </p> + </event> + </day> + + <day> + <name>7</name> + + <event> + <p>����� ���������: <a + href="mailto:maxim@FreeBSD.org">Maxim Konovalov</a></p> + </event> + </day> + </month> + <month> <name>������</name> <day> <name>31</name> <event> <title>BSDCon Europe 2002 - ������� �����</title> <p>������� <a href="http://www.eurobsdcon2002.org/cfp.html"> ����� � �������� ������� �����</a> ��� BSDCon Europe 2002. ��� ����������� ����� ��������� � ����������, ���������� �������� � ������ 2002. ���������, �������� ����������� ������ �� �����������, ������ �������� ������� �������� �� ������� 24 ���� 2002.</p> </event> </day> <day> <name>29</name> <event> <title>����� � ���� FreeBSD 4.5</title> - <p>������� ����� <a href="$base/releases/4.5R/announce.html">FreeBSD + <p>������� ����� <a href="../../releases/4.5R/announce.html">FreeBSD 4.5</a>. ����������, ���������� � �������� � <a href="$base/releases/index.html">����������� � �������</a> ��� ��������� �������. ����� ����������� ���������� <a - href="$base/releases/4.5R/errata.html">���������� � ���������</a> + href="../../releases/4.5R/errata.html">���������� � ���������</a> ����� ��������� ��� ��������� ���������� � ���� ���������, ������� ����� ���������� � 4.5.</p> </event> </day> <day> <name>12</name> <event> <title>������������ ����������� �� ������������ ��� ���������� � ���� ������ 4.5.</title> <p>�������, ���������� ��� �������� ������ FreeBSD 4.5, ������������ - <a href="$base/releases/4.5R/qa.html">����������� �� + <a href="../../releases/4.5R/qa.html">����������� �� ������������</a> ��� ���������� � ���� ������ FreeBSD 4.5. ����������, �������� ��� �������� ����, ����� 4.5 ����� ����� ���������� � � ���� �� ����� ���������������������� ������� �� ������������.</p> </event> </day> <day> <name>10</name> <event> <title>����� ������� �������: "������ ���� �� FreeBSD"</title> <p>Aaron Kaplan ����������� ����� ������, �����������, ��� �������� ������������ ����� ������� ��� ������������� ������ <a - href="$base/doc/en_US.ISO8859-1/articles/euro/article.html"> + href="../../doc/en_US.ISO8859-1/articles/euro/article.html"> ������� ���� �� FreeBSD</a>.</p> </event> </day> </month> </year> </news> diff --git a/ru/news/newsflash.xsl b/ru/news/newsflash.xsl index dc3377b4db..88ff58bb18 100644 --- a/ru/news/newsflash.xsl +++ b/ru/news/newsflash.xsl @@ -1,141 +1,141 @@ <?xml version="1.0" encoding="KOI8-R" ?> <!-- The FreeBSD Russian Documentation Project - $FreeBSD$ + $FreeBSD: www/ru/news/newsflash.xsl,v 1.2 2002/02/17 13:51:48 phantom Exp $ $FreeBSDru: frdp/www/ru/news/newsflash.xsl,v 1.3 2002/02/15 15:01:35 phantom Exp $ Original revision: 1.5 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> <xsl:import href="../includes.xsl"/> <xsl:import href="includes.xsl"/> <xsl:variable name="base" select="'..'"/> <xsl:variable name="title" select="'��������� ������� FreeBSD'"/> <xsl:variable name="date"> <xsl:value-of select="//cvs:keyword[@name='freebsd']"/> </xsl:variable> <xsl:output type="html" encoding="koi8-r"/> <xsl:template match="news"> <html> <xsl:copy-of select="$header1"/> <body xsl:use-attribute-sets="att.body"> <xsl:copy-of select="$header2"/> <!-- Notice how entity references in SGML become variable references in the stylesheet, and that the syntax for referring to variables inside an attribute is "{$variable}". This is just dis-similar enough to Perl and the shell that you end up writing ${variable} all the time, and then scratch your head wondering why the stylesheet isn't working.--> <!-- Also notice that because this is now XML and not SGML, empty elements, like IMG, must have a trailing "/" just inside the closing angle bracket, like this " ... />" --> <img src="{$base}/../gifs/news.jpg" align="right" border="0" width="193" height="144" alt="FreeBSD News"/> <p>FreeBSD �������� ������ ������������� ������������ ��������. ���� � ����� ���� ��������� ���������� ������ ������ ����������! ����� ������� ���, ������������ ����������� � ���� ���������. ����� ����, �� ����� �������� ����������� �� <a - href="{$base}/handbook/eresources.html#ERESOURCES-MAIL">������ + href="../../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">������ �������� freebsd-announce</a>.</p> <p>����� ������ ����� ��������� ������� � ������� FreeBSD Java, ��������, ����������, ��������� <a - href="{$base}/java/newsflash.html">�������� FreeBSD/Java</a>.</p> + href="../../java/newsflash.html">�������� FreeBSD/Java</a>.</p> <p>����� ������ ����� ��������� ������� � ������� FreeBSD GNOME, ��������, ����������, ��������� <a - href="{$base}/gnome/newsflash.html">�������� FreeBSD/GNOME</a>.</p> + href="../../gnome/newsflash.html">�������� FreeBSD/GNOME</a>.</p> <p>��������� �������� �������, ��������� � ������� ������� ��������� �� �������� <strong><a href="{$base}/releases/index.html">���������� � �������</a></strong>.</p> <p>��������� �� ������������ FreeBSD ��������� �� �������� <a href="{$base}/security/#adv">���������� � ������������</a>.</p> <xsl:apply-templates select="descendant::month"/> <p>������ �� ������� ����: <a href="2001/index.html">2001</a>, <a href="2000/index.html">2000</a>, <a href="1999/index.html">1999</a>, <a href="1998/index.html">1998</a>, <a href="1997/index.html">1997</a>, <a href="1996/index.html">1996</a></p> <xsl:copy-of select="$newshome"/> <xsl:copy-of select="$footer"/> </body> </html> </xsl:template> <!-- Everything that follows are templates for the rest of the content --> <xsl:template match="month"> <h1><xsl:value-of select="name"/> <xsl:text> </xsl:text> <xsl:value-of select="ancestor::year/name"/></h1> <ul> <xsl:apply-templates select="descendant::day"/> </ul> </xsl:template> <xsl:template match="day"> <xsl:apply-templates select="event"/> </xsl:template> <xsl:template match="event"> <li><p><a> <xsl:attribute name="name"> <xsl:call-template name="generate-event-anchor"/> </xsl:attribute> </a> <b><xsl:value-of select="ancestor::day/name"/> <xsl:text> </xsl:text> <xsl:value-of select="ancestor::month/name"/>, <xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text> <xsl:apply-templates select="p"/> </p> </li> </xsl:template> <xsl:template match="date"/> <!-- Deliberately left blank --> <!-- When the href attribute contains a '$base', expand it to the current value of the $base variable. --> <!-- All your $base are belong to us. Ho ho ho --> <xsl:template match="a"> <a><xsl:attribute name="href"> <xsl:choose> <xsl:when test="contains(@href, '$base')"> <xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="@href"/> </xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:apply-templates/> </a> </xsl:template> </xsl:stylesheet> diff --git a/ru/news/press.xml b/ru/news/press.xml index 5bbb17e815..6a5aa56510 100644 --- a/ru/news/press.xml +++ b/ru/news/press.xml @@ -1,2301 +1,2606 @@ <?xml version="1.0" encoding="KOI8-R" ?> <!-- The FreeBSD Russian Documentation Project $FreeBSDru: frdp/www/ru/news/press.xml,v 1.6 2002/01/22 12:59:23 andy Exp $ Original revision: 1.15 --> <press> <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $FreeBSD$ + $FreeBSD: www/ru/news/press.xml,v 1.2 2002/02/17 13:51:48 phantom Exp $ </cvs:keyword> </cvs:keywords> + <year> + <name>2002</name> + + <month> + <name>����</name> + + <story> + <name>�������� � Jordan Hubbard</name> + <url>http://kerneltrap.org/node.php?id=278</url> + <site-name>Kerneltrap</site-name> + <site-url>http://kerneltrap.org/</site-url> + <date>20 ���� 2002</date> + <author>Jeremy Andrews</author> + <p>Kerneltrap �������� � Jordan Hubbard, ����� �� ���������� + FreeBSD, ������������� ������� Apple's Darwin.</p> + </story> + + </month> + + <month> + <name>���</name> + + <story> + <name>������� �������� FreeBSD � FreeBSD</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/05/09/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>16 ��� 2002</date> + <author>Michael Lucas</author> + <p>Michael Lucas ������������ ��������� ������� �������� + FreeBSD -CURRENT � -STABLE.</p> + </story> + + </month> + + <month> + <name>������</name> + + <story> + <name>Jordan Hubbard ������� �� FreeBSD core</name> + <url>http://daily.daemonnews.org/view_story.php3?story_id=2837</url> + <site-name>Daemon News</site-name> + <site-url>http://www.daemonnews.org/</site-url> + <date>29 ������ 2002</date> + <author>Gregory Sutter</author> + <p>FreeBSD ��-���������� Jordan Hubbard �������� ������� core.</p> + </story> + + <story> + <name>������������ FreeBSD-Current</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/04/18/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>18 ������ 2002</date> + <author>Michael Lucas</author> + <p>��������� Michael Lucas ������ ����� FreeBSD 5.0 Developers' + Preview 1.</p> + </story> + + <story> + <name>����������� � IPv6 � FreeBSD</name> + <url>http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=524</url> + <site-name>Linux Orbit</site-name> + <site-url>http://www.linuxorbit.com/</site-url> + <date>18 ������ 2002</date> + <author>David LeCount</author> + <p>������ ������������ �� ������������� freenet6 �� ��������� ������ ��� �������� ������� � IPv6 ����� IPv4. + </p> + </story> + + <story> + <name>System Panics, ����� 2: �������������� � �������</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>04 ������ 2002</date> + <author>Michael Lucas</author> + <p>Michael Lucas ������������ � ���, ��� ������ ���� ��������� ��������� ������. + ��� ������ ����� ������ �� ���� ������; <a + href="http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html"> + ����� 1</a> ��������� ���������� ������� FreeBSD � ��������� + ������.</p> + </story> + + <story> + <name>��������� FreeBSD ����� ������� ��� ������������ ����</name> + <url>http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm</url> + <site-name>Sys Admin Magazine</site-name> + <site-url>http://www.samag.com/</site-url> + <date>������ 2002</date> + <author>Michael S. DeGraw-Bertsch</author> + <p>��� ���������� �� ����������� ���������������� FreeBSD ��� ����� + ����� ����� 802.11b � ������������ ��������� �����.</p> + </story> + + <story> + <name>����-Unix �������� �����������</name> + <url>http://www.infoworld.com/articles/hn/xml/02/04/01/020401hnunixcamp.xml</url> + <site-name>InfoWorld</site-name> + <site-url>http://www.infoworld.com/</site-url> + <date>01 ������ 2002</date> + <author>Matt Berger</author> + <p>InfoWorld �������� �� ������������� FreeBSD ��� ��������� ��������, ���������� + ��� ��������� ��������� ��������.</p> + </story> + </month> + + <month> + <name>����</name> + + <story> + <name>������� �� ����������� ��� FreeBSD</name> + <url>http://www.examnotes.net/forums/default.php?ind=122</url> + <site-name>ExamNotes.net</site-name> + <site-url>http://www.examnotes.net/</site-url> + <date>30 ����� 2002</date> + <author>Tracey J. Rosenblath</author> + <p>��� ������ ������������ ��� ���������� � ������������ ��������� ����� � FreeBSD.</p> + </story> + + <story> + <name>System Panics, ����� 1: ������������� � ������� </name> + <url>http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>21 ����� 2002</date> + <author>Michael Lucas</author> + <p>���������� ������� FreeBSD � ��������� ������.</p> + </story> + + + <story> + <name>�������� � CVSup, ������������, ����� � Init ��� + FreeBSD</name> + <url>http://www.osnews.com/story.php?news_id=818</url> + <site-name>OS News</site-name> + <site-url>http://www.osnews.com/</site-url> + <date>19 ����� 2002</date> + <author>Nathan Mace</author> + <p>������ �� ���������������� � ��������� FreeBSD + install.</p> + </story> + + <story> + <name>���� �� ������������ Windows? ���������� BSD</name> + <url>http://zdnet.com.com/2100-1107-863169.html</url> + <site-name>ZDNet</site-name> + <site-url>http://www.zdnet.com/</site-url> + <date>19 ����� 2002</date> + <author>Stephan Somogyi</author> + <p>��-����������� �������� � ��������� BSD (����� BSD/OS).</p> + </story> + + <story> + <name>Find: ����� ������</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/03/14/FreeBSD_Basics.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>14 ����� 2002</date> + <author>Dru Lavigne</author> + <p>��������� �� ���� ����� � <tt>find</tt>.</p> + </story> + + <story> + <name>�������� firewall �� ����������� CD</name> + <url>http://www.bsdtoday.com/2002/March/Features646.html</url> + <site-name>BSD Today</site-name> + <site-url>http://www.bsdtoday.com/</site-url> + <date>8 ����� 2002</date> + <author>Etienne de Bruin</author> + <p>������ �������� ���������� �� �������� ������� FreeBSD ��� + �������� � CD-ROM. ������� ������������ � �������� firewall.</p> + </story> + + </month> + + <month> + <name>�������</name> + + <story> + <name>IPv6, � FreeBSD</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/02/22/ipv6.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>22 ������� 2002</date> + <author>Mike DeGraw-Bertsch</author> + <p>����� ������������ IPv6 � FreeBSD.</p> + </story> + + <story> + <name>����� Unix</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/02/21/FreeBSD_Basics.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>21 ������� 2002</date> + <author>Dru Lavigne</author> + <p>���������� � <tt>find</tt>.</p> + </story> + + <story> + <name>�������� � NFS</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/02/14/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>14 ������� 2002</date> + <author>Michael Lucas</author> + <p>������������� NFS �� FreeBSD.</p> + </story> + + </month> + + <month> + <name>������</name> + + <story> + <name>��� ����� ����������� FreeBSD</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/01/31/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>31 ������ 2002</date> + <author>Michael Lucas</author> + <p>Michael ��������� ������� ��������� ������� FreeBSD ����������.</p> + </story> + + <story> + <name>FreeBSD Week: ������� Linux �� FreeBSD</name> + <url>http://www.osnews.com/story.php?news_id=580</url> + <site-name>OS News</site-name> + <site-url>http://www.osnews.com/</site-url> + <date>31 ������ 2002</date> + <author>Nathan Mace</author> + <p>����������� ��� �������������, ����������� � Linux �� FreeBSD.</p> + </story> + + <story> + <name>FreeBSD Week: �������� � Robert Watson</name> + <url>http://www.osnews.com/story.php?news_id=572</url> + <site-name>OS News</site-name> + <site-url>http://www.osnews.com/</site-url> + <date>29 ������ 2002</date> + <author>Eugenia Loli-Queru</author> + <p>�������� � Robert Watson, ������ ������ core � security FreeBSD + ����� ������� ������� FreeBSD 4.5 � FreeBSD 5.0.</p> + </story> + + <story> + <name>American Megatrends Inc. ��������� �������� ������ StorTrends NAS Software</name> + <url>http://biz.yahoo.com/bw/020123/232287_1.html</url> + <site-name>Yahoo! Finance</site-name> + <site-url>http://biz.yahoo.com/</site-url> + <date>23 ������ 2002</date> + <author>AMI Press Release</author> + <p><a href="http://www.ami.com/">American Megatrends</a> Inc. �������� � ������� + StoreTrends(tm) NAS software ������ 1.1, ���������� �� + FreeBSD.</p> + </story> + + <story> + <name>���������� BSD</name> + <url>http://www.onlamp.com/pub/a/bsd/2002/01/17/Big_Scary_Daemons.html</url> + <site-name>OnLamp.com</site-name> + <site-url>http://www.onlamp.com/</site-url> + <date>17 ������ 2002</date> + <author>Michael Lucas</author> + <p>Michael Lucas ������������ ��� ��-������������ ����� ������ ������� + BSD.</p> + </story> + + <story> + <name>����������� �� ������� ������������ FreeBSD 4.x-STABLE</name> + <url>http://draenor.org/securebsd/secure.txt</url> + <site-name>draenor.org</site-name> + <site-url>http://draenor.org/</site-url> + <date>17 ������ 2002</date> + <author>Marc Silver</author> + <p>��� ������ ��� ��������� ���������������. ��� ��������� + ��� ���������������� � ������������ ������� FreeBSD � ������� �������� + ������������.</p> + </story> + + <story> + <name>FreeBSD ������ ���������</name> + <url>http://dailynews.yahoo.com/h/cn/20020114/tc/freebsd_to_change_hands_1.html</url> + <site-name>Yahoo News</site-name> + <site-url>http://dailynews.yahoo.com/</site-url> + <date>14 ������ 2002</date> + <author>Stephen Shankland CNET</author> + <p><a href="http://www.windriver.com/">Wind River Systems</a> + �������� ���� ������� ���������� FreeBSD + <a href="http://www.freebsdmall.com/">FreeBSD Mall</a>.</p> + </story> + + <story> + <name>�������� Kerneltrap � Matt Dillon</name> + <url>http://kerneltrap.com/article.php?sid=459</url> + <site-name>Kerneltrap</site-name> + <site-url>http://kerneltrap.com/</site-url> + <date>02 ������ 2002</date> + <author>Jeremy Andrews</author> + <p>��������� Kerneltrap � Matt Dillon, ����� �� �������� ������������� + FreeBSD.</p> + </story> + </month> + </year> + <year> <name>2001</name> <month> <name>�������</name> <story> <name>Microsoft Hotmail �ӣ �ݣ ���������� U**x</name> <url>http://www.theregister.co.uk/content/28/23348.html</url> <site-name>The Register</site-name> <site-url>http://www.theregister.co.uk/</site-url> <date>12 ������� 2001</date> <author>Andrew Orlowski</author> <p>�������� ����� ������ ���� ����� ���������� ����������� Microsoft � ������� ������ ����ݣ����� � ������ ������� ������� �� ��������� Windows � IIS, ����� <a href="http://hotmail.com/">Hotmail</a> �ӣ �ݣ �������� �� FreeBSD � Apache.</p> </story> <story> <name>� ��� ���� �����: FreeBSD ��� ������� ������� ��� �������� � UNIX</name> <url>http://www.osnews.com/printer.php?news_id=392</url> <site-name>OS News</site-name> <site-url>http://www.osnews.com/</site-url> <date>12 ������� 2001</date> <author>Eugenia Loli-Queru</author> <p>� ������ ����������� FreeBSD ��� �� ��� ������� ������� ���������� ������������� Unix.</p> </story> </month> <month> <name>������</name> <story> <name>��������� ������� � ������</name> <url>http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html</url> <site-name>OnLamp</site-name> <site-url>http://www.onlamp.com/</site-url> <date>29 ������ 2001</date> <author>Michael Lucas</author> <p>������� �������� � <tt>portupgrade</tt>.</p> </story> <story> <name>���������� SMB</name> <url>http://www.onlamp.com/pub/a/bsd/2001/11/15/Big_Scary_Daemons.html</url> <site-name>OnLamp</site-name> <site-url>http://www.onlamp.com/</site-url> <date>15 ������ 2001</date> <author>Michael Lucas</author> <p>�������� ������ � ������� � ������� Windows(R) � ������� ������� FreeBSD.</p> </story> <story> <name>FreeBSD Versus Linux Revisited</name> <url>http://www.byte.com/documents/s=1794/byt20011107s0001/1112_moshe.html</url> <site-name>Byte</site-name> <site-url>http://www.byte.com/</site-url> <date>12 November 2001</date> <author>Moshe Bar</author> <p>Byte's Moshe Bar does a comparison, through informal benchmarks, of FreeBSD 4.3 to Linux 2.4.10 running sendmail, procmail, MySQL, and Apache. The emphasis of the article is examination of the newly rewritten VM system in Linux, so the tests are conducted with only 512 MB of RAM. </p> </story> </month> <month> <name>�������</name> <story> <name>The Big *BSD Interview</name> <url>http://www.osnews.com/printer.php?news_id=153</url> <site-name>OS News</site-name> <site-url>http://www.osnews.com/</site-url> <date>08 October 2001</date> <author>Eugenia Loli-Queru</author> <p>An interview with Matt Dillon, a key developer in FreeBSD on the upcoming features in FreeBSD 5.0.</p> </story> </month> <month> <name>��������</name> <story> <name>Running Windows applications on FreeBSD</name> <url>http://www.onlamp.com/pub/a/bsd/2001/09/21/FreeBSD_Basics.html</url> <site-name>OnLamp</site-name> <site-url>http://www.onlamp.com/</site-url> <date>21 September 2001</date> <author>Dru Lavigne</author> <p>A short article on running Windows(R) applications under WINE in FreeBSD.</p> </story> <story> <name>AMI announces FreeBSD based NAS software</name> <url>http://biz.yahoo.com/bw/010918/182335_1.html</url> <site-name>Yahoo Finance</site-name> <site-url>http://biz.yahoo.com/</site-url> <date>18 September 2001</date> <author>AMI Press Release</author> <p>A press release from <a href="http://www.ami.com/">American Megatrends</a> Inc., on their new storage solution that uses FreeBSD.</p> </story> <story> <name>Ripping MP3s</name> <url>http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html</url> <site-name>OnLamp</site-name> <site-url>http://www.onlamp.com/</site-url> <date>13 September 2001</date> <author>Michael Lucas</author> <p>A short article on ripping CDs on FreeBSD.</p> </story> </month> <month> <name>������</name> <story> <name>CVSup Infrastructure</name> <url>http://www.onlamp.com/pub/a/bsd/2001/08/16/Big_Scary_Daemons.html</url> <site-name>OnLamp.com</site-name> <site-url>http://www.onlamp.com/</site-url> <date>16 August 2001</date> <author>Michael Lucas</author> <p>An article on FreeBSD's CVSup infrastructure used to distribute its source code worldwide.</p> </story> <story> <name>An Interview with Jordan Hubbard</name> <url>http://www.workingmac.com/article/32.wm</url> <site-name>Working Mac</site-name> <site-url>http://www.workingmac.com/</site-url> <date>16 August 2001</date> <author>pairNetworks</author> <p>An short interview with Jordan Hubbard, one of the founders of the FreeBSD project.</p> </story> </month> <month> <name>����</name> <story> <name>NAI Labs Announces DARPA-Funded FreeBSD Security Initiative</name> <url>http://opensource.nailabs.com/news/20010709-cboss.html</url> <site-name>NAI Labs</site-name> <site-url>http://www.nailabs.com/</site-url> <author>NAI Labs Press Release</author> <p>NAI Labs, ������������� �������� Network Associates, Inc., �������� � ��������� �� ����� $1.2 ��������, ����������� � U.S. Navy's Space and Warfare Systems Command, �� ���������� ���������� �� ����������� ������������ � ������������ ������� � �������� ����� FreeBSD.</p> </story> </month> <month> <name>����</name> <story> <name>Controlling User Logins</name> <url>http://www.onlamp.com/pub/a/bsd/2001/06/28/Big_Scary_Daemons.html</url> <site-name>OnLamp.com</site-name> <site-url>http://www.onlamp.com/</site-url> <date>28 June 2001</date> <author>Michael Lucas</author> <p>An article describing the ways to control user access to your FreeBSD system.</p> </story> <story> <name>Microsoft's FreeBSD Move Aimed At Next Generation Of Developers</name> <url>http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=27727</url> <site-name>CRN</site-name> <site-url>http://www.crn.com/</site-url> <date>27 June 2001</date> <author>Paula Rooney</author> <p>�������� � ��������� Microsoft ��������� ���� ���� ���������������� C# �� ��������� FreeBSD.</p> </story> <story> <name>BSD guru to guide Apple on Unix</name> <url>http://www.macworld.co.uk/news/main_news.cfm?NewsID=3092</url> <site-name>Mac World</site-name> <site-url>http://www.macworld.co.uk/</site-url> <date>26 June 2001</date> <author>Macworld (UK) staff</author> <p>Apple (<a href="http://www.apple.com/">http://www.apple.com/</a>) ������ ���������� FreeBSD �������� �������� (Jordan Hubbard) � ���� �������, ��� ������ ��� ������������ BSD (Berkeley Software Distribution) � Mac OS X.</p> </story> <story> <name>Microsoft Uses Open-Source Code Despite Denying Use of Such Software</name> <site-name>Wall Street Journal</site-name> <site-url>http://www.wsj.com/</site-url> <date>18 June 2001</date> <author>Lee Gomes</author> <p>������, � ������� ������������, ��� ����������� ����������� � �������� �����, ��������� � ������������ �������� FreeBSD, ������������ � ���������� ������ ������� ������ ��������� ������ Windows �� Microsoft, � �� ������ ��������, ������� ������������ �������� ������� ���������� ������ ����������� ����� Microsoft, <a href="http://www.hotmail.com/">Hotmail</a>.</p> </story> <story> <name>In your face! MS open source attacks backfire</name> <url>http://www.zdnet.com/zdnn/stories/news/0,4586,2775033,00.html</url> <site-name>ZDNet</site-name> <site-url>http://www.zdnet.com/</site-url> <date>14 June 2001</date> <author>Lee Gomes</author> <p>A report on the backfiring of the Microsoft effort to vilify open source software.</p> </story> </month> <month> <name>�������</name> <story> <name>For Servers: Linux 2.4 vs. FreeBSD 4.1.1</name> <url>http://www.byte.com/documents/s=558/BYT20010130S0010/</url> <site-name>Byte</site-name> <site-url>http://www.byte.com/</site-url> <date>05 February 2001</date> <author>Moshe Bar</author> <p>���� Linux ������� BYTE ����������, ������ �� �� �������� � FreeBSD --- ��������� (� ������������ �������������) FreeBSD 4.1.1 � ������������ �� ������ Linux � ����� v2.4.0.</p> </story> </month> <month> <name>������</name> <story> <name>Is FreeBSD a Superior Server Platform to Linux?</name> <url>http://www.webtechniques.com/archives/2001/01/infrrevu/</url> <site-name>Web Techniques</site-name> <site-url>http://www.webtechniques.com/</site-url> <date>January 2001</date> <author>Nathan Boeger</author> <p>������������ �������, ��� � �������� ��������� ��� ���� FreeBSD 4.1 �������� ������, ��� ����������� Red Hat Linux.</p> </story> <story> <name>A Roundtable on BSD, Security, and Quality</name> <url>http://www.ddj.com/articles/2001/0165/0165a/0165a.htm</url> <site-name>Dr Dobbs Journal</site-name> <site-url>http://www.ddj.com/</site-url> <date>January 2001</date> <author>Jack J. Woehr</author> <p>�������� � ������� ����� �� ��������� ���������� USENIX Security Symposium 2000, � ������� ��������� ������� ��������� ��������� � ���� BSD �������������.</p> </story> <story> <name>Building a browser for the FreeBSD file tree</name> <url>http://www.unixinsider.com/swol-01-2001/swol-0119-silicon.html</url> <site-name>Unix Insider</site-name> <site-url>http://www.unixinsider.com/</site-url> <date>January 2001</date> <author>Rich Morin</author> <p>���������� ����������� ��������� ��� ������ ������ FreeBSD ��� ����� (Rich Morin) ������������� �������������� ���� <a href="http://www.cfcl.com/rdm/Meta/">Meta Project</a>: ����������� ��������� ��������� ������ ��� ������������ FreeBSD �� ������ ���.</p> </story> </month> </year> <year> <name>2000</name> <month> <name>�������</name> <story> <name>Documentation for eclectic systems</name> <url>http://www.unixinsider.com/swol-12-2000/swol-1229-silicon.html</url> <site-name>Unix Insider</site-name> <site-url>http://www.unixinsider.com/</site-url> <date>December 2000</date> <author>Rich Morin</author> <p>��� ����� (Rich Morin) ������������� �������, ������� ����� ��������� ����������������, ����� � ������������� FreeBSD � ������ �� � �������� �����.</p> </story> </month> <month> <name>������</name> <story> <name>Open-sourcing the Apple</name> <url>http://www.salon.com/tech/review/2000/11/17/hubbard_osx/index.html</url> <site-name>Salon Magazine</site-name> <site-url>http://www.salon.com/</site-url> <date>17 November 2000</date> <author>Jordan Hubbard</author> <p>������ ������������� ������ �� Apple OS X �� �������� ��������, ������ �� ������� ������������� ������� FreeBSD.</p> </story> <story> <name>BSDCon 2000: A small, tasty conference</name> <url>http://www.unixinsider.com/swol-11-2000/swol-1110-silicon.html</url> <site-name>Unix Insider</site-name> <site-url>http://www.unixinsider.com/</site-url> <date>November 2000</date> <author>Rich Morin</author> <p>�������� ���� ������ (Rich Morin) � �����������, � ����� �������� ����� ���� �������� ��������� BSD.</p> </story> </month> <month> <name>�������</name> <story> <name>BSD OSs Offer Unix Alternatives to Linux</name> <url>http://www.byte.com/column/BYT20000927S0001</url> <site-name>BYTE</site-name> <site-url>http://www.byte.com/</site-url> <date>02 October 2000</date> <author>Bill Nicholls</author> <p>� ���� ������� ������ ����� ��������� ������ BSD � �������� �� �������������� ����������.</p> </story> </month> <month> <name>��������</name> <story> <name>INTERNET'S BUSIEST OPENSOURCE SOFTWARE ARCHIVE SETS NEW DOWNLOAD RECORD</name> <url>http://www.terasolutions.com/pr092900.html</url> <site-name>TeraSolutions</site-name> <site-url>http://www.terasolutions.com/</site-url> <date>29 September 2000</date> <author>TeraSolutions Press Release</author> <p>Terra Solutions, Inc. � Lighting Internet Services ��������, ��� ����� ��������� �� �� ������ <a href="ftp://ftp.freesoftware.com/">ftp.freesoftware.com</a> �������� ������� ������� ������ � ��� ��������� ���� � ���� � ������ ����������.</p> </story> <story> <name>BSD Tricks: MFS</name> <url>http://www.oreillynet.com/pub/a/bsd/2000/09/07/Big_Scary_Daemons.html</url> <site-name>O'Reilly Network</site-name> <site-url>http://www.oreillynet.com/</site-url> <date>07 September 2000</date> <author>Michael Lucas</author> <p>A short article on using the FreeBSD Memory Filesystem.</p> </story> <story> <name>TRUSTING BSD - Ultra-High Security for FreeBSD</name> <url>http://www.ispworld.com/bw/sep/Unix_Flavor.htm</url> <site-name>ISPworld</site-name> <site-url>http://www.ispworld.com/</site-url> <date>September 2000</date> <author>Jeffrey Carl</author> <p>�������� � �������� ��������, ����� �� ������� ������������� ������� <a href="http://www.trustedbsd.org/">TrustedBSD</a>.</p> </story> </month> <month> <name>������</name> <story> <name>More FreeBSD Comics</name> <url>http://ars.userfriendly.org/cartoons/?id=20000807&mode=classic</url> <site-name>User Friendly the Comic Strip</site-name> <site-url>http://www.userfriendly.org/</site-url> <date>7 August 2000</date> <author>Illiad</author> <p>���������� ����� ������� �� <a href="http://ars.userfriendly.org/cartoons/?id=20000808&mode=classic">8-e</a>, <a href="http://ars.userfriendly.org/cartoons/?id=20000809&mode=classic">9-e</a>, <a href="http://ars.userfriendly.org/cartoons/?id=20000810&mode=classic">10-e</a>, <a href="http://ars.userfriendly.org/cartoons/?id=20000811&mode=classic">11-e</a>, and <a href="http://ars.userfriendly.org/cartoons/?id=20000812&mode=classic">12-e</a> �����.</p> </story> </month> <month> <name>����</name> <story> <name>FreeBSD4: The little deamon's got me!!</name> <url>http://www.32bitsonline.com/article.php3?file=issues/200007/freebsd4&page=1</url> <site-name>32BitsOnline</site-name> <site-url>http://www.32bitsonline.com/</site-url> <date>11 July 2000</date> <author>Clifford Smith</author> <p>����� FreeBSD 4.0, ���������� ţ ��������, ����� ����������� �� ����������� ������������, ��������� ������� ����������� ������ � ��������� ������.</p> </story> <story> <name>An Industrial Strength OS</name> <url>http://www.chapters.ca/software/editorial/freebsd/default.asp?WSID=12073A57A3525CC711D4A7920008C7DB32591918&mscssid=JX1V66WQB4S92LPJ0017QTK6B9500439</url> <site-name>Chapters</site-name> <site-url>http://www.chapters.ca/</site-url> <date>July 2000</date> <author>Marty Poulin</author> <p>������� �������� �� FreeBSD</p> </story> </month> <month> <name>����</name> <story> <name>The State of the Daemon</name> <url>http://www.unixreview.com/open_source/articles/0006bsd.shtml</url> <site-name>Unix Review</site-name> <site-url>http://www.unixreview.com/</site-url> <date>07 June 2000</date> <author>Michael Lucas</author> <p>������������� ������ � BSD, � ���� ��� ����������� ��������.</p> </story> <story> <name>Server Goliaths Turn to Appliance Servers</name> <url>http://sw.expert.com/news/SE.N1.JUN.00.pdf</url> <site-name>Server/Workstation Expert</site-name> <site-url>http://sw.expert.com/</site-url> <date>June 2000</date> <author>Adam Darby</author> <p>�������� ������, ��������������� ��������� ������������ ������������ �������, ����������� BSDI � FreeBSD.</p> </story> <story> <name>FreeBSD: Serving the World</name> <url>http://www.osopinion.com/Opinions/JamesHoward/JamesHoward1.html</url> <site-name>osOpinion</site-name> <site-url>http://www.osopinion.com/</site-url> <date>June 2000</date> <author>James Howard</author> <p>�� ���� ���� �������, �������� ������ ������������ ����������� � �������� �����, ������� ������������ ���� ������ ������. ���� ������, FreeBSD, ����� ����� ������ �������� ��ģ�������� UNIX-�����, � ������ �������� ����� 4BSD, ������������� � �������������� ������������, ������.</p> </story> </month> <month> <name>���</name> <story> <name>Riding the Web Wave</name> <url>http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2000/05/29/BU20648.DTL</url> <site-name>SFGate</site-name> <site-url>http://www.sfgate.com/</site-url> <date>29 May 2000</date> <author>Henry Norr</author> <p>FreeBSD, ������������ ����������� ������������ �������, ������ ������ ���� � ������ Internet.</p> </story> <story> <name>BeOpen Interview with Jordan Hubbard of FreeBSD, Inc.</name> <url>http://www.gnulinux.com/interviews/hubbard.shtml</url> <site-name>GnuLinux</site-name> <site-url>http://www.gnulinux.com/</site-url> <date>18 May 2000</date> <author>Sam Williams</author> <p>�������� � ��������� ��������� ���������� ������� FreeBSD.</p> </story> <story> <name>BSD Unix: Power to the people, from the code</name> <url>http://www.salon.com/tech/fsp/2000/05/16/chapter_2_part_one/index.html</url> <site-name>Salon</site-name> <site-url>http://www.salon.com/</site-url> <date>16 May 2000</date> <author>Andrew Leonard</author> <p>��� ������ �� ������ ������� ����������� �������� ���������������� ������������ ������� � ����� 60-�, � ����� �������� ��������� Linux.</p> </story> <story> <name>Install FreeBSD 4.0 in seven easy steps</name> <url>http://www.techrepublic.com/article.jhtml?id=r00220000516eje01.htm</url> <site-name>TechRepublic</site-name> <site-url>http://www.techrepublic.com/</site-url> <date>16 May 2000</date> <author>Dru Lavigne</author> <p>������� ����������� �� ��������� FreeBSD 4.0.</p> </story> <story> <name>Partial Reunification May Give BSD New Visibility</name> <url>http://www.computerworld.com/home/print.nsf/all/000508DC8A</url> <site-name>ComputerWorld</site-name> <site-url>http://www.computerworld.com/</site-url> <date>8 May 2000</date> <author>Dominique Deckmyn</author> <p>��������� �� �� ������Σ���� �������� Walnut Creek/BSDI c Linux.</p> </story> <story> <name>Developers using open-source software behind bosses' backs</name> <url>http://www.cnn.com/2000/TECH/computing/05/05/open.source.smugglers.idg/index.html</url> <site-name>CNN</site-name> <site-url>http://www.cnn.com/</site-url> <date>5 May 2000</date> <author>Peter Wayner</author> <p>����������� ����������� � �������� ����� ������ �������� ������ ��������, ��� �������, �������� ������������ ����������� �����������.</p> </story> <story> <name>FreeBSD 4.0 Now Includes PolyServe's High Availability Clustering & Load Balancing Software</name> <url>http://biz.yahoo.com/bw/000501/ca_polyser_1.html</url> <site-name>PolyServe</site-name> <site-url>http://www.polyserve.com/</site-url> <date>1 May 2000</date> <author>PolyServe Press Release</author> <p>PolyServe, ��������� ����������� ������� ��� ���������� ��������̣���� ��������� ���������� ����������, ������� � ���������� � FreeBSD, Inc. ������������� ����������, �� �������� ����������� ����������� PolyServe Understudy (TM) ����� �������� � �������� ���� ����� ������ ������������ ������� FreeBSD 4.0.</p> </story> <story> <name>BSDI Getting the Word Out</name> <url>http://webserver.expert.com/news/5.5/n5.shtml</url> <site-name>WebServer Online</site-name> <site-url>http://webserver.expert.com/</site-url> <date>May 2000</date> <author>Alexandra Barrett</author> <p>������ �� ���������� �� ����� ������������������ � ������� �������� ������������ ������� BSD � � ������ �������� ����� ��������� �����.</p> </story> </month> <month> <name>������</name> <story> <name>The New BSDI to Offer Technical Support for the FreeBSD Operating System</name> <url>http://www.bsdi.com/press/20000418.mhtml</url> <site-name>BSDi</site-name> <site-url>http://www.bsdi.com/</site-url> <date>18 April 2000</date> <author>BSDi Press Release</author> <p>BSDi ����� ��������� ��������� �� ����������� ��������� FreeBSD ������� � ��� 2000.</p> </story> <story> <name>Commentary: BSD sleight of hand</name> <url>http://www.zdnet.com/zdnn/stories/news/0,4586,2507538,00.html</url> <site-name>ZD Net News</site-name> <site-url>http://www.zdnet.com/</site-url> <date>4 April 2000</date> <author>Stephan Somogyi</author> <p>����������� �� ������ ����������� BSDI/FreeBSD.</p> </story> <story> <name>FreeBSD 3.4 Review, Part 2: Adopting the Daemon</name> <url>http://www.32bitsonline.com/article.php3?file=issues/200004/freebsd2e&page=1</url> <site-name>32BitsOnline.com</site-name> <site-url>http://www.32bitsonline.com/</site-url> <date>April 2000</date> <author>Clifford Smith</author> <p>������ ����� ������ FreeBSD v3.4.</p> </story> </month> <month> <name>����</name> <story> <name>The legend of BSD</name> <url>http://www.sfbg.com/SFLife/34/26/tech.html</url> <site-name>sf life</site-name> <site-url>http://www.sfbg.com/</site-url> <date>29 March 2000</date> <author>Annalee Newitz</author> <p>������ � ����� ���������� BSD � ������� � ������� BSD.</p> </story> <story> <name>Bostic on the BSD tradition</name> <url>http://www.oreillynet.com/pub/a/bsd/2000/03/24/bostic.html</url> <site-name>O'Reilly Network</site-name> <site-url>http://www.oreillynet.com/</site-url> <date>24 March 2000</date> <author>Dale Dougherty</author> <p>�������� � ��������� BSD ������ �������� (Keith Bostic) �� ������ ����������� BSDI/FreeBSD. ``� BSD ������ �������������� ����� ������ ����������'', ������ ����</p> </story> <story> <name>Customizing the FreeBSD Kernel</name> <url>http://www.linuxworld.com/linuxworld/lw-2000-03/lw-03-freebsd_p.html</url> <site-name>LinuxWorld</site-name> <site-url>http://www.linuxworld.com/</site-url> <date>March 2000</date> <author>Michael Lucas</author> <p>����� ����� (Michael Lucas) ������������ ����������� �� ��������� ���� FreeBSD, ���������� ��� ���, ������������ �� Linux.</p> </story> <story> <name>FreeBSD for the SVR4/Linux Administrator</name> <url>http://www.samag.com/archive/0903/feature.shtml</url> <site-name>SysAdmin</site-name> <site-url>http://www.samag.com/</site-url> <date>March 2000</date> <author>Michael Lucas</author> <p>� ���� ������ �������� ������� ���������� ��������������� System V ��� Linux � �������� ������������ � ������������� FreeBSD.</p> </story> <story> <name>FreeBSD Ports and Packages System Explained</name> <url>http://www.32bitsonline.com/article.php3?file=issues/200003/bsdports&page=1</url> <site-name>32BitsOnline</site-name> <site-url>http://www.32bitsonline.com/</site-url> <date>March 2000</date> <author>Bill Swingle</author> <p>������� �������� ��������� ������ FreeBSD.</p> </story> </month> <month> <name>�������</name> <story> <name>Business Lessons From Online Porn</name> <url>http://www.upside.com/texis/mvm/print-it?id=38adbbff0&t=/texis/mvm/news/news</url> <site-name>Upside</site-name> <site-url>http://www.upside.com/</site-url> <date>21 February 2000</date> <author>Richard A. Glidewell</author> <p>���������� FreeBSD �� ���� ������: ``FreeBSD - ��� �������� ���������� �������, ������ ��� ��� �������� ������, ��������� � � ��������� ����������� ������� ��ߣ� �������.''</p> </story> <story> <name>Crazed Ferrets in a Berkeley Shower</name> <url>http://www.linux.com/articles.phtml?aid=7125</url> <site-name>Linux.com</site-name> <site-url>http://www.linux.com/</site-url> <date>10 February 2000</date> <author>Michael Lucas</author> <p>������ � �������� BSD.</p> </story> <story> <name>Three Unixlike systems may be better than Linux</name> <url>http://www.computerworld.com/cwi/story/0,1199,NAV47_STO41147,00.html</url> <site-name>ComputerWorld</site-name> <site-url>http://www.computerworld.com/</site-url> <date>7 February 2000</date> <author>Simson L. Garfinkel</author> <p>������������ ������������ ������� ��������� BSD ��� ������ ������������ Linux � ����� ������������������, ���������� � ������������.</p> </story> <story> <name>Buddying up to BSD: Part Five - FreeBSD Continued</name> <url>http://www.linux.com/featured_articles/20000208/275/</url> <site-name>Linux.com</site-name> <site-url>http://www.linux.com/</site-url> <date>8 February 2000</date> <author>Matt Michie</author> <p>������������ Linux ����� � ����� ����� ������ � ���������� ������ FreeBSD.</p> </story> <story> <name>Review of FreeBSD 3.4</name> <url>http://www.32bitsonline.com/article.php3?file=issues/200002/fbsd34&page=1</url> <site-name>32BitsOnline.com</site-name> <site-url>http://www.32bitsonline.com/</site-url> <date>February 2000</date> <author>Clifford Smith</author> <p>����� FreeBSD 3.4.</p> </story> <story> <name>FreeBSD 4.0 And Beyond</name> <url>http://www.boardwatch.com/mag/2000/feb/bwm79.html</url> <site-name>Boardwatch</site-name> <site-url>http://www.boardwatch.com/</site-url> <date>February 2000</date> <author>Jeffrey Carl</author> <p>�������� � ��������� ��������� � ����������, ����� ���������� � �������.</p> </story> </month> <month> <name>������</name> <story> <name>Buddying up to BSD: Part Four - FreeBSD</name> <url>http://www.linux.com/featured_articles/20000126/270/</url> <site-name>Linux.com</site-name> <site-url>http://www.linux.com/</site-url> <date>26 January 2000</date> <author>Matt Michie</author> <p>������������ Linux ����� � ����� ����� ������ � FreeBSD.</p> </story> <story> <name>Debunking Open-Source Myths: Origins and Players</name> <url>http://www.gartnerweb.com/public/static/hotc/hc00085832.html</url> <site-name>Gartner Group</site-name> <site-url>http://www.gartnerweb.com/</site-url> <date>18 January 2000</date> <author>N. Drakos and M. Driver</author> <p>�����, � ������� ����������� � �������������� ��������� �� �����, ��������� � ������������ ������������ ����������� � �������� ����� � ���������� Open Source.</p> </story> <story> <name>Linux Scales Enterprise Wall</name> <url>http://www.techweb.com/wire/story/TWB20000114S0013</url> <site-name>TechWeb</site-name> <site-url>http://www.techweb.com/</site-url> <date>14 January 2000</date> <author>Mitch Wagner</author> <p>����� 17 ��������� ����������� ��������� ������������ FreeBSD ��� Linux � �������� �������� ��������� ��� ����������� ��������� � ������� ��������� ���� ���.</p> </story> <story> <name>Jobs announces new MacOS, becomes 'iCEO'</name> <url>http://cnn.com/2000/TECH/computing/01/05/macworld.keynote/index.html</url> <site-name>CNN</site-name> <site-url>http://cnn.com/</site-url> <date>5 January 2000</date> <author>CNN news article</author> <p>� ����������� Steve Jobs' �� �������� �������� Macworld Expo FreeBSD ���� �������� ��� ���� �� ����������� ����� ������������ ������� Darwin OS ����� Apple.</p> </story> <story> <name>Mac OS X</name> <url>http://www.apple.com/macosx/inside.html</url> <site-name>Apple Inc.</site-name> <site-url>http://www.apple.com/</site-url> <date>January 2000</date> <author>Apple communication</author> <p>� ������ � ��������� ��������� Darwin OS, Apple Inc. �������� FreeBSD ��� ���� �� ``����� ��������� ���������� �������� �� �������������.''</p> </story> <story> <name>Linux under FreeBSD</name> <url>http://www.samag.com/archive/0901/feature.shtml</url> <site-name>SysAdmin</site-name> <site-url>http://www.samag.com/</site-url> <date>January 2000</date> <author>Michael Lucas</author> <p>�� FreeBSD ������� ��������� ������������ ��� ������������� ������������ ����������� � ������ ��������, ����� ��� Linux. � ���� ������ ����������� �������� Linux ��� FreeBSD.</p> </story> </month> </year> <year> <name>1999</name> <month> <name>�������</name> <story> <name>Freei.Net Doubles Service Speed With Intel(R) Server Platforms</name> <url>http://biz.yahoo.com/prnews/991215/wa_freei_d_1.html</url> <site-name>Freei.Net</site-name> <site-url>http://www.freei.net</site-url> <date>15 December 1999</date> <author>Freei.Net Press Release</author> <p>Freei.Net �������� ����� �������� Intel LB440GX 2U Rack Server Platform � ����� � �������� ������ ���������� ������������� ����� Internet-����������. ``LB440GX ��������� ������������ ���� ������������ ������� FreeBSD'', ������ Steve Bourg, ����� ����������� ������ Freei.Net.</p> </story> <story> <name>FreeBSD 3.3. Robust OS well suited for Internet/Intranet Deployment</name> <url>http://www.data.com/features/1206a.html</url> <site-name>Data Communications Online</site-name> <site-url>http://www.data.com/</site-url> <date>December 1999</date> <author>Juha Saarinen</author> <p>������������� Linux ���������� FreeBSD � ����� �� �������������.</p> </story> </month> <month> <name>������</name> <story> <name>FreeBSD at COMDEX</name> <url>http://slashdot.org/article.pl?sid=99/11/21/1430208&mode=nocomment</url> <site-name>Slashdot</site-name> <site-url>http://slashdot.org/</site-url> <date>21 November 1999</date> <author>Brett Glass</author> <p><a href="mailto:brett@lariat.org">Brett Glass</a> ������ ��� ��������� � ����� ������������ � �������� COMDEX � ������ �������� FreeBSD -chat. ��������� ������� ������������ �������� ����, ��� �������������� ����������� ���������� BSD � Linux.</p> </story> <story> <name>Who controls free software?</name> <url>http://www.salon.com/tech/feature/1999/11/18/red_hat/index.html</url> <site-name>Salon Magazine</site-name> <site-url>http://www.salon.com/</site-url> <date>18 November 1999</date> <author>Andrew Leonard</author> <p>����������� ������� ������ <a href="http://www.redhat.com/">RedHat</a> �������� <a href="http://www.cygnus.com/">Cygnus</a>, � ������ ���������� <a href="mailto:jkh@FreeBSD.org">Jordan Hubbard</a> � ���������� FreeBSD.</p> </story> <story> <name>The Darwinist: Darwin for x86?</name> <url>http://macweek.zdnet.com/1999/11/14/darwinist.html</url> <site-name>MacWeek</site-name> <site-url>http://macweek.zdnet.com/</site-url> <date>15 November 1999</date> <author>Stephan Somogyi</author> <p>�������� � ����������� �������� ������� (Wilfredo Sanchez), ����������� FreeBSD � ������� Apple Darwin �� ������ ����������� FreeBSDCon.</p> </story> <story> <name>Bob Frankenberg's breaking Windows</name> <url>http://cbs.marketwatch.com/archive/19991108/news/current/soapbox.htx?source=blq/yhoo&dist=yhoo</url> <site-name>CBS MarketWatch</site-name> <site-url>http://cbs.marketwatch.com/</site-url> <date>8 November 1999</date> <author>Michael Tarsala</author> <!-- XXX --> <p>In an interview with CBS MarketWatch, Bob Frankenberg, ex-CEO of <a href="http://www.novell.com/">Novell</a>, praises FreeBSD for doing ``an exceptionally good job''. FreeBSD is used in his current company, <a href="http://www.encanto.com/">Encanto</a>.</p> </story> <story> <name>Applix and Walnut Creek Partner to Provide Applixware Office for the FreeBSD Operating System</name> <url>http://www.applix.com/releases/99-11-03_applixware_office_for_freebsd_os.cfm</url> <site-name>Applix Inc.</site-name> <site-url>http://www.applix.com/</site-url> <date>3 November 1999</date> <author>Applix Inc. press release</author> <p>Walnut Creek will distribute Applixware Office v4.4.2 in their FreeBSD 3.3 Power Desktop product. In addition, Walnut Creek will bundle <a href="http://www.applixware.org/">Applix'SHELF</a>, a visual open-source application development toolset and runtime environment with FreeBSD.</p> </story> <story> <name>LinuxWorld report on FreeBSDCon 99</name> <url>http://www.linuxworld.com/linuxworld/lw-1999-10/lw-10-bsd_p.html</url> <site-name>LinuxWorld</site-name> <site-url>http://www.linuxworld.com/</site-url> <date>1 November 1999</date> <author>Vicki Brown</author> <p>October 17, 1999 marked a milestone in the history of FreeBSD -- the first FreeBSD conference was held in the city where it all began.</p> </story> <story> <name>FreeBSDCon'99: Fans of Linux's lesser-known sibling gather for the first time</name> <url>http://cnn.com/TECH/computing/9911/01/freebsd.con99.idg/index.html</url> <site-name>CNN</site-name> <site-url>http://cnn.com/</site-url> <date>1 November 1999</date> <author>Vicki Brown</author> <p>Repost of IDG article about FreeBSDCon '99.</p> </story> </month> <month> <name>�������</name> <story> <name>ServerWatch's Review of FreeBSD</name> <url>http://serverwatch.internet.com/reviews/platform-freebsd.html</url> <site-name>ServerWatch</site-name> <site-url>http://serverwatch.internet.com/</site-url> <date>25 October 1999</date> <author>Kevin Reichard</author> <p>FreeBSD v3.2 is as close to the perfect Internet server operating system as it comes.</p> </story> <story> <name>Grass Roots Daemocracy</name> <url>http://www.upside.com/texis/mvm/story?id=380d3cf90&src=yahoo</url> <site-name>Upside</site-name> <site-url>http://www.upside.com/</site-url> <date>20 October 1999</date> <author>Sam Williams</author> <p>A report from the first annual FreeBSDCon held in Berkeley, California.</p> </story> <story> <name>ENTERA DELIVERS FreeBSD STREAMING SERVER SUPPORTING QUICKTIME</name> <url>http://www.entera.com/news/pressreleases/1004elsabsd.html</url> <site-name>Entera</site-name> <site-url>http://www.entera.com/</site-url> <date>04 October 1999</date> <author>Entera Press Release</author> <p>Entera announces a <a href="http://www.streamingserver.org/">free, standards-based RTSP/RTP server</a> to stream QuickTime from a FreeBSD platform.</p> </story> <story> <name>Open Source Software Development as a Special Type of Academic Research</name> <url>http://www.firstmonday.dk/issues/issue4_10/bezroukov/index.html</url> <site-name>First Monday</site-name> <site-url>http://www.firstmonday.dk/</site-url> <date>October 1999</date> <author>Nikolai Bezroukov</author> <p>This paper tries to explore links between open source software development and academic research as a better paradigm for OSS development.</p> </story> </month> <month> <name>��������</name> <story> <name></name> <url></url> <site-name>The Boston Globe</site-name> <site-url>http://www.boston.com/</site-url> <date>16 September 1999</date> <p>Claims that the operating systems based on BSD are more reliable and secure. <i>(requires registration with The Boston Globe prior to viewing)</i></p> </story> <story> <name>Beyond Linux, Free Systems Help Build The Web</name> <url>http://dowjones.wsj.com/n/SB936961814325017645-d-main-c1.html</url> <site-name>Wall Street Journal</site-name> <site-url>http://dowjones.wsj.com/</site-url> <date>10 September 1999</date> <author>Lee Gomes</author> <p>An introduction to the BSD family of free operating systems.</p> </story> <story> <name>Maintaining Patch Levels with Open Source BSDs</name> <url>http://www.samag.com/archive/0809/feature.shtml</url> <site-name>SysAdmin</site-name> <site-url>http://www.samag.com/</site-url> <date>September 1999</date> <author>Michael Lucas</author> <p>Focusses on the BSD development model and the ease of keeping upto-date with tools like sup and CVSup.</p> </story> </month> <month> <name>������</name> <story> <name>Out of Linux limelight, devil gets its due</name> <url>http://web.boston.com/technology/packages/opensource/linux_limelight.shtml</url> <site-name>Boston Globe</site-name> <site-url>http://web.boston.com/</site-url> <date>12 August 1999</date> <author>Hiawatha Bray</author> <p>A short (but not very accurate) introduction to FreeBSD for people who have heard about Linux.</p> </story> <story> <name>Reporter's notebook: Hackers on holiday</name> <url>http://www.cnn.com/TECH/computing/9908/11/hacker.hols.idg/index.html</url> <site-name>CNN</site-name> <site-url>http://www.cnn.com/</site-url> <date>11 August 1999</date> <author>Ann Harrison</author> <p>CNN reports that the winner during the "Linux Death Match" at the Chaos Computer Camp in Germany used FreeBSD tools to win out over Linux attackers. More details are available at <a href="http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match">http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match</a>.</p> </story> <story> <name>More FreeBSD Comics</name> <url>http://www.userfriendly.org/cartoons/archives/99aug/19990803.html</url> <site-name>User Friendly the Comic Strip</site-name> <site-url>http://www.userfriendly.org/</site-url> <date>3 August 1999</date> <author>Illiad</author> <p>See also the comics for the <a href="http://www.userfriendly.org/cartoons/archives/99aug/19990804.html"> 4th</a> and the <a href="http://www.userfriendly.org/cartoons/archives/99aug/19990805.html"> 5th</a>.</p> </story> <story> <name>World's Biggest Internet Search Engine Goes Online</name> <url>http://www.fast.no/company/press/twbs02081999.html</url> <site-name>Fast Search & Transfer</site-name> <site-url>http://web.fast.no/</site-url> <date>02 August 1999</date> <author>FAST Press Release</author> <p>Said to be the largest search engine on the Internet, <a href="http://www.alltheweb.com/">FAST Web Search</a> <a href="http://www-new.fast.no/faq/faqfastwebsearch.html#Hardware"> uses the FreeBSD operating system</a>.</p> </story> <story> <name>Duke Computer Scientists Exceed "Gigabit" Data Processing Speeds With Internet Software</name> <url>http://www.sciencedaily.com/releases/1999/08/990802072727.htm</url> <site-name>Science Daily Magazine</site-name> <site-url>http://www.sciencedaily.com/</site-url> <date>02 August 1999</date> <author>Duke University press release</author> <p>Using FreeBSD, Duke University computer science researchers have developed a system for communication at speeds higher than one billion bits per second in a local area network of personal computers. More details can be found at the <a href="http://www.cs.duke.edu/ari/trapeze">Trapeze project</a> web site.</p> </story> </month> <month> <name>����</name> <story> <name>WORLDS LARGEST INDEPENDENT IPP HITS NEW MILESTONE</name> <url>http://www.pair.com/pair/press/19990727.html</url> <site-name>Pair Networks</site-name> <site-url>http://www.pair.com/</site-url> <date>27 July 1999</date> <author>pair Networks press release</author> <p>pair Networks, Inc., the World's largest independently owned and operated paid hosting service, today announced that it has surpassed the 60,000 Web site milestone. Their web servers in their state-of-the-art data center house more than 2 Terabytes of storage, and deliver up to 100 million hits per day to site visitors. pair uses FreeBSD in order to ensure maximum uptime and reliability.</p> </story> <story> <name>Free OS? It' s as easy as BSD</name> <url>http://www.techwebuk.com/story/TUK19990726S0029</url> <site-name>TechWeb UK</site-name> <site-url>http://www.techwebuk.com/</site-url> <date>26 July 1999</date> <author>Peter McGarvey</author> <p>Network manager Peter McGarvey writes about his experience with a number of varieties of Unix. He sums up: <i>FreeBSD is the greatest</i>.</p> </story> <story> <name>BSD a better OS than Linux?</name> <url>http://www.zdnet.com/zdnn/stories/news/0,4586,2299366,00.html</url> <site-name>ZD Net News</site-name> <site-url>http://www.zdnet.com/</site-url> <date>22 July 1999</date> <author>Bob Sullivan</author> <p>BSD is the software behind the world's most popular Web site and the world's most popular FTP site.</p> </story> <story> <name>The Net's stealth operating system</name> <url>http://www.msnbc.com/news/292376.asp</url> <site-name>MSNBC</site-name> <site-url>http://www.msnbc.com/</site-url> <date>21 July 1999</date> <author>Bob Sullivan</author> <p>BSD powers some of the biggest sites, and its users are among the most jealous of Linux.</p> </story> <story> <name>Embed Together: The Case For BSD In Network Appliances</name> <url>http://www.performancecomputing.com/features/9906of2.shtml</url> <site-name>Performance Computing</site-name> <site-url>http://www.performancecomputing.com/</site-url> <date>2 July 1999</date> <author>Kevin Rose and Charles Davidson</author> <p>Underlines the advantages of BSD for the embedded device market. Mentions <a href="http://www.FreeBSD.org/~picobsd/">picoBSD</a>.</p> </story> </month> <month> <name>����</name> <story> <name>Radio interview: Linux and FreeBSD</name> <url>http://ebs.tamu.edu/kamu-fm/gig-24jun99.ram</url> <site-name>GigABytes Radio Talk Show</site-name> <site-url>http://cis.tamu.edu/news/gigabytes/index.html</site-url> <date>June 1999</date> <author>Chris DiBona and Jordan Hubbard</author> <p>Chris DiBona of VA Research and Jordan Hubbard of the FreeBSD Project give their views on Linux and FreeBSD.</p> </story> <story> <name>Thin Servers</name> <url>http://www.ntsystems.com/db_area/archive/1999/9906/306r1.shtml</url> <site-name>Windows NT Systems</site-name> <site-url>http://www.ntsystems.com/</site-url> <date>June 1999</date> <author>Ted Drude</author> <p>A survey of thin servers, featuring products using FreeBSD as their internal operating system.</p> </story> <story> <name>Information Technology and the Internet in Co-operation Ireland</name> <url>http://www.pcc.ie/net/ci.html</url> <site-name>Public Communications Centre, Ireland</site-name> <site-url>http://www.pcc.ie/</site-url> <date>June 1999</date> <author>Interview with Michael Doyle</author> <p>Michael Doyle, system administrator for <a href="http://www.co-operation-ireland.ie">Co-operation Ireland</a> roots for FreeBSD in this interview. Michael is using FreeBSD and <a href="http://www.postgresql.org">PostgreSQL</a> as a cost-effective and ultra-reliable solution for his organization's I.T. needs.</p> </story> <story> <name>GPL and BSD: explication and comparison</name> <url>http://www.32bitsonline.com/article.php3?file=issues/199906/gplbsd&page=1</url> <site-name>32BitsOnline</site-name> <site-url>http://www.32bitsonline.com/</site-url> <date>June 1999</date> <author>Rob Bos</author> <p>An article comparing BSD and GPL style licenses.</p> </story> <story> <name>CmdrTaco on Slashdot Sale</name> <url>http://www.wired.com/news/news/business/story/20483.html</url> <site-name>Wired Business News</site-name> <site-url>http://www.wired.com/</site-url> <date>29 June 1999</date> <author>Leander Kahney</author> <p>In an interview with Wired News, Rob Malda, founder of <a href="http://slashdot.org/">Slashdot</a>, says that he would now like to spend some more time reporting on FreeBSD.</p> </story> <story> <name>Server Platforms - FreeBSD Review</name> <url>http://serverwatch.internet.com/reviews/platform-freebsd.html</url> <site-name>ServerWatch</site-name> <site-url>http://serverwatch.internet.com/</site-url> <date>17 June 1999</date> <author>Kevin Reichard</author> <p>FreeBSD: Is it the perfect Internet server operating system? As close as it comes.</p> </story> <story> <name>Yes! There is intelligent life beyond Linux</name> <url>http://www.networkweek.com/openwindow/story/NWW19990611S0005</url> <site-name>Network Week Online</site-name> <site-url>http://www.networkweek.com/</site-url> <date>16 June 1999</date> <author>David Cartwright</author> <p>It looks like Unix, it tastes like Unix but it isn't Unix. It's FreeBSD!</p> </story> </month> <month> <name>���</name> <story> <name>Silicon Carny: Why I run FreeBSD</name> <url>http://www.sunworld.com/sunworldonline/swol-05-1999/swol-05-silicon.html</url> <site-name>SunWorld</site-name> <site-url>http://www.sunworld.com/</site-url> <date>May 1999</date> <author>Rich Morin</author> <p>Rich Morin explains why FreeBSD is the superior OS for him.</p> </story> <story> <name>INTERNET'S BUSIEST SOFTWARE ARCHIVE REACHES NEW DOWNLOAD MILESTONE</name> <url>http://www.wccdrom.com/press/wcarchive_milestone.phtml</url> <site-name>Walnut Creek CDROM</site-name> <site-url>http://www.wccdrom.com/</site-url> <date>26 May 1999</date> <author>David Greenman</author> <p>Walnut Creek CDROM, Inc. announces that their popular software archive at ftp://ftp.cdrom.com has surpassed the one trillion bytes (one terabyte) milestone of files downloaded per day from a single server machine.</p> </story> <story> <name>Bye-Bye, Windows</name> <url>http://home.cnet.com/category/0-3709-7-284910.html</url> <site-name>CNet</site-name> <site-url>http://home.cnet.com</site-url> <date>24 May 1999</date> <author>Christopher Lindquist</author> <p>Reviews alternative PC operating systems. Includes a <a href="http://home.cnet.com/category/topic/0,10000,0-3709-7-285083,00.html">review of FreeBSD 3.2</a>.</p> </story> <story> <name>Gnome is no Windows dwarf</name> <url>http://news.bbc.co.uk/hi/english/sci/tech/newsid_321000/321433.stm</url> <site-name>BBC</site-name> <site-url>http://bbc.co.uk/</site-url> <date>20 May 1999</date> <author>Chris Nuttall</author> <p>Article on Gnome and the Open Source movement. Mentions FreeBSD.</p> </story> <story> <name>OS Also-Rans</name> <url>http://www.pioneerplanet.com/reprints/051799tech.htm</url> <site-name>Pioneer Planet</site-name> <site-url>http://www.pioneerplanet.com</site-url> <date>17 May 1999</date> <author>JULIO OJEDA-ZAPATA</author> <p>A short article introducing a few alternative OSes, including FreeBSD and OpenBSD. Aimed at the general public.</p> </story> <story> <name>Micron Electronics NetFRAME chosen for Internet's busiest site</name> <url>http://www.wccdrom.com/press/micron.phtml</url> <site-name>Walnut Creek CDROM</site-name> <site-url>http://www.wccdrom.com/</site-url> <date>4 May 1999</date> <author>David Greenman</author> <p>During its first full day of operation, the new NetFRAME 9201 server set a new all-time one day download record of 969GB of files, surpassing the previous record set last year of 873GB/day.</p> </story> <story> <name>The other open-source OS: FreeBSD</name> <url>http://www.zdnet.com/pcweek/stories/news/0,4153,400844,00.html</url> <site-name>ZD Net</site-name> <site-url>http://www.zdnet.com/</site-url> <date>3 May 1999</date> <author>Anne Chen</author> <p>Examples of FreeBSD deployment in the real world and why some technology officers find it attractive.</p> </story> </month> <month> <name>������</name> <story> <name>Open-Source Software: Power to the People</name> <url>http://www.data.com/issue/990407/open.html</url> <site-name>Data Communications</site-name> <site-url>http://www.data.com</site-url> <date>April 1999</date> <author>Lee Bruno</author> <p>Linux and BSD Unix are starting to show up on more and more corporate servers, running alongside or even replacing Netware and Windows NT.</p> </story> <story> <name>XML: Complete XML Development System Integrated with FreeBSD</name> <url>http://advocacy.FreeBSD.org/stories/pr_xml.html</url> <site-name>FreeBSD Advocacy</site-name> <site-url>http://advocacy.FreeBSD.org/</site-url> <date>29 April 1999</date> <author>Jordan Hubbard</author> <p>Included with FreeBSD 3.1 is a complete, integrated SGML/XML development system that installs with a simple, easy to use command sequence.</p> </story> <story> <name>Inktomi Announces Traffic Server 3.0</name> <url>http://www.inktomi.com/new/press/ts3.html</url> <site-name>Inktomi</site-name> <site-url>http://www.inktomi.com</site-url> <date>26 April 1999</date> <author>Inktomi press release</author> <p>FreeBSD is a supported operating system for a new version of Inktomi's carrier-class network cache platform.</p> </story> <story> <name>The Matrix: FreeBSD Used to Generate Special Effects</name> <url>http://advocacy.FreeBSD.org/stories/pr_matrix.html</url> <site-name>FreeBSD Advocacy</site-name> <site-url>http://advocacy.FreeBSD.org/</site-url> <date>22 April 1999</date> <author>Jordan Hubbard</author> <p>Dual-Processor FreeBSD systems were used to generate a large number of special effects in the cutting edge Warner Brothers film, <i>The Matrix</i>.</p> </story> <story> <name>Let's Get More Educated About FreeBSD</name> <url>http://www.osopinion.com/Opinions/PrestonWiley/PrestonWiley1.html</url> <site-name>osOpinion</site-name> <site-url>http://www.osopinion.com/</site-url> <date>20 April 1999</date> <author>Preston S. Wiley</author> <p>A system administrator shares his views on FreeBSD.</p> </story> <story> <name>The Oldest Free OS</name> <url>http://www.zdnet.com/sr/stories/column/0,4712,398025,00.html</url> <site-name>ZD Net</site-name> <site-url>http://www.zdnet.com</site-url> <date>15 April 1999</date> <author>Steven J. Vaughan-Nichols</author> <p>What are the oldest free operating systems around? The answer is the Berkeley Software Distribution (BSD) Unix variants.</p> </story> <story> <name>FreeBSD wants a place in the sun</name> <url>http://www.upside.com/texis/mvm/down_the_toilet?id=3714d4820</url> <site-name>Upside</site-name> <site-url>http://www.upside.com</site-url> <date>13 April 1999</date> <author>Sam Williams</author> <p>Introduces FreeBSD to Linux users.</p> </story> <story> <name>FreeBSD Offers a Sound Open Source Alternative</name> <url>http://www.internetworld.com/print/current/webdev/19990412-freebsd.html</url> <site-name>Internet World</site-name> <site-url>http://www.internetworld.com</site-url> <date>12 April 1999</date> <author>James C. Luh</author> <p>Outside technical circles, many remain unaware of viable choices for internet servers---like the FreeBSD operating system that drives Web servers for such high-profile names as Yahoo and Best Internet Communications (now part of Verio).</p> </story> <story> <name>Serious FTP: Behind the scenes of Walnut Creek CDROM</name> <url>http://cnn.com/TECH/computing/9904/08/cdrom.idg/index.html</url> <site-name>CNN</site-name> <site-url>http://cnn.com</site-url> <date>8 April 1999</date> <author>Rich Morin</author> <p>A description of the Walnut Creek CDROM setup. The article is also available from <a href="http://www.sunworld.com/swol-04-1999/swol-04-silicon.html"> SunWorld</a>.</p> </story> <story> <name>Thin Servers: Off-the-Shelf Internet Help</name> <url>http://www.techweb.com/se/directlink.cgi?DAT19990407S0024</url> <site-name>TechWeb</site-name> <site-url>http://www.techweb.com/</site-url> <date>7 April 1999</date> <author>Christine Zimmerman</author> <p>Discusses thin-servers, including six built using an embedded FreeBSD kernel.</p> </story> </month> <month> <name>����</name> <story> <name>A FreeBSD Comic Strip</name> <url>http://www.userfriendly.org/cartoons/archives/99mar/19990320.html</url> <site-name>User Friendly the Comic Strip</site-name> <site-url>http://www.userfriendly.org/</site-url> <date>20 March 1999</date> <author>Illiad</author> <p>See also the serial from the <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990322.html">22nd</a>, <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990323.html">23rd</a>, <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990324.html">24th</a>, <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990325.html">25th</a>, <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990326.html">26th</a>, and <a href="http://www.userfriendly.org/cartoons/archives/99mar/19990327.html">27th</a> of March, 1999.</p> </story> <story> <name>Rising support for BSD</name> <url>http://www.it.fairfax.com.au/990316/openline1.html</url> <site-name>Fairfax IT News</site-name> <site-url>http://www.it.fairfax.com.au</site-url> <date>16 March 1999</date> <author>Nathan Cochrane</author> <p>Columnist Nathan Cochrane talks about the BSD family of open source operating systems.</p> </story> <story> <name>Whence the Source: Untangling the Open Source/Free Software Debate</name> <url>http://opensource.oreilly.com/news/scoville_0399.html</url> <site-name>O'Reilly Open Source</site-name> <site-url>http://opensource.oreilly.com</site-url> <date>5 March 1999</date> <author>Thomas Scoville</author> <p>An article on the open-source / free-software debate. Mentions Berkeley Unix as one of the early successes of shared source code collaboration.</p> </story> </month> <month> <name>�������</name> <story> <name>LWN interviews Alan Cox</name> <url>http://lwn.net/1999/features/ACInterview/</url> <site-name>Linux Weekly News</site-name> <site-url>http://lwn.net/</site-url> <date>February 1999</date> <p>There is a small but interesting FreeBSD mention in LWN in an interview with Linux's Alan Cox.</p> </story> <story> <site-name>The Economist</site-name> <site-url>http://www.economist.com</site-url> <date>20 February 1999</date> <p>Software that has been developed by thousands of volunteers and is given away is often better than the stuff for sale. <i>Note</i>: The article is no longer available online without registration.</p> </story> </month> <month> <name>������</name> <story> <name>Twenty Years of Berkeley Unix</name> <url>http://www.oreilly.com/catalog/opensources/book/kirkmck.html</url> <site-name>O'Reilly and Associates</site-name> <site-url>http://www.oreilly.com</site-url> <date>January 1999</date> <author>Marshall Kirk McKusick</author> <p>A short history of Berkeley Unix.</p> </story> <story> <name>WWWsmith: Installation and Configuration of FreeBSD</name> <url>http://www.linuxjournal.com/issue57/2515.html</url> <site-name>LINUX JOURNAL</site-name> <site-url>http://www.linuxjournal.com/</site-url> <date>January 1999</date> <author>Sean Eric Fagan</author> <p>Here is how to set up a web server using another freely available operating system, FreeBSD, a high performance, mature, Unix-like system.</p> </story> <story> <name>The return of BSD - What are the BSD flavors and why might you use them?</name> <url>http://www.sunworld.com/swol-01-1999/swol-01-bsd.html</url> <site-name>SunWorld</site-name> <site-url>http://www.sunworld.com/</site-url> <date>January 1999</date> <author>Greg Lehey</author> <p>Introduces the modern BSD OSes to the general public.</p> </story> <story> <site-name>GartnerGroup</site-name> <site-url>http://www.gartner.com/</site-url> <date>18 January 1999</date> <p>While finished thin servers should be optimized in both hardware and software for the task at hand, who says the software and hardware must come from the same developer? This Perspective examines the emerging trend in the OEM market of divorcing the software layer from the hardware layer. Many operating systems are vying to be the OS of choice for thin servers. This document examines this issue in detail, particularly the differences between Linux and FreeBSD, the current de facto leaders in the market. <i>Note</i>: The article is no longer available online without registration.</p> </story> <story> <name>Nature Web Matters: Internet tomography</name> <url>http://helix.nature.com/webmatters/tomog/tomog.html</url> <site-name>Nature</site-name> <site-url>http://www.nature.com/</site-url> <date>7 January 1999</date> <author>K.C. Claffy, Tracie Monk & Daniel McRobb, UCSD/CAIDA, USA.</author> <p>The article describes a network management tool built on FreeBSD that has even used network connections to www.FreeBSD.org for performing network research.</p> </story> </month> </year> <year> <name>1998</name> <month> <name>�������</name> <story> <name>The story on FreeBSD</name> <url>http://www.linuxworld.com/linuxworld/lw-1998-12/lw-12-freebsd.html</url> <site-name>LinuxWorld</site-name> <site-url>http://www.linuxworld.com/</site-url> <date>December 1998</date> <author>Cameron Laird and Kathryn Soraiz</author> <p>This issue has a good article on FreeBSD and why it's worth a look by Linux folks.</p> </story> </month> <month> <name>������</name> <story> <name>The Open-Source Revolution</name> <url>http://www.edventure.com/release1/1198.html</url> <site-name>RELEASE 1.0</site-name> <site-url>http://www.edventure.com/release1/</site-url> <date>November 1998</date> <author>Tim O'Reilly, with an introduction by Esther Dyson</author> <p>A brief, business oriented introduction to the open source community.</p> </story> <story> <name>Report from Comdex--Walnut Creek CDROM, FreeBSD and Slackware</name> <url>http://www.linuxtoday.com/stories/1005.html</url> <site-name>Linux Today</site-name> <site-url>http://www.linuxtoday.com/</site-url> <date>20 November 1998</date> <author>Dwight Johnson</author> <p>There is a good report on the Walnut Creek booth and FreeBSD at the Linux Today website. The first half of the report is on Slackware Linux, the second half is on FreeBSD.</p> </story> <story> <name>Ellison plans hardware, bashes Bill</name> <url>http://www.news.com/News/Item/0,4,28816,00.html</url> <site-name>CNET News.com</site-name> <site-url>http://www.news.com/</site-url> <date>16 November 1998</date> <author>Tim Clark</author> <p>Larry Ellison talking about their new dedicated Oracle servers, mentions FreeBSD as one of a list of candidate OSes for the platform.</p> </story> </month> <month> <name>�������</name> <story> <name>Linux/etc, The other free Unixes, part 2 of 2</name> <url>http://www.computerbits.com/archive/19981000/lnx9810.htm</url> <site-name>Computer Bits</site-name> <site-url>http://www.computerbits.com/</site-url> <date>October 1998</date> <author>Terry Griffin</author> <p>Continuation of an earlier column reviewing freely available Unix like operating systems.</p> </story> <story> <name>What Is FreeBSD?</name> <url>http://www.performance-computing.com/features/9810of1.shtml</url> <site-name>Performance Computing</site-name> <site-url>http://www.performance-computing.com/</site-url> <date>October 1998</date> <author>Jordan K. Hubbard</author> <p>An introduction to FreeBSD, and where it stands with respect to the other free OSes.</p> </story> <story> <name>Unix back in the fight with NT</name> <url>http://www.mercurycenter.com/business/center/unix102798.htm</url> <site-name>Mercury Center</site-name> <site-url>http://www.mercurycenter.com/</site-url> <date>26 October 1998</date> <author>Miguel Helft</author> <p>An article touting the stability and power of the Unix platform over NT.</p> </story> <story> <name>A No-Cost NOS</name> <url>http://www.zdnet.com/pcmag/pclabs/nettools/1718/bench1.html</url> <site-name>ZDNet</site-name> <site-url>http://www.zdnet.com/</site-url> <date>20 October 1998</date> <author>Ryan Snedegar</author> <p>Ryan Snedegar reviews FreeBSD 2.2.7 and finds its web-serving performance to be better than Windows NT.</p> </story> <story> <name>Open Code Frees Up The Net</name> <url>http://www.zdnet.com/intweek/stories/prtarchivestory/0,4356,361668,00.HTML</url> <site-name>Inter@ctive Week</site-name> <site-url>http://www.zdnet.com/intweek/</site-url> <date>19 October 1998</date> <author>Charles Babcock</author> <p>About why customers prefer open source software like Linux, FreeBSD, Perl and TCL to proprietary alternatives.</p> </story> <story> <name>It's only free Unix - but I like it</name> <url>http://www.ireland.com/newspaper/computimes/1998/1012/cmp2.htm</url> <site-name>The Irish Times</site-name> <site-url>http://www.irish-times.com/</site-url> <date>12 October 1998</date> <author>David Malone</author> </story> </month> <month> <name>��������</name> <story> <name>Linux/etc, The other free Unixes, part 1 of 2</name> <url>http://www.computerbits.com/archive/19980900/lnx9809.htm</url> <site-name>Computer Bits</site-name> <site-url>http://www.computerbits.com/</site-url> <date>September 1998</date> <author>Terry Griffin</author> <p>Briefly reviews the BSD Unix heritage.</p> </story> <story> <name>Communications & Networking: Asynchronous Communications Using select and poll</name> <url>http://www.ddj.com/articles/1998/9809/9809e/9809e.htm</url> <site-name>Dr. Dobb's Journal</site-name> <site-url>http://www.ddj.com/</site-url> <date>September 1998</date> <author>Sean Eric Fagan</author> <p>On how to use FreeBSD's <tt><a href="http://www.FreeBSD.org/cgi/man.cgi?select">select(2)</a></tt> and <tt><a href="http://www.FreeBSD.org/cgi/man.cgi?poll">poll(2)</a></tt> system calls.</p> </story> <story> <name>Quality Unix for FREE</name> <url>http://www.zdnet.com/sr/stories/issue/0,4537,349576,00.html</url> <site-name>Sm@rt Reseller Online</site-name> <site-url>http://www.zdnet.com/sr/</site-url> <date>7 September 1998</date> <author>Brett Glass</author> <p>A short introduction to FreeBSD 2.2.7.</p> </story> </month> <month> <name>������</name> <story> <name>Hack raises flags about small ISPs</name> <url>http://www.news.com/News/Item/0,4,25526,00.html</url> <site-name>News.com: Tech News First</site-name> <site-url>http://www.news.com/</site-url> <date>21 August 1998</date> <author>Jim Hu, Staff Writer, CNET NEWS.COM</author> <p>Desire for better security has led some ISPs to deploy FreeBSD on their servers.</p> </story> </month> <month> <name>����</name> <story> <name>Walnut Creek CDROM, One of the Largest Public FTP Archives in the World, Sets Traffic Record Using FreeBSD and Colocating on CRL's High-Speed Internet Network</name> <url>http://www.crl.com/wccdromrcd.html</url> <site-name>CRL Network Services</site-name> <site-url>http://www.crl.com/</site-url> <date>30 July 1998</date> <author>CRL Press Release</author> </story> <story> <name>Pulling on one end of the rope</name> <url></url> <site-name>( freshmeat )</site-name> <site-url>http://www.freshmeat.net/</site-url> <date>13 July 1998</date> <author>Jordan K. Hubbard</author> <p>Jordan compares the past of Unix with the future of Linux, outlining possible similarities and describing faults that could be prevented.</p> </story> </month> <month> <name>����</name> <story> <name>Nader urges Windows probe</name> <url>http://www.news.com/News/Item/0,4,23145,00.html</url> <site-name>CNET News.com</site-name> <site-url>http://www.news.com/</site-url> <date>14 June 1998</date> <author>Jeff Pelline</author> <p>Consumer-rights advocate Ralph Nader mentions FreeBSD by name.</p> </story> <story> <name>Stone's Throw, Issue Fourteen: Home of the Brave, Land of the FreeBSD</name> <url>http://RhapsodyOS.com/editorial/stone/ST00014.html</url> <site-name>RhapsodyOS</site-name> <site-url>http://RhapsodyOS.com/</site-url> <date>10 June 1998</date> <author>Andrew Stone</author> </story> </month> <month> <name>���</name> <story> <name>Load Balancing Your Web Site</name> <url>http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml</url> <site-name>Web Techniques Magazine</site-name> <site-url>http://www.WebTechniques.com/</site-url> <date>May 1998</date> <author>Ralf S.Engelschall</author> <p>Practical approaches to distributing HTTP traffic at your site. Includes a section on performance tuning Apache under FreeBSD.</p> </story> <story> <name>Is NT paranoid or is Unix out to get it?</name> <url>http://www.ncworldmag.com/ncworld/ncw-05-1998/ncw-05-nextten.html</url> <site-name>NC World</site-name> <site-url>http://www.ncworldmag.com/</site-url> <date>May 1998</date> <author>Nicholas Petreley</author> </story> <story> <name>Security Tools in FreeBSD</name> <url>http://www.samag.com/archive/0705/feature.shtml</url> <site-name>SysAdmin</site-name> <site-url>http://www.samag.com/</site-url> <date>May 1998</date> <author>Guy Helmer</author> </story> <story> <name>Free Unix: Do You Get What You Pay For?</name> <url>http://advisor.gartner.com/inbox/articles/ihl2_6398.html</url> <site-name>GartnerGroup</site-name> <site-url>http://www.gartner.com/</site-url> <date>4 May 1998</date> <author>G. Weiss</author> </story> </month> <month> <name>������</name> <story> <name>The new Unix alters NT's orbit</name> <url>http://www.ncworldmag.com/ncworld/ncw-04-1998/ncw-04-nextten.html</url> <site-name>NC World</site-name> <site-url>http://www.ncworldmag.com/</site-url> <date>April 1998</date> <author>Nicholas Petreley</author> </story> <story> <name>Who's Serving Who?</name> <url>http://www.dv.com/magazine/1998/0498/johnson0498.html</url> <site-name>DV Live Magazine</site-name> <site-url>http://www.dv.com/</site-url> <date>April 98</date> <author>Nels Johnson</author> <p>For smaller companies and web sites, a FreeBSD and Apache on an Intel (PC) architecture machine is more than sufficient.</p> </story> </month> <month> <name>����</name> <story> <name>Searching for the next Windows NT</name> <url>http://www.ncworldmag.com/ncworld/ncw-03-1998/ncw-03-nextten.html</url> <site-name>NC World</site-name> <site-url>http://www.ncworldmag.com/</site-url> <date>March 1998</date> <author>Nicholas Petreley</author> </story> <story> <name>Benchmarking and Software Testing: Tracing BSD System Calls</name> <url>http://www.ddj.com/ddj/1998/1998_03/index.htm</url> <site-name>Dr. Dobb's Journal</site-name> <site-url>http://www.ddj.com/</site-url> <date>March 1998</date> <author>Sean Eric Fagan</author> <p><i>Note</i>: the article is not available online.</p> </story> <story> <name>Five alternative operating systems reviewed</name> <url>http://www.cnet.com/Content/Reviews/Compare/AltOS/</url> <site-name>CNET</site-name> <site-url>http://www.cnet.com/</site-url> <date>25 March 1998</date> <author>Cormac Foster</author> </story> </month> <month> <name>�������</name> <story> <name>Source code for the masses</name> <url>http://www.news.com/SpecialFeatures/0,5,18652,00.html</url> <site-name>News.com</site-name> <site-url>http://www.news.com</site-url> <date>2 February 1998</date> <author>Alex Lash</author> </story> </month> </year> <year> <name>1997</name> <month> <name>������</name> <story> <name>The Network Community</name> <url>http://www.computerbits.com/archive/9708/lan9708.htm</url> <site-name>Computer Bits Online</site-name> <site-url>http://www.computerbits.com/</site-url> <date>August 1997</date> <author>Ted Mittelstaedt</author> </story> </month> <month> <name>����</name> <story> <name>The Internet Notebook / The Ports Collection</name> <url>http://www.unixreview.com/archives/articles/1997/june/9706tinbi.shtml</url> <site-name>UNIX Review</site-name> <site-url>http://www.performancecomputing.com/unixreview/</site-url> <date>June 1997</date> <author>Richard Morin</author> <p>A description of the FreeBSD Ports collection.</p> </story> </month> <month> <name>���</name> <story> <name>The Politics of NC Computing According to Oracle</name> <url>http://www.ncworldmag.com/ncworld/ncw-05-1997/ncw-05-analysis.html</url> <site-name>NC World</site-name> <site-url>http://www.ncworldmag.com/</site-url> <date>May 1997</date> <author>Rawn Shaw</author> </story> </month> </year> <year> <name>1996</name> <month> <name>������</name> <story> <name>Assorted Security Tips for UNIX</name> <url>http://www.samag.com/archive/0511/feature.shtml</url> <site-name>SysAdmin</site-name> <site-url>http://www.samag.com/</site-url> <date>November 1996</date> <author>Arthur Donkers</author> <p>A collection of tips and tricks to secure your internal network.</p> </story> </month> </year> </press> diff --git a/ru/releases/index.sgml b/ru/releases/index.sgml index c23e2de205..2d86ca0695 100644 --- a/ru/releases/index.sgml +++ b/ru/releases/index.sgml @@ -1,243 +1,284 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!ENTITY base CDATA ".."> -<!ENTITY date "$FreeBSD$"> +<!ENTITY date "$FreeBSD: www/ru/releases/index.sgml,v 1.7 2002/02/17 13:57:31 phantom Exp $"> <!ENTITY title "���������� � �������"> <!ENTITY % includes SYSTEM "../includes.sgml"> %includes; ]> <!-- The FreeBSD Russian Documentation Project - $FreeBSD$ + $FreeBSD: www/ru/releases/index.sgml,v 1.7 2002/02/17 13:57:31 phantom Exp $ $FreeBSDru: frdp/www/ru/releases/index.sgml,v 1.11 2001/12/17 20:23:16 phantom Exp $ Original revision: 1.56 --> <html> &header; <img src="../../gifs/releases.jpg" height="200" width="300" align="right" border="0"> <p><em>����� ���������� ����� ��������� ���������� � FreeBSD, �������� ��������� <a href="&base;/news/newsflash.html">��������� ��������</a>.</em></p> <a name="current"></a> <h2>������� �����</h2> <p><b>Release &rel.current;</b> (������ 2001) <em> <a href="&u.rel.announce;">�����</a> : <a href="&u.rel.notes;">���������� � ������</a> : <a href="&u.rel.errata;">����������� � ����������</a> </em> </p> <p>������� ����� ����� ��������� ���������� ����� �� ����� <a - href="&base;/handbook/current-stable.html#STABLE">FreeBSD-stable</a>. + href="../../doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">FreeBSD-stable</a>. ��������� ���������� ��������� �� ��������� � <A HREF="&base/where.html">��������� FreeBSD</A>.</p> <a name="future"></a> <h2>������� ������</h2> <p>�� ��������� ���������� ��� ����� ������ ��� �� ����� <a - href="&base;/handbook/current-stable.html#STABLE">FreeBSD-stable</a>, ��� - � <a href="&base;/handbook/cutting-edge.html#CURRENT">FreeBSD-current</a>, + href="../../doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE">FreeBSD-stable</a>, ��� + � <a href="../../doc/en_US.ISO8859-1/books/handbook/cutting-edge.html#CURRENT">FreeBSD-current</a>, ��� � ���� ��������� ��� �������������, ��� � � ���� ������� ������ - �������. ��������� ����� ����� <b>-stable</b> ������������ �� ������ - 2001 ����, � ��� ����� <b>FreeBSD 4.4</b>. ������ ����� ����, ��� - ������ ���������� ������ <b>-current</b>, ������������ �� ������ ������� - 2001 ����, � ��� ����� <b>FreeBSD 5.0</b>. - + �������. ��������� ����� ����� <b>-stable</b> ������������ �� 1 ������� + 2002 ����, � ��� ����� <b>FreeBSD 4.7</b>. ������ ����� ����, ��� + ������ ���������� ������ <b>-current</b>, ������������ 20 ������ + 2002 ����, � ��� ����� <b>FreeBSD 5.0</b>. + + <p>��� ��������� �������������� ���������� � �������� ������� �������, + ��� ����� ���������� ������ ���������� ������� �������, ����������� + � �������� <a href="../../releng/index.html">���������� �������</a> + �� ���� ��� �����.</p> + + <p>������������ �� ������ FreeBSD-stable � + FreeBSD-current �������� � ������� HTML �� �������� + <a HREF="../../relnotes.html">������������ �� �������</a>. + ��� ����� ������������ �����������, ����� �������� ������� ���������, + ���������� FreeBSD.</p> <a name="past"></A> <h2>������� ������</h2> <ul> - <li><b>Release 4.2</b> (������ 2000) + <li><b>4.6</b> (����, 2002) + <em> + <a href="../../releases/4.6R/announce.html">�����</a>: + <a href="../../releases/4.6R/relnotes.html">���������� � ������</a>: + <a href="../../releases/4.6R/hardware.html">���������� � ������������</a>: + <a href="../../releases/4.6R/errata.html">����������� � ����������</a> + </em> + + <li><b>4.5</b> (������, 2002) + <em> + <a href="../../releases/4.5R/announce.html">�����</a>: + <a href="../../releases/4.5R/notes.html">���������� � ������</a>: + <a href="../../releases/4.5R/hardware.html">���������� � ������������</a>: + <a href="../../releases/4.5R/errata.html">����������� � ����������</a> + </em> + + <li><b>4.4</b> (��������, 2001) + <em> + <a href="../../releases/4.4R/announce.html">�����</a>: + <a href="../../releases/4.4R/notes.html">���������� � ������</a>: + <a href="../../releases/4.4R/hardware.html">���������� � ������������</a>: + <a href="../../releases/4.4R/errata.html">����������� � ����������</a> + </em> + + <li><b>4.3</b> (������, 2001) + <em> + <a href="../../releases/4.3R/announce.html">�����</a>: + <a href="../../releases/4.3R/notes.html">���������� � ������</a>: + <a href="../../releases/4.3R/errata.html">����������� � ����������</a> + </em> + + <li><b>4.2</b> (������ 2000) <em> <a href="../../releases/4.2R/announce.html">�����</a> : <a href="../../releases/4.2R/notes.html">���������� � ������</a> : <a href="../../releases/4.2R/errata.html">����������� � ����������</a> </em> <li><b>4.1.1</b> (�������� 2000) <em> <a href="../../releases/4.1.1R/announce.html">�����</a> : <a href="../../releases/4.1.1R/notes.html">���������� � ������</a> : <a href="../../releases/4.1.1R/errata.html">����������� � ����������</a> </em> <li><b>4.1</b> (���� 2000) <em> <A HREF="../../releases/4.1R/announce.html">�����</A> : <A HREF="../../releases/4.1R/notes.html">���������� � ������</A> : <A HREF="../../releases/4.1R/errata.html">����������� � ����������</A> </em> <li><b>4.0</b> (���� 2000) <em> <A HREF="../../releases/4.0R/announce.html">�����</A> : <A HREF="../../releases/4.0R/notes.html">���������� � ������</A> : <A HREF="../../releases/4.0R/errata.html">����������� � ����������</A> </em> <li><b>3.5</b> (���� 2000) <em> <a href="../../releases/3.5R/announce.html">�����</a> : <a href="../../releases/3.5R/notes.html">���������� � ������</a> : <a href="../../releases/3.5R/errata.html">����������� � ����������</a> </em> <li><b>3.4</b> (������� 1999) <em> <a href="../../releases/3.4R/announce.html">�����</a> : <a href="../../releases/3.4R/notes.html">���������� � ������</a> : <a href="../../releases/3.4R/errata.html">����������� � ����������</a> </em> <li><b>3.3</b> (�������� 1999) <em> <a href="../../releases/3.3R/announce.html">�����</a> : <a href="../../releases/3.3R/notes.html">���������� � ������</a> : <a href="../../releases/3.3R/errata.html">����������� � ����������</a> </em> <li><b>3.2</b> (��� 1999) <em> <A HREF="&base/../releases/3.2R/announce.html">�����</A> : <A HREF="&base/../releases/3.2R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/3.2R/errata.html">����������� � ����������</A> </em> <li><b>3.1</b> (������� 1999) <em> <A HREF="&base/../releases/3.1R/announce.html">�����</A> : <A HREF="&base/../releases/3.1R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/3.1R/errata.html">����������� � ����������</A> </em> <li><b>3.0</b> (������� 1998) <em> <A HREF="&base/../releases/3.0R/announce.html">�����</A> : <A HREF="&base/../releases/3.0R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/3.0R/errata.html">����������� � ����������</A> </em> <li><b>2.2.8</b> (������� 1998) <em> <A HREF="&base/../releases/2.2.8R/announce.html">�����</A> : <A HREF="&base/../releases/2.2.8R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/2.2.8R/errata.html">����������� � ����������</A> </em> <li><b>2.2.7</b> (���� 1998) <em> <A HREF="&base/../releases/2.2.7R/announce.html">�����</A> : <A HREF="&base/../releases/2.2.7R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/2.2.7R/errata.html">����������� � ����������</A> </em> <li><b>2.2.6</b> (���� 1998) <em> <A HREF="&base/../releases/2.2.6R/announce.html">�����</A> : <A HREF="&base/../releases/2.2.6R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/2.2.6R/errata.html">����������� � ����������</A> </em> <li><b>2.2.5</b> (������� 1997) <em> <A HREF="&base/../releases/2.2.5R/announce.html">�����</A> : <A HREF="&base/../releases/2.2.5R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/2.2.5R/errata.html">����������� � ����������</A> </em> <li><b>2.2.2</b> (��� 1997) <em> <A HREF="&base/../releases/2.2.2R/notes.html">���������� � ������</A> : <A HREF="&base/../releases/2.2.2R/errata.html">����������� � ����������</A> </em> <li><b>2.2.1</b> (������ 1997) <em> <A HREF="&base/../releases/2.2.1R/notes.html">���������� � ������</A> </em> <li><b>2.2</b> (���� 1997) <em> <A HREF="&base/../releases/2.2R/announce.html">�����</A> : <A HREF="&base/../releases/2.2R/notes.html">���������� � ������</A> </em> <li><b>2.1.7</b> (������� 1997) <em> <A HREF="&base/../releases/2.1.7R/announce.html">�����</A> : <A HREF="&base/../releases/2.1.7R/notes.html">���������� � ������</A> </em> <li><b>2.1.6</b> (������� 1996) <em> <A HREF="&base/../releases/2.1.6R/announce.html">�����</A> : <A HREF="&base/../releases/2.1.6R/notes.html">���������� � ������</A> </em> <li><b>2.1.5</b> (���� 1996) <em> <A HREF="&base/../releases/2.1.5R/announce.html">�����</A> : <A HREF="&base/../releases/2.1.5R/notes.html">���������� � ������</A> </em> <li><b>2.1</b> (������ 1995) <em> <A HREF="&base/../releases/2.1R/announce.html">�����</A> : <A HREF="&base/../releases/2.1R/notes.html">���������� � ������</A> </em> </li> <li><b>2.0.5</b> (���� 1995) <em> <A HREF="&base/../releases/2.0.5R/announce.html">�����</A> : <A HREF="&base/../releases/2.0.5R/notes.html">���������� � ������</A> </em> </li> <li><b>2.0</b> (������ 1994) <em> <A HREF="&base/../releases/2.0/announce.html">�����</A> : <A HREF="&base/../releases/2.0/notes.html">���������� � ������</A> </em> </li> <li><b>1.1.5.1</b> (���� 1994)</li> <li><b>1.1.5</b> <em> <A HREF="&base/../releases/1.1.5/RELNOTES.FreeBSD">���������� � ������</A> </em> </li> <li><b>1.1</b> (��� 1994) <em> <A HREF="&base/../releases/1.1/RELNOTES.FreeBSD">���������� � ������</A> </em> </li> <li><b>1.0</b> (������ 1993)</li> </ul> <a name="releasestatistic"></a> <h2>���������� ������������� �������</h2> <p>������� ���������� ������������� ������� FreeBSD ��������� �� ������ <a - href="http://www.FreeBSD.org/statistic/release_usage/2001/"> - http://www.FreeBSD.org/statistic/release_usage/2001/</a>.</p> + href="http://www.FreeBSD.org/statistic/release_usage/2002/"> + http://www.FreeBSD.org/statistic/release_usage/2002/</a>.</p> &footer; </body> </html> diff --git a/ru/where.sgml b/ru/where.sgml index 52a722c4f3..68ac0dfdb4 100644 --- a/ru/where.sgml +++ b/ru/where.sgml @@ -1,153 +1,153 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ -<!ENTITY date "$FreeBSD$"> +<!ENTITY date "$FreeBSD: www/ru/where.sgml,v 1.5 2000/12/29 13:37:57 phantom Exp $"> <!ENTITY title "��������� FreeBSD"> <!ENTITY % includes SYSTEM "includes.sgml"> %includes; ]> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: www/ru/where.sgml,v 1.5 2000/12/29 13:37:57 phantom Exp $ --> <!-- The FreeBSD Russian Documentation Project --> <!-- $FreeBSDru: frdp/www/ru/where.sgml,v 1.5 2000/12/22 15:20:00 phantom Exp $ --> <!-- Original revision: 1.44 --> <html> &header; <a name="releases"></a> <h2><a href="&base/releases/index.html">���������� � �������</a></h2> <p>��������� �������� ��� ��������, ������� � ����������� �������. ����������� ����, ����� ������, ����� ������ FreeBSD �������� ����� ���������.</p> <a name="install"></a> - <h2><a href="handbook/install.html">��������� FreeBSD</a></h2> + <h2><a href="../doc/en_US.ISO8859-1/books/handbook/install.html">��������� FreeBSD</a></h2> <p>���������� ����� ��������� ��������� FreeBSD, ������� ����������� � �������-�����, ������, ������� MS-DOS, ��������� �����, ���������� ftp-������� � NFS. ����������, ��������� �� - <a href="handbook/install.html">����������� �� ���������</a>, + <a href="../doc/en_US.ISO8859-1/books/handbook/install.html">����������� �� ���������</a>, ������ ��� ��������� ������ ����������� FreeBSD. ���� �� ����������� ��������� �� ������, ������������ � Internet, ��� ���������� ������� ������������ ���� � ������� ������������� �����!</p> <a name="distribution"></a> <h2>����� ���������������</h2> <p>������������ �������� ��������� FreeBSD ��������:</p> <ul> <li>����� ��������� ftp � <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD"> ftp://ftp.FreeBSD.org/pub/FreeBSD</a>: <ul> <li><a - href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.0-RELEASE"> - FreeBSD 4.0-RELEASE/alpha</a></li> + href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.6.2-RELEASE"> + FreeBSD 4.6.2-RELEASE/alpha</a></li> <li><a - href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.0-RELEASE"> - FreeBSD 4.0-RELEASE/i386</a></li> + href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.6.2-RELEASE"> + FreeBSD 4.6.2-RELEASE/i386</a></li> </ul> </li> <li>����� ��������� ftp � ������ �� ��������� <a - href="handbook/mirrors.html"><strong>���������� + href="../doc/en_US.ISO8859-1/books/handbook/mirrors.html"><strong>���������� ��������</strong></a></li> <li>�� �������-����� �� <a href="http://www.osd.bsdi.com/titles/freebsd/">BSDi</a></li> </ul> <p>���� �� ����������� ������� FreeBSD �� ftp, ���������, ����������, - ������ <a href="handbook/mirrors.html"><strong>���������� + ������ <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors.html"><strong>���������� ��������</strong></a> � �����������, ����� ����� ��������� � ��� ����. ����� ������ ����� ��������� ���������� � �������, ��������� � ������� ������� � �����, �������� <a href="releases/">��������� � ����������� � �������</a>.</p> <p>���� �� ������������� ����� ����������������� - <strong>���������</strong> FreeBSD-current (AKA 5.0-current), + <strong>���������</strong> FreeBSD-current (AKA 5.0-current), ��������������� ������ ��� ������������� � ��������, �� ���������� � <a href="ftp://current.FreeBSD.org/pub/FreeBSD/">������� FTP ���������� ���������</a>.</p> <a name="apps"></a> <h2>���������� � �������</h2> <h3>��������� ��������</h3> <p>������� FreeBSD ������������ ����� ����� ���������������� � ����������� ������������ �����������, ������� ���� ���������� �� FreeBSD. ������� �������� ��� ������������������ ��������� �������, �������� � ��������� � ������� �� ����� �������.</p> <ul> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/packages"> ������� ��� FreeBSD-current</a></li> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/2.2-stable/packages"> ������� ��� FreeBSD 2.2-stable</a></li> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/3.0-stable/packages"> ������� ��� FreeBSD 3.0-stable</a></li> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/4.0-stable/packages"> ������� ��� FreeBSD 4.0-stable</a></li> </ul> <h3>��������� ������</h3> <p>��������� ������ - ��� �� �� �����, ��� � ��������� ��������, �� ������ ��� ����������������� �������� ������ ������������ ����� ����� ����������� ������ � ������ ��������� ��� ���������� �������� �������. ��� ������������ �����������, ������������ �������� ������ ���� ������� �� ����� ����������, ������ � ���� "�����" ����� ��������� ����� ��������, ��� ������ � ���� "�������".</p> <ul> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/">��������� ������ FreeBSD</a></li> <li><a href="ports/index.html">WWW-��������� � ��������� ������</a></li> </ul> <p>���������� � ���, ��� <em>��</em> ������ �������� <em>����</em> ������� ��������� � ��������� ������, ��������� � ����� - <em><a href="handbook/porting.html">������������ ����������</a></em> � - <em><a href="handbook/contrib.html">���������� � FreeBSD</a></em> � + <em><a href="../doc/en_US.ISO8859-1/books/handbook/porting.html">������������ ����������</a></em> � + <em><a href="../doc/en_US.ISO8859-1/books/handbook/contrib.html">���������� � FreeBSD</a></em> � <a href="handbook"><em>����������� FreeBSD</em></a>.</p> <h3>������������ ����������� �����������</h3> <p>������� � FreeBSD <a href="releases/">Release 2.0.5</a>, � �������� FreeBSD ���������� ���������������� ������ ��������� ������������ � �������-���������� ��������. ����� ����-������, ������������ � ������������� FreeBSD, ��������� ����� ����������� ���������� ����������� ����������� ���������� ��� FreeBSD.</p> <ul> - <li><a href="commercial/commercial.html">����������, �������������� + <li><a href="../../commercial/commercial.html">����������, �������������� FreeBSD</a></li> </ul> &footer; </body> </html> <!-- Local Variables: mode: sgml sgml-indent-data: t sgml-omittag: nil sgml-always-quote-attributes: t End: -->