From 6327a9c18639bc6215dec59eea738cdb0b9b0913 Mon Sep 17 00:00:00 2001
From: Maxim Sobolev
Date: Wed, 7 Nov 2001 16:32:19 +0000
Subject: [PATCH] http://www.FreeBSD.org/cgi/cvsweb.cgi/ -->
http://cvsweb.FreeBSD.org/
---
en/cgi/cvsweb.cgi | 8 ++++----
en/cgi/cvsweb.conf | 6 +++---
en/cgi/getmsg.cgi | 4 ++--
en/cgi/ports.cgi | 6 +++---
en/cgi/query-pr.cgi | 4 ++--
en/conspectus/stable/2000/05/29.sgml | 4 ++--
en/news/1996/index.sgml | 4 ++--
en/news/1998/index.sgml | 4 ++--
en/projects/mozilla.sgml | 6 +++---
en/releases/2.2.8R/errata.sgml | 6 +++---
en/releases/3.2R/errata.sgml | 6 +++---
en/support.sgml | 8 ++++----
en/usergroups.sgml | 8 ++++----
en/y2kbug.sgml | 8 ++++----
es/news/newsflash.sgml | 8 ++++----
es/projects/mozilla.sgml | 4 ++--
es/releases/2.2.8R/errata.sgml | 2 +-
es/releases/3.2R/errata.sgml | 2 +-
es/support.sgml | 6 +++---
es/y2kbug.sgml | 10 +++++-----
ja/projects/mozilla.sgml | 6 +++---
ja/releases/2.2.8R/errata.sgml | 6 +++---
ja/releases/3.2R/errata.sgml | 6 +++---
ja/support.sgml | 8 ++++----
ja/y2kbug.sgml | 8 ++++----
ru/news/1996/index.sgml | 2 +-
ru/news/newsflash.sgml | 2 +-
ru/projects/mozilla.sgml | 4 ++--
ru/support.sgml | 10 +++++-----
ru/y2kbug.sgml | 6 +++---
30 files changed, 86 insertions(+), 86 deletions(-)
diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi
index cd607d4842..b1c3cce8a4 100755
--- a/en/cgi/cvsweb.cgi
+++ b/en/cgi/cvsweb.cgi
@@ -13,7 +13,7 @@
#
# Based on:
# * Bill Fenners cvsweb.cgi revision 1.28 available from:
-# http://www.FreeBSD.org/cgi/cvsweb.cgi/www/en/cgi/cvsweb.cgi
+# http://cvsweb.FreeBSD.org/www/en/cgi/cvsweb.cgi
#
# Copyright (c) 1996-1998 Bill Fenner
# (c) 1998-1999 Henner Zeller
@@ -42,9 +42,9 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: cvsweb.cgi,v 1.76 2001-09-19 15:18:41 fenner Exp $
+# $Id: cvsweb.cgi,v 1.77 2001-11-07 16:32:11 sobomax Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.82 2001/08/01 09:54:52 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.75 2001/08/01 10:41:47 knu Exp $
+# $FreeBSD$
#
###
@@ -234,7 +234,7 @@ $LOG_REVSEPARATOR = q/^-{28}$/;
##### End of configuration variables #####
$cgi_style::hsty_base = 'http://www.FreeBSD.org';
-$_ = q$FreeBSD: www/en/cgi/cvsweb.cgi,v 1.75 2001/08/01 10:41:47 knu Exp $;
+$_ = q$FreeBSD$;
@_ = split;
$cgi_style::hsty_date = "@_[3,4]";
diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf
index 0a171b8eda..7c894846b7 100644
--- a/en/cgi/cvsweb.conf
+++ b/en/cgi/cvsweb.conf
@@ -6,9 +6,9 @@
# 1999 H. Nordstrom
# 2000-2001 A. MUSHA
# based on work by Bill Fenner
-# $Id: cvsweb.conf,v 1.22 2001-08-01 10:41:47 knu Exp $
+# $Id: cvsweb.conf,v 1.23 2001-11-07 16:32:11 sobomax Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.21 2001/07/06 09:58:17 knu Exp $
+# $FreeBSD$
#
###
@@ -60,7 +60,7 @@ $cvstreedefault = $CVSrepositories[2 * 0]; # The first one
'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi',
'Russia' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
- 'USA, California' => 'http://www.FreeBSD.org/cgi/cvsweb.cgi',
+ 'USA, California' => 'http://cvsweb.FreeBSD.org/',
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
);
diff --git a/en/cgi/getmsg.cgi b/en/cgi/getmsg.cgi
index 7a5e8270ba..2fc34e5357 100755
--- a/en/cgi/getmsg.cgi
+++ b/en/cgi/getmsg.cgi
@@ -6,7 +6,7 @@
# by John Fieber
# February 26, 1998
#
-# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.29 2000/11/29 22:10:24 wosch Exp $
+# $FreeBSD$
#
require "./cgi-lib.pl";
@@ -208,7 +208,7 @@ sub MessageToHTML
sub AddAnchors
{
my ($text) = @_;
- my $cvsweb = 'http://www.freebsd.org/cgi/cvsweb.cgi';
+ my $cvsweb = 'http://cvsweb.FreeBSD.org/';
$text =~ s/(http|https|ftp|gopher|mailto|news|file)(:[^\s]*?\/?)(\W?\s)/$1$2<\/a>$3/goi;
diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi
index bae23ecd88..c023cf2e69 100755
--- a/en/cgi/ports.cgi
+++ b/en/cgi/ports.cgi
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $
+# $FreeBSD$
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@@ -91,7 +91,7 @@ sub init_variables {
# CVS Web interface
$remotePrefixCvs =
- 'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports';
+ 'http://cvsweb.FreeBSD.org/ports';
# Ports documentation
$portsDesc = '../ports/';
@@ -553,7 +553,7 @@ sub footer {
© 1996-2001 by Wolfram Schneider. All rights reserved.
};
- #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "
\n";
+ #print q{$FreeBSD$} . "
\n";
print qq{Please direct questions about this service to
$mailto
\n};
print qq{General questions about FreeBSD ports should be sent to } .
diff --git a/en/cgi/query-pr.cgi b/en/cgi/query-pr.cgi
index 0be0399b54..6a0d94b34c 100755
--- a/en/cgi/query-pr.cgi
+++ b/en/cgi/query-pr.cgi
@@ -1,5 +1,5 @@
#!/usr/bin/perl -T
-# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.25 2000/12/29 12:43:12 wosch Exp $
+# $FreeBSD$
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";
@@ -194,7 +194,7 @@ sub getline
sub cvsweb {
local($file) = shift;
$file =~ s/[,.;]$//;
- return 'http://www.FreeBSD.org/cgi/cvsweb.cgi/' . $file;
+ return 'http://cvsweb.FreeBSD.org/' . $file;
}
diff --git a/en/conspectus/stable/2000/05/29.sgml b/en/conspectus/stable/2000/05/29.sgml
index 861cb4df7c..3195acd088 100644
--- a/en/conspectus/stable/2000/05/29.sgml
+++ b/en/conspectus/stable/2000/05/29.sgml
@@ -1,6 +1,6 @@
-
+
%includes;]>
@@ -352,7 +352,7 @@
1) Get the diffs.
You will need a CVS repository, or use the cvsweb interface
- at http://www.freebsd.org/cgi/cvsweb.cgi to extract the diffs.
+ at http://cvsweb.FreeBSD.org/ to extract the diffs.
Note that mlx.c, mlx_disk.c, mlx_pci.c and mlxvar.h all
changed in this fix.
2) Apply the diffs.
diff --git a/en/news/1996/index.sgml b/en/news/1996/index.sgml
index 9574e1ffda..91bfc58405 100644
--- a/en/news/1996/index.sgml
+++ b/en/news/1996/index.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
News Home
'>
@@ -42,7 +42,7 @@
4-Nov-1996 The FreeBSD CVS development
+ href="http://cvsweb.FreeBSD.org/">CVS development
tree has branched again. See here for
more information.
diff --git a/en/news/1998/index.sgml b/en/news/1998/index.sgml
index 921e23c642..cb35c7a46d 100644
--- a/en/news/1998/index.sgml
+++ b/en/news/1998/index.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
News Home'>
@@ -180,7 +180,7 @@
01-May-98
The FreeBSD Project set up Anonymous CVS for the
- FreeBSD CVS
+ FreeBSD CVS
tree. Among other things, it allows users of FreeBSD to
perform, with no special privileges, read-only CVS operations
against one of the FreeBSD project's official anoncvs
diff --git a/en/projects/mozilla.sgml b/en/projects/mozilla.sgml
index 0b70a6e369..e0e45e70f1 100644
--- a/en/projects/mozilla.sgml
+++ b/en/projects/mozilla.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
@@ -25,10 +25,10 @@
diff --git a/en/releases/2.2.8R/errata.sgml b/en/releases/2.2.8R/errata.sgml
index 58f01a6c21..13fa67fccd 100644
--- a/en/releases/2.2.8R/errata.sgml
+++ b/en/releases/2.2.8R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
&header;
@@ -58,7 +58,7 @@ Fix: If passed a string longer than the maximum allowed for a user name,
initial characters in the string up to the maximum length allowed for a
user name. To correct this behaviour, libc needs to be patched and
recompiled. The appropriate patch can be obtained from:
- http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
+ http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
diff --git a/en/releases/3.2R/errata.sgml b/en/releases/3.2R/errata.sgml
index a9e7368ace..f3becd0756 100644
--- a/en/releases/3.2R/errata.sgml
+++ b/en/releases/3.2R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
&header;
@@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
o /usr/bin/gdb crashes when debugging core files from static programs
Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
- version via CVSup (see instructions in handbook) or apply the patch
+ version via CVSup (see instructions in handbook) or apply the patch
from our CVSweb service.
o While booting the install floppy, user sees the following message
diff --git a/en/support.sgml b/en/support.sgml
index fecaa506c2..32887d149d 100644
--- a/en/support.sgml
+++ b/en/support.sgml
@@ -1,5 +1,5 @@
+
%includes;
]>
@@ -240,7 +240,7 @@
-
+
CVS (the
Concurrent Version System) is the tool we use for keeping our sources
@@ -265,7 +265,7 @@
very low overhead, batch-mode access (basically, patches through
email).
- The web interface
+ The web interface
if you are looking to simply browse the repository in search of a
specific change or file revision.
@@ -276,7 +276,7 @@
Mirrors of the CVS Repository cgi script are available in California, California, Germany,
Japan and Spain (
+
%includes;
]>
@@ -240,7 +240,7 @@
-
+
CVS (the
Concurrent Version System) is the tool we use for keeping our sources
@@ -265,7 +265,7 @@
very low overhead, batch-mode access (basically, patches through
email).
-
The web interface
+ The web interface
if you are looking to simply browse the repository in search of a
specific change or file revision.
@@ -276,7 +276,7 @@
Mirrors of the CVS Repository cgi script are available in California, California, Germany,
Japan and Spain (
+
%includes;
]>
@@ -109,7 +109,7 @@
FreeBSD-3.1 and above]
xntpd/parse/util/dcfd.c
+ href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c
The leap year calculations for the number of days in a year, and the
conversion of DCF77 time to seconds since the Epoch were wrong. These
@@ -117,7 +117,7 @@
FreeBSD-3.1 and above]
tar/getdate.y
+ href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y
Function Convert() was hard-coded for two digit years in range 70-99.
Now adjusted to allow two digit years for 1970-2069. The function
@@ -126,7 +126,7 @@
fetch/http.c
+ href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c
The HTTP protocol includes an obsolete date format which uses a
two-digit year. Previous versions of fetch would interpret all such
diff --git a/es/news/newsflash.sgml b/es/news/newsflash.sgml
index e3edf103ce..8ddc1d1be6 100644
--- a/es/news/newsflash.sgml
+++ b/es/news/newsflash.sgml
@@ -1,11 +1,11 @@
-
+
%includes;
%newsincludes;
]>
-
+
&header;
@@ -348,7 +348,7 @@ Releases.
The FreeBSD Project set up
Anonymous
CVS
- for the FreeBSD CVS tree.
+ for the FreeBSD CVS tree.
Among other things, it allows users of FreeBSD to perform,
with no special privileges, read-only CVS operations
against one of the FreeBSD project's official anoncvs servers.
@@ -694,7 +694,7 @@ Releases.
4-Nov-1996
- The FreeBSD CVS
+ The FreeBSD CVS
development tree has branched again. See here
for more information.
diff --git a/es/projects/mozilla.sgml b/es/projects/mozilla.sgml
index 7eb2115080..214dd47ecd 100644
--- a/es/projects/mozilla.sgml
+++ b/es/projects/mozilla.sgml
@@ -25,10 +25,10 @@
diff --git a/es/releases/2.2.8R/errata.sgml b/es/releases/2.2.8R/errata.sgml
index cb6e1b0a28..45aa258768 100644
--- a/es/releases/2.2.8R/errata.sgml
+++ b/es/releases/2.2.8R/errata.sgml
@@ -58,7 +58,7 @@ Fix: If passed a string longer than the maximum allowed for a user name,
initial characters in the string up to the maximum length allowed for a
user name. To correct this behaviour, libc needs to be patched and
recompiled. The appropriate patch can be obtained from:
- http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
+ http://cvsweb.freebsd.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
diff --git a/es/releases/3.2R/errata.sgml b/es/releases/3.2R/errata.sgml
index e4e1778de7..f2de52ea29 100644
--- a/es/releases/3.2R/errata.sgml
+++ b/es/releases/3.2R/errata.sgml
@@ -44,7 +44,7 @@ Fix: cd /usr/lib/compat
o /usr/bin/gdb crashes when debugging core files from static programs
Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
- version via CVSup (see instructions in handbook) or apply the patch
+ version via CVSup (see instructions in handbook) or apply the patch
from our CVSweb service.
o While booting the install floppy, user sees the following message
diff --git a/es/support.sgml b/es/support.sgml
index eb905164fb..7095f85249 100644
--- a/es/support.sgml
+++ b/es/support.sgml
@@ -1,9 +1,9 @@
+
%includes;
]>
-
+
&header;
@@ -208,7 +208,7 @@ http://www.tw.freebsd.org/ Local language
Mirrors del script de CVSWeb están disponibles en
- California,
+ California,
Alemania,
Japón y España
diff --git a/es/y2kbug.sgml b/es/y2kbug.sgml
index 5c4a211c7b..a8bae3a913 100644
--- a/es/y2kbug.sgml
+++ b/es/y2kbug.sgml
@@ -1,9 +1,9 @@
+
%includes;
]>
-
+
&header;
@@ -128,14 +128,14 @@
1900-1968 en lugar de 2000-2068. [Solucionado: v1.7 1999/01/05]
-
- xntpd/parse/util/dcfd.c
+ - xntpd/parse/util/dcfd.c
- El cálculo de años bisiestos para el número de
días en un año, y la conversión del tiempo DFC77
a segundos desde el Epoch era incorrecta. Estos errores afectaban a
todos los años. [Solucionado: v1.6 1999/01/12]
- - tar/getdate.y
+ - tar/getdate.y
- La función convert() tenía fijado el uso de dos
dígitos en el año para el rango 70-99. Ha sido ajustada
para permitir años de dos dígitos para for 1970-2069.
@@ -143,7 +143,7 @@
alerta y2k1!. [Solucionado: v1.4 1999/01/12]
- - fetch/http.c
+ - fetch/http.c
- El protocolo HTTP incluye un formato de fecha obsoleto que usa un
año de dos dígitos. Las versiones anteriores de fetch
interpretaban todas las fechas en 1900s; con esta revisión, se
diff --git a/ja/projects/mozilla.sgml b/ja/projects/mozilla.sgml
index 7e173cb00a..9d67f7e3c9 100644
--- a/ja/projects/mozilla.sgml
+++ b/ja/projects/mozilla.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
]>
@@ -28,11 +28,11 @@
+
@@ -67,7 +67,7 @@ ERRATA.TXT
ºÇÂç¤ÎŤµ¤Îʸ»úÎó¤òÀèÆ¬¤Ë»ý¤Ä¤â¤Î¤Ë¥Þ¥Ã¥Á¤·¤Æ¤·¤Þ¤¤¤Þ¤¹.
¤³¤Îµóư¤ò½¤Àµ¤¹¤ë¤Ë¤Ï, libc ¤ò½¤Àµ¤·¤Æ¥ê¥³¥ó¥Ñ¥¤¥ë¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹.
ŬÀڤʥѥåÁ¤Ï¼¡¤Î¤è¤¦¤Ë¤·¤Æ¼è¤Ã¤Æ¤¯¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹.
- http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
+ http://cvsweb.FreeBSD.org/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
diff --git a/ja/releases/3.2R/errata.sgml b/ja/releases/3.2R/errata.sgml
index 832effee49..0b9d820265 100644
--- a/ja/releases/3.2R/errata.sgml
+++ b/ja/releases/3.2R/errata.sgml
@@ -1,10 +1,10 @@
-
+
%includes;
]>
-
+
@@ -54,7 +54,7 @@ o
Âкö: solib.c ¤Î revision 1.3.2.2 ¤Ç²ò·èºÑ¤ß¤Ç¤¹.
Âкö¤Î»Ü¤µ¤ì¤¿¥Ð¡¼¥¸¥ç¥ó¤ò CVSup ·Ðͳ¤«(¥Ï¥ó¥É¥Ö¥Ã¥¯¤ÎÀâÌÀ¤ò¸«¤Æ¤¯¤À¤µ¤¤)
- »ä¤¿¤Á¤Î CVSweb ¥µ¡¼¥Ó¥¹¤«¤é¤³¤Îthe patch¤òÅö¤Æ¤Æ¤¯¤À¤µ¤¤.
+ »ä¤¿¤Á¤Î CVSweb ¥µ¡¼¥Ó¥¹¤«¤é¤³¤Îthe patch¤òÅö¤Æ¤Æ¤¯¤À¤µ¤¤.
o ¥¤¥ó¥¹¥È¡¼¥ë¥Õ¥í¥Ã¥Ô¡¼¤«¤éµ¯Æ°¤¹¤ë´Ö¤Ë
diff --git a/ja/support.sgml b/ja/support.sgml
index 7a71658802..1486c17501 100644
--- a/ja/support.sgml
+++ b/ja/support.sgml
@@ -1,5 +1,5 @@
+
%includes;
]>
@@ -246,7 +246,7 @@
-
+
CVS (
Concurrent Version System) ¤ò²æ¡¹¤Ï¥½¡¼¥¹¤ò¥³¥ó¥È¥í¡¼¥ë¤¹¤ë
@@ -271,7 +271,7 @@
Ä㤤, ¥Ð¥Ã¥Á¥â¡¼¥É¤Ç¥¢¥¯¥»¥¹¤¹¤ëÊýË¡¤Ç¤¹. ´ðËÜŪ¤Ë¥Ñ¥Ã¥Á¤¬¥á¡¼¥ë
¤ÇÆÏ¤±¤é¤ì¤Þ¤¹.
-
- web
+
- web
¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹ ¶ñÂÎŪ¤ÊÊѹ¹¤ä¥Õ¥¡¥¤¥ë¤Î¥ê¥Ó¥¸¥ç¥ó¤ò
Ä´¤Ù¤ë¤¿¤á¤Ë, ñ¤Ë¥ê¥Ý¥¸¥È¥ê¤ò±ÜÍ÷¤¹¤ë¤¿¤á¤Î¥¢¥¯¥»¥¹ÊýË¡¤Ç¤¹.
@@ -283,7 +283,7 @@
CVS ¥ê¥Ý¥¸¥È¥ê CGI ¥¹¥¯¥ê¥×¥È¤Î¥ß¥é¡¼¤Ï ¥«¥ê¥Õ¥©¥ë¥Ë¥¢, ¥«¥ê¥Õ¥©¥ë¥Ë¥¢, ¥É¥¤¥Ä,
ÆüËÜ ¤½¤·¤Æ¥¹¥Ú¥¤¥ó (
+
%includes;
]>
@@ -118,7 +118,7 @@
[½¤ÀµºÑ v1.7 1999/01/05; FreeBSD-3.1 °Ê¹ß¤Ç½¤ÀµºÑ]
- xntpd/parse/util/dcfd.c
+ href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c
- UNIX ¤Ë¤ª¤±¤ëµª¸µ¤Î°·¤¤¤¬´Ö°ã¤Ã¤Æ¤¤¤ë¤¿¤á¤Ë, ¤¦¤ë¤¦Ç¯¤ÎÆü¿ô
¤Î·×»», DCF77 ·Á¼°¤Î»þ´Ö¤ÎÊÑ´¹¤¬Àµ¤·¤¯¹Ô¤ï¤ì¤Þ¤»¤ó. ¤³¤Î¥¨¥é¡¼¤Ï, 2000
@@ -126,7 +126,7 @@
[½¤ÀµºÑ v1.6 1999/01/12; FreeBSD-3.1 °Ê¹ß¤Ç½¤ÀµºÑ]
- tar/getdate.y
+ href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y
- Conver() ´Ø¿ô¤¬ 70-99 ¤Î 2 ·å¤Îǯ¤ò°·¤¦¤è¤¦¤Ë¥Ï¡¼¥É¥³¡¼¥É¤µ
¤ì¤Æ¤¤¤Þ¤·¤¿. ¸½ºß 2 ·å¤Îǯ¿ô¤ò 1970-2069 ¤Þ¤Ç°·¤¨¤ë¤è¤¦¤ËÊѹ¹¤µ¤ì¤Þ¤·
@@ -134,7 +134,7 @@
[½¤ÀµºÑ v1.4 1999/01/12; FreeBSD-3.1 °Ê¹ß¤Ç½¤ÀµºÑ]
- fetch/http.c
+ href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c
- HTTP ¥×¥í¥È¥³¥ë¤ÏǯÅÙ¤ò 2 ·å¤Çɽ¤¹µì·Á¼°¤ÎÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò
´Þ¤ó¤Ç¤¤¤Þ¤¹. °ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤Î fetch ¤Ï, ¤½¤Î¤è¤¦¤Ê 2 ·å¤ÎǯÅÙ¤ò, ¤¹
diff --git a/ru/news/1996/index.sgml b/ru/news/1996/index.sgml
index 2b49744384..0e0364fa2e 100644
--- a/ru/news/1996/index.sgml
+++ b/ru/news/1996/index.sgml
@@ -42,7 +42,7 @@
4 ÎÏÑÂÒÑ 1996
ïÔ ÎÁÈÏÄÑÝÅÇÏÓÑ × ÒÁÚÒÁÂÏÔËÅ ÄÅÒÅ×Á CVS FreeBSD ÓÎÏ×Á
+ href="http://cvsweb.FreeBSD.org/">CVS FreeBSD ÓÎÏ×Á
ÏÔÄÅÌÉÌÁÓØ ×ÅÔËÁ. ðÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ ÎÁÈÏÄÉÔÓÑ ÚÄÅÓØ.
diff --git a/ru/news/newsflash.sgml b/ru/news/newsflash.sgml
index 16dcb042f8..e5efb872e3 100644
--- a/ru/news/newsflash.sgml
+++ b/ru/news/newsflash.sgml
@@ -964,7 +964,7 @@
- 1 ÍÁÑ 1998
ðÒÏÅËÔ FreeBSD ÚÁÐÕÓÔÉÌ ÓÌÕÖÂÕ Anonymous CVS ÄÌÑ ÄÅÒÅ×Á
- FreeBSD CVS.
+ FreeBSD CVS.
ëÒÏÍÅ ×ÓÅÇÏ ÐÒÏÞÅÇÏ, ÜÔÏ ÐÏÚ×ÏÌÉÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ FreeBSD ÂÅÚ ÏÓÏÂÙÈ
ÐÒÉ×ÉÌÅÇÉÊ ÏÓÕÝÅÓÔ×ÌÑÔØ ÏÐÅÒÁÃÉÉ Ó CVS × ÒÅÖÉÍÅ "ÔÏÌØËÏ ÞÔÅÎÉÅ" Ó
ÌÀÂÙÍ ÉÚ ÏÆÉÃÉÁÌØÎÙÈ anoncvs-ÓÅÒ×ÅÒÏ× ÐÒÏÅËÔÁ FreeBSD.
diff --git a/ru/projects/mozilla.sgml b/ru/projects/mozilla.sgml
index 8d6df8af62..1687c4752f 100644
--- a/ru/projects/mozilla.sgml
+++ b/ru/projects/mozilla.sgml
@@ -29,10 +29,10 @@
diff --git a/ru/support.sgml b/ru/support.sgml
index 9ddfc8c8ae..1b22301e25 100644
--- a/ru/support.sgml
+++ b/ru/support.sgml
@@ -1,9 +1,9 @@
+
%includes;
]>
-
+
@@ -249,7 +249,7 @@
-
+
CVS
(Concurrent Version System) Ñ×ÌÑÅÔÓÑ ÔÅÍ ÉÎÓÔÒÕÍÅÎÔÏÍ, ËÏÔÏÒÙÊ ÍÙ
@@ -278,7 +278,7 @@
ÏÓÎÏ×ÎÏÍ ÐÅÒÅÓÙÌËÁ ÐÁÔÞÅÊ ÐÏ ÜÌÅËÔÒÏÎÎÏÊ ÐÏÞÔÅ).
- ÷Ù ÍÏÖÅÔÅ ÔÁËÖÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ web-ÉÎÔÅÒÆÅÊÓÏÍ,
+ href="http://cvsweb.FreeBSD.org/">web-ÉÎÔÅÒÆÅÊÓÏÍ,
ÅÓÌÉ ×ÁÍ ÎÕÖÎÏ ÐÒÏÓÔÏ ÐÏÓÍÏÔÒÅÔØ ÄÅÒÅ×Ï × ÐÏÉÓËÁÈ ËÏÎËÒÅÔÎÙÈ
ÉÚÍÅÎÅÎÉÊ × ËÏÎËÒÅÔÎÏÍ ÆÁÊÌÅ.
@@ -290,7 +290,7 @@
úÅÒËÁÌÁ ÜÔÏÇÏ ÉÎÔÅÒÆÅÊÓÁ Ë ÒÅÐÏÚÉÔÏÒÉÀ CVS ÎÁÈÏÄÑÔÓÑ ×
- ëÁÌÉÆÏÒÎÉÉ,
+ ëÁÌÉÆÏÒÎÉÉ,
çÅÒÍÁÎÉÉ,
ñÐÏÎÉÉ É
éÓÐÁÎÉÉ (
- xntpd/parse/util/dcfd.c
+ href="http://cvsweb.FreeBSD.org/src/usr.sbin/xntpd/parse/util/dcfd.c">xntpd/parse/util/dcfd.c
- ÷ÙÞÉÓÌÅÎÉÅ ×ÉÓÏËÏÓÎÏÇÏ ÇÏÄÁ ÄÌÑ ×ÙÑÓÎÅÎÉÑ ÞÉÓÌÁ ÄÎÅÊ × ÇÏÄÕ É
ÐÒÅÏÂÒÁÚÏ×ÁÎÉÅ ×ÒÅÍÅÎÉ DCF77 × ÞÉÓÌÏ ÓÅËÕÎÄ, ÐÒÏÛÅÄÛÉÈ Ó ÎÁÞÁÌÁ ÷ÅËÁ
@@ -147,7 +147,7 @@
- tar/getdate.y
+ href="http://cvsweb.FreeBSD.org/src/gnu/usr.bin/tar/getdate.y">tar/getdate.y
- ÷ ÆÕÎËÃÉÉ Convert() ÂÙÌÏ ÚÁÄÁÎÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÏÍÅÒÁ ÇÏÄÁ, ÓÏÓÔÏÑÝÅÇÏ
ÉÚ Ä×ÕÈ ÃÉÆÒ, ÄÌÑ ÌÅÔ × ÄÉÁÐÁÚÏÎÅ 70-99. óÅÊÞÁÓ ÜÔÏ ÉÓÐÒÁ×ÌÅÎÏ, ÞÔÏÂÙ
@@ -157,7 +157,7 @@
- fetch/http.c
+ href="http://cvsweb.FreeBSD.org/src/usr.bin/fetch/http.c">fetch/http.c
- ðÒÏÔÏËÏÌ HTTP ÏÐÉÓÙ×ÁÅÔ ÕÓÔÁÒÅ×ÛÉÊ ÆÏÒÍÁÔ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ ÄÁÔÙ, ×
ËÏÔÏÒÏÍ ÉÓÐÏÌØÚÕÀÔÓÑ Ä×Å ÃÉÆÒÙ ÇÏÄÁ. ðÒÅÄÙÄÕÝÉÅ ×ÅÒÓÉÉ ÕÔÉÌÉÔÙ fetch