diff --git a/ru/Makefile b/ru/Makefile index a8194858b6..e86fcf149d 100644 --- a/ru/Makefile +++ b/ru/Makefile @@ -2,7 +2,7 @@ # The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/Makefile,v 1.51 2005/12/23 15:22:16 gad Exp $ +# $FreeBSDru: frdp/www/ru/Makefile,v 1.53 2006/02/18 18:46:43 gad Exp $ # # Original revision: 1.122 # @@ -48,6 +48,7 @@ SUBDIR= FAQ SUBDIR+= commercial SUBDIR+= community SUBDIR+= copyright +SUBDIR+= developers SUBDIR+= docproj SUBDIR+= docs SUBDIR+= donations diff --git a/ru/developers/Makefile b/ru/developers/Makefile new file mode 100644 index 0000000000..a0bc614999 --- /dev/null +++ b/ru/developers/Makefile @@ -0,0 +1,15 @@ +# $FreeBSDru: frdp/www/ru/developers/Makefile,v 1.1 2006/02/18 18:20:33 gad Exp $ +# $FreeBSD$ +# +# Original revision: 1.1 + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= cvs.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/developers/cvs.sgml b/ru/developers/cvs.sgml new file mode 100644 index 0000000000..ef6aca3384 --- /dev/null +++ b/ru/developers/cvs.sgml @@ -0,0 +1,74 @@ +<!-- The FreeBSD Russian Documentation Project--> +<!-- $FreeBSDru: frdp/www/ru/developers/cvs.sgml,v 1.1 2006/02/18 18:20:33 gad Exp $ --> +<!-- $FreeBSD$ --> +<!-- Original revision: 1.3 --> + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ +<!ENTITY base CDATA ".."> +<!ENTITY date "$FreeBSD$"> +<!ENTITY title "CVS �����������"> +<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes; +<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; +]> + +<html> +&header; + + <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> + (Concurrent Version System) �������� ��� ������������, ������� �� + ���������� ��� ���������� ��������� �������� �������. ������ ��������� + (� ������������� ������� � �������, ����������� ��� �����), ������� � + FreeBSD 2.0 ������ �� �������� �������, �������� �����. �� ����� + ����� ����������� ����������� Web-����������, ������� �������� ����. + ����� �������� ������ ����� CVS ����������� FreeBSD ��� ����� + ����� ������ ����, �� ������ ��������� ����� �� ��������� ��������:</p> + + <ul> + <li><a + href="&enbase;/doc/ru_RU.KOI8-R/books/handbook/synching.html#CVSUP"> + cvsup</a> � ������, ���� ��� ��������� ������ �� ����������, � ������� + �������������� ������������� ������ � ������� �������������� ������� + (���������� �� ������, �� ������, �� ����� Modula-3).</li> + + <li><a name="anoncvs" + href="&enbase;/doc/ru_RU.KOI8-R/books/handbook/synching.html#ANONCVS"> + anoncvs</a>, ���� ��� ��������� ������ �� ����������, ������� ���� + ��������� �������, ��� cvsup, �������� �� ����� (� ������ ������ + ������� � �������), ���� ��� ����� ������������ ��� �������� ��������� + �������� ������ � �� �� ������� ������, ����� cvs ������, ��� + ���������� � �������� FreeBSD.</li> + + <li><a href="&enbase;/doc/ru_RU.KOI8-R/books/handbook/synching.html#CTM"> + CTM</a> ���� ��� ��������� ����� �������� ������������ ����� ����� + ������� � �������� ������ (� �������� ��������� ������ �� ����������� + �����).</li> + + <li>�� ������ ����� ��������������� <a + href="http://cvsweb.FreeBSD.org">web-�����������</a>, + ���� ��� ����� ������ ����������� ����������� � ������� ���������� + ��������� ��� ������� �����.</li> + + <li>� �������, ���� ��� ����� ������ ����� ��� �� �� ������������� ��� + ��� ���������� ������������ FTP, ������ ������ ������� ������� + CVS ����������� � ������� <a + href="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/FreeBSD-CVS"> + ftp.freebsd.org</a>.</li> + </ul> + + <p>������� web ���������� � CVS �������� � + <a href="http://cvs.freebsd.uwaterloo.ca/cgi-bin/cvsweb.cgi/">������</a>, + <a href="http://www.jp.FreeBSD.org/cgi/cvsweb.cgi/">������</a>, + <a href="http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi/">����������</a>, + � <a href="http://cvsweb.FreeBSD.org/">���/����������</a> � � + <a href="http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd">�������</a>.</p> + + <p>��������� Subversion ������� src/ CVS ����������� FreeBSD + ������� �� svn://svn.clkao.org/freebsd/. ����� �������� + <a href="http://svn.clkao.org/svnweb/freebsd/">web ���������</a>. + ��� ������������� ��� ���, ��� ����� �� ����������� svk + ������� �������� ������.</p> + +&footer; + +</body> +</html> diff --git a/ru/includes.navabout.sgml b/ru/includes.navabout.sgml index 0cc1ffeaa1..2fd4de45e0 100644 --- a/ru/includes.navabout.sgml +++ b/ru/includes.navabout.sgml @@ -1,6 +1,9 @@ -<!-- $FreeBSD: www/ru/includes.navabout.sgml,v 1.1 2005/10/05 20:39:12 simon Exp $ --> +<!-- The FreeBSD Russian Documentation Project --> +<!-- $FreeBSDru: frdp/www/ru/includes.navabout.sgml,v 1.2 2006/02/18 17:32:33 gad Exp $ --> +<!-- $FreeBSD$ --> +<!-- Original revision: 1.3 --> -<!ENTITY nav '<div id="sidenav"> +<!ENTITY nav '<div id="SIDENAV"> <h2 class="blockhide">��������� �� �������</h2> <ul> <li><a href="&base;/about.html">� FreeBSD</a></li> diff --git a/ru/includes.navcommunity.sgml b/ru/includes.navcommunity.sgml index a91ecf7c8e..f82c69fa7f 100644 --- a/ru/includes.navcommunity.sgml +++ b/ru/includes.navcommunity.sgml @@ -1,9 +1,9 @@ <!-- The FreeBSD Russian Documentation Project --> -<!-- $FreeBSDru: frdp/www/ru/includes.navcommunity.sgml,v 1.2 2005/11/03 18:13:16 gad Exp $ --> +<!-- $FreeBSDru: frdp/www/ru/includes.navcommunity.sgml,v 1.3 2006/02/18 17:32:33 gad Exp $ --> <!-- $FreeBSD$ --> -<!-- Original revision: 1.2 --> +<!-- Original revision: 1.3 --> -<!ENTITY nav '<div id="sidenav"> +<!ENTITY nav '<div id="SIDENAV"> <h2 class="blockhide">��������� �� �������</h2> <ul> <li><a href="&base;/community.html">����������</a></li> diff --git a/ru/includes.navdevelopers.sgml b/ru/includes.navdevelopers.sgml index 73493c6361..ba0a998dee 100644 --- a/ru/includes.navdevelopers.sgml +++ b/ru/includes.navdevelopers.sgml @@ -1,23 +1,30 @@ -<!-- $FreeBSD: www/ru/includes.navdevelopers.sgml,v 1.2 2005/10/26 12:29:59 bvs Exp $ --> +<!-- The FreeBSD Russian Documentation Project --> +<!-- $FreeBSD$ --> +<!-- $FreeBSDru: frdp/www/ru/includes.navdevelopers.sgml,v 1.4 2006/02/18 18:19:53 gad Exp $ --> +<!-- Original revision: 1.7 --> -<!ENTITY nav '<div id="sidenav"> +<!ENTITY nav '<div id="SIDENAV"> <h2 class="blockhide">��������� �� �������</h2> <ul> <li><a href="&base;/projects/index.html">������������</a></li> <li><a href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">����������� ������������</a></li> <li><a href="&enbase;/doc/&url.doc.langcode;/books/porters-handbook">����������� �� �������� ������</a></li> -<li><a href="&base;/support.html#cvs">CVS �����������</a></li> +<li><a href="&base;/developers/cvs.html">CVS �����������</a></li> <li><a href="&base;/releng/index.html">���������� �������</a></li> <li><a href="&base;/platforms/">���������</a> <ul> <li><a href="&base;/platforms/alpha.html">alpha</a></li> <li><a href="&base;/platforms/amd64.html">amd64</a></li> + <li><a href="&base;/platforms/arm.html">ARM</a></li> <li><a href="&base;/platforms/i386.html">i386</a></li> - <li><a href="&base;/platforms/ia64.html">ia64</a></li> + <li><a href="&base;/platforms/ia64/index.html">ia64</a></li> + <li><a href="&base;/platforms/mips.html">MIPS</a></li> <li><a href="&base;/platforms/pc98.html">pc98</a></li> + <li><a href="&base;/platforms/ppc.html">ppc</a></li> <li><a href="&base;/platforms/sparc.html">sparc64</a></li> + <li><a href="&base;/platforms/xbox.html">xbox</a></li> </ul> </li> -<li><a href="&enbase;/doc/en_US.ISO8859-1/articles/contributing/index.html">���������� �������</a></li> +<li><a href="&enbase;/doc/&url.doc.langcode;/articles/contributing/index.html">���������� �������</a></li> </ul> </div> <!-- sidenav -->'> diff --git a/ru/includes.navsupport.sgml b/ru/includes.navsupport.sgml index f3fb95b486..f35fb34a3b 100644 --- a/ru/includes.navsupport.sgml +++ b/ru/includes.navsupport.sgml @@ -1,9 +1,9 @@ <!-- The FreeBSD Russian Documentation Project --> -<!-- $FreeBSDru: frdp/www/ru/includes.navsupport.sgml,v 1.2 2005/11/03 21:27:23 gad Exp $ --> +<!-- $FreeBSDru: frdp/www/ru/includes.navsupport.sgml,v 1.3 2006/02/18 17:32:33 gad Exp $ --> <!-- $FreeBSD$ --> -<!-- Original revision: 1.2 --> +<!-- Original revision: 1.3 --> -<!ENTITY nav '<div id="sidenav"> +<!ENTITY nav '<div id="SIDENAV"> <h2 class="blockhide">��������� �� �������</h2> <ul> <li><a href="&base;/support.html">���������</a></li> diff --git a/ru/platforms/Makefile b/ru/platforms/Makefile index 2eb15b25f2..1d2bb544c2 100644 --- a/ru/platforms/Makefile +++ b/ru/platforms/Makefile @@ -2,7 +2,7 @@ # The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.10 2005/05/19 14:10:28 andy Exp $ +# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.11 2006/02/13 18:29:37 gad Exp $ # # Original revision: 1.10 # @@ -24,6 +24,7 @@ DOCS+= mips.sgml DOCS+= pc98.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml +DOCS+= xbox.sgml DOCS+= x86-64.sgml SUBDIR= amd64 diff --git a/ru/platforms/xbox.sgml b/ru/platforms/xbox.sgml new file mode 100644 index 0000000000..b78ad98a71 --- /dev/null +++ b/ru/platforms/xbox.sgml @@ -0,0 +1,45 @@ +<!-- The FreeBSD Russian Documentation Project --> +<!-- $FreeBSDru: frdp/www/ru/platforms/xbox.sgml,v 1.1 2006/02/13 18:29:37 gad Exp $ --> +<!-- Original revision: 1.1--> + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ +<!ENTITY base CDATA ".."> +<!ENTITY date "$FreeBSD$"> +<!ENTITY title "������ FreeBSD/xbox"> +<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes; +<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; +<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; +]> + +<html> + &header; + +<h3>��������</h3> + +<p>FreeBSD/xbox - ��� ���� FreeBSD � ����� ��������� ţ �� Microsoft® + Xbox® ��������. <a href="mailto:rink@FreeBSD.org">&a.rink;</a> ����� + ������ ������. �� �������� �������� ������ �� ��������� ������ � + ����������������. <a href="mailto:ed@fxq.nl">Ed Schouten</a> ������� + � ��������������� ������, � ����� ����������� ������ �� ��������� + ������������� Xbox.</p> + +<h3>������</h3> + +<p>FreeBSD/xbox �������������� ������ �� FreeBSD 7-CURRENT � �������� + ����������������� �����. �������������� ����������, Ethernet, ���� + � USB ���������� (����� ��� USB ���������� ��� �������).</p> + +<p>����� syscons(4) ����������� ������� ��� 7-CURRENT �������� <a + href="http://www.xbox-bsd.nl/patches/xbox-syscons.diff">�����</a>. ���������: + �� ������ ������� /sys/i386/xbox/xboxfb.c ����� ���������� ����� �����!</p> + +<p>����� live/install CD ��������� � ���������� �� ������ ������.</p> + +<h3>������</h3> + +<ul> + <li><a href="http://www.xbox-linux.org/">������ �� ������������ Linux �� Xbox</a></li> +</ul> + + &footer; +</html>