Add Japanese 4.8-RELEASE release docs and activate them:
1.55 -> 1.56 includes.sgml 1.12 -> 1.13 includes.xsl 1.35 -> 1.37 releases/Makefile 1.85 -> 1.86 releases/index.sgml 1.2 -> 1.4 releases/4.8R/Makefile (new) -> 1.1 releases/4.8R/announce.sgml Committed at: Seiwa park, Bunkyoh, Tokyo (HANAMI 2003)
This commit is contained in:
parent
bdbadb3d5c
commit
191843c9a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16455
6 changed files with 239 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.41 2003/01/05 18:27:51 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.42 2003/01/22 04:11:07 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.55 -->
|
||||
<!-- Original revision: 1.56 -->
|
||||
<!--
|
||||
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
|
||||
|
@ -106,8 +106,8 @@ src="&enbase;/gifs/bar.gif" alt="
|
|||
<!ENTITY u.rel.early '&base;/releases/&rel.current;R/early-adopter.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.7'>
|
||||
<!ENTITY rel2.current.date '2002 ǯ 10 ·î'>
|
||||
<!ENTITY rel2.current '4.8'>
|
||||
<!ENTITY rel2.current.date '2003 ǯ 4 ·î'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes.html'>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.10 2003/01/05 18:27:51 hrs Exp $ -->
|
||||
<!-- Original revision: 1.12 -->
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.11 2003/01/22 04:11:07 hrs Exp $ -->
|
||||
<!-- Original revision: 1.13 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
|||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.7"'/>
|
||||
<xsl:variable name="rel2.current" select='"4.8"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD: www/ja/releases/4.8R/Makefile,v 1.1 2003/03/22 05:05:00 hrs Exp $
|
||||
# Original revision: 1.2
|
||||
# $FreeBSD: www/ja/releases/4.8R/Makefile,v 1.2 2003/03/24 21:37:13 hrs Exp $
|
||||
# Original revision: 1.4
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,9 +8,14 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
#DOCS= schedule.sgml qa.sgml
|
||||
DOCS= announce.sgml
|
||||
DOCS+= hardware.sgml relnotes.sgml
|
||||
#DOCS= hardware.sgml relnotes.sgml schedule.sgml qa.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
#DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= YES
|
||||
|
|
208
ja/releases/4.8R/announce.sgml
Normal file
208
ja/releases/4.8R/announce.sgml
Normal file
|
@ -0,0 +1,208 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY local.rel "4.8">
|
||||
<!ENTITY title "FreeBSD &local.rel;-RELEASE Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p><b>Date:</b> Thu, 3 Apr 2003 21:43:09 -0800<br>
|
||||
<b>From:</b> "Murray Stokely" <murray@FreeBSD.org><br>
|
||||
<b>To:</b> freebsd-announce@FreeBSD.org<br>
|
||||
<b>Subject:</b> FreeBSD &local.rel;-RELEASE is now available</p>
|
||||
|
||||
<p>FreeBSD &local.rel;-RELEASE の公開をお伝えできることを、とても嬉しく思います。
|
||||
これは、FreeBSD -STABLE 開発ブランチからの最新リリースです。
|
||||
2002 年 10 月に公開された FreeBSD 4.7-RELEASE 以降、
|
||||
ベースシステムに含まれる数々のソフトウェアが若干更新され、
|
||||
FireWire の初期対応や新しいハードウェア技術への対応の追加、
|
||||
既知のセキュリティ上の弱点の修正が行なわれました。</p>
|
||||
|
||||
<p>今回の FreeBSD リリースにおける新機能や既知の問題点の一覧は、
|
||||
次の場所にあるリリースノートと正誤表 (errata list) をご覧ください。</p>
|
||||
|
||||
<p><a href="http://www.FreeBSD.org/releases/&local.rel;R/relnotes.html">http://www.FreeBSD.org/releases/&local.rel;R/relnotes.html</a> (英語)</p>
|
||||
<p><a href="http://www.FreeBSD.org/ja/releases/&local.rel;R/relnotes.html">http://www.FreeBSD.org/ja/releases/&local.rel;R/relnotes.html</a> (日本語)</p>
|
||||
<p><a
|
||||
href="http://www.FreeBSD.org/releases/&local.rel;R/errata.html">http://www.FreeBSD.org/releases/&local.rel;R/errata.html</a> (英語)</p>
|
||||
<p><a
|
||||
href="http://www.FreeBSD.org/ja/releases/&local.rel;R/errata.html">http://www.FreeBSD.org/ja/releases/&local.rel;R/errata.html</a> (日本語)</p>
|
||||
|
||||
<p>このリリースには、1 月に公開された FreeBSD 5.0 に導入された新機能が
|
||||
すべてふくまれているわけではありません。FreeBSD 4.X リリースは、
|
||||
現時点で FreeBSD 5.0 よりも実験的要素の少ない環境を提供するためのものです。
|
||||
FreeBSD 4.X と 5.0 の違いの詳細や、FreeBSD
|
||||
リリースエンジニアリング活動についての一般的な情報は、
|
||||
次のページをご覧ください。</p>
|
||||
|
||||
<p><a href="http://www.FreeBSD.org/releng/">http://www.FreeBSD.org/releng/</a> (英語)</p>
|
||||
|
||||
<h1>入手方法</h1>
|
||||
|
||||
<p>FreeBSD &local.rel;-RELEASE は i386 と alpha アーキテクチャに対応しており、
|
||||
起動フロッピを使ってネットワークから直接インストールしたり、
|
||||
ローカルの NFS/FTP サーバを使ってコピーしたりすることができます。
|
||||
現在、i386 用の配布物が入手可能です。
|
||||
この文章を執筆している時点では alpha アーキテクチャ版 FreeBSD
|
||||
構築の最終作業が進行中であり、
|
||||
まもなく入手可能になる予定です。</p>
|
||||
|
||||
<p>わたしたちをサポートしてくれているベンダからメディアを購入し、
|
||||
FreeBSD プロジェクトの支援を続けてくださるようお願いします。
|
||||
以下の企業は FreeBSD の開発に多大な貢献をしてくださいました。</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="LEFT">FreeBSD Mall, Inc.</td>
|
||||
<td align="LEFT"><a href="http://www.freebsdmall.com/">http://www.freebsdmall.com/</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="LEFT">Daemon News</td>
|
||||
<td align="LEFT"><a href="http://www.bsdmall.com/freebsd1.html">http://www.bsdmall.com/freebsd1.html</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>各 CD または DVD セットには、i386 ("PC") アーキテクチャに対応した
|
||||
インストールキットや、アプリケーションパッケージが収録されています。
|
||||
Ports Collection に含まれる ports をコンパイルするのに必要な
|
||||
distfile 集については、FreeBSD Toolkit という、
|
||||
4 枚組 CD に含められなかった部分をすべて収録した 6 枚組 CD か
|
||||
DVD 版をご利用ください。</p>
|
||||
|
||||
<p>もしあなたが FreeBSD のメディアを買う余裕がなかったり、
|
||||
布教活動に使いたいといった場合には、
|
||||
ぜひとも ISO イメージをダウンロードしてください。
|
||||
すべてのミラーサイトに巨大な ISO
|
||||
イメージが行き渡ることをお約束することはできませんが、
|
||||
少なくとも以下のところから入手することが可能です。</p>
|
||||
|
||||
<ul>
|
||||
<li><a
|
||||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD/">ftp://ftp.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a
|
||||
href="ftp://ftp12.FreeBSD.org/pub/FreeBSD/">ftp://ftp12.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a
|
||||
href="ftp://ftp14.FreeBSD.org/pub/FreeBSD/">ftp://ftp14.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a
|
||||
href="ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/">ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a href="ftp://ftp6.tw.FreeBSD.org/pub/FreeBSD/">ftp://ftp6.tw.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a href="ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/">ftp://ftp{2,4,7}.de.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a href="ftp://ftp.es.FreeBSD.org/pub/FreeBSD/">ftp://ftp.es.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
<li><a href="ftp://ftp.au.FreeBSD.org/pub/FreeBSD/">ftp://ftp.au.FreeBSD.org/pub/FreeBSD/</a></li>
|
||||
</ul>
|
||||
|
||||
<p>さらに、FreeBSD は以下にあげる各国のミラーサイト:
|
||||
アルゼンチン、オーストラリア、ブラジル、ブルガリア、
|
||||
カナダ、中国、チェコ共和国、デンマーク、エストニア、フィンランド、フランス、
|
||||
ドイツ、香港、ハンガリー、アイスランド、アイルランド、日本、韓国、
|
||||
リトアニア、オランダ、ニュージーランド、ポーランド、ポルトガル、ルーマニア、
|
||||
ロシア、サウジアラビア、南アフリカ、スロバキア共和国、スロベニア、
|
||||
スペイン、スウェーデン、台湾、タイ、ウクライナ、イギリスから、
|
||||
anonymous FTP で入手することもできます。</p>
|
||||
|
||||
<p>マスタ FTP サイトの利用を試みる前に、まず、あなたの住んでいる地域にある
|
||||
最寄りの FTP サイトの利用を試みてください。</p>
|
||||
|
||||
<p>ftp://ftp.<あなたの住んでいる地域>.FreeBSD.org/pub/FreeBSD</p>
|
||||
|
||||
<p>同じ地域にある他のミラーサイトには ftp2、ftp3 … という順に
|
||||
名前がつけられています。</p>
|
||||
|
||||
<p>FreeBSD ミラーサイトに関する情報は、以下をご覧ください。</p>
|
||||
|
||||
<p><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a> (英語)</p>
|
||||
<p><a href="http://www.FreeBSD.org/doc/ja_JP.eucJP/books/handbook/mirrors-ftp.html">http://www.FreeBSD.org/doc/ja_JP.eucJP/books/handbook/mirrors-ftp.html</a> (日本語)</p>
|
||||
|
||||
<p>FreeBSD のインストール手順は、ハンドブックの第 2 章をご覧ください。
|
||||
そこには FreeBSD は初めて、というユーザ向けの完全なインストールガイドが
|
||||
提供されています。オンライン版は以下の URL です。</p>
|
||||
|
||||
<p><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a> (英語)</p>
|
||||
<p><a href="http://www.FreeBSD.org/doc/ja_JP.eucJP/books/handbook/install.html">http://www.FreeBSD.org/doc/ja_JP.eucJP/books/handbook/install.html</a> (日本語)</p>
|
||||
|
||||
<h1>謝辞</h1>
|
||||
|
||||
<p>FreeBSD &local.rel; のリリースエンジニアリング活動は、
|
||||
The FreeBSD Mall、Compaq、Yahoo!、Sentex Communications、NTT/Verio
|
||||
といった多くの企業に、機材やネットワークアクセス、人的資源、
|
||||
資金などの支援を受けて行なわれました。</p>
|
||||
|
||||
<p>FreBSD &local.rel; のリリースエンジニアリングチームには、
|
||||
わたし自身 (訳注: Murray Stokely 氏のこと) を含む次の人々が参加しました。</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Scott Long <<a href="mailto:scottl@FreeBSD.org">scottl@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング担当</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bruce Mah <<a href="mailto:bmah@FreeBSD.org">bmah@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング、文書担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Wilko Bulte <<a href="mailto:wilko@FreeBSD.org">wilko@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング、alpha 版構築作業担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Robert Watson <<a href="mailto:rwatson@FreeBSD.org">rwatson@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング、セキュリティ担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>John Baldwin <<a href="mailto:jhb@FreeBSD.org">jhb@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Ruslan Ermilov <<a href="mailto:ru@FreeBSD.org">ru@FreeBSD.org</a>></td>
|
||||
<td>リリースエンジニアリング担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Kris Kennaway <<a href="mailto:kris@FreeBSD.org">kris@FreeBSD.org</a>></td>
|
||||
<td>package 構築担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Will Andrews <<a href="mailto:will@FreeBSD.org">will@FreeBSD.org</a>></td>
|
||||
<td>package (KDE) 構築担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Joe Marcus Clarke <<a href="mailto:marcus@FreeBSD.org">marcus@FreeBSD.org</a>></td>
|
||||
<td>GNOME 統合作業担当</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Julian Elischer <<a href="mailto:julian@FreeBSD.org">julian@FreeBSD.org</a>></td>
|
||||
<td>リリース版試験担当</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>このリリースの公開を実現するために大変な作業をこなしてくれたみなさん、
|
||||
どうもありがとうございました。 FreeBSD コミッター (committers@FreeBSD.org)
|
||||
のみなさん、バグ修正や新機能の提供、
|
||||
提案という形で貢献してくださった世界中のたくさんの FreeBSD
|
||||
ユーザのみなさんに感謝したいと思います。
|
||||
もしみなさんがいなければ、
|
||||
リリースを公開することはできなかったでしょう。</p>
|
||||
|
||||
<p>Enjoy!</p>
|
||||
|
||||
<p>Murray Stokely<br>
|
||||
(For the FreeBSD Release Engineering Team)</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD: www/ja/releases/Makefile,v 1.30 2002/11/02 08:24:18 hrs Exp $
|
||||
# $FreeBSD: www/ja/releases/Makefile,v 1.31 2003/01/22 04:11:07 hrs Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.35
|
||||
# Original revision: 1.37
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -16,8 +16,9 @@ SUBDIR= 2.1.5R 2.1.6R 2.1.7R 2.2R
|
|||
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
|
||||
SUBDIR+= 3.3R 3.4R 3.5R
|
||||
SUBDIR+= 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R
|
||||
SUBDIR+= 4.6.2R 4.7R
|
||||
SUBDIR+= 5.0R
|
||||
SUBDIR+= 4.6.2R 4.7R 4.8R
|
||||
SUBDIR+= 5.0R
|
||||
#SUBDIR+= 5.0R 5.1R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/index.sgml,v 1.60 2003/01/10 12:57:41 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/index.sgml,v 1.61 2003/01/22 04:11:07 hrs Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/ja/releases/index.sgml,v 1.60 2003/01/10 12:57:41 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/releases/index.sgml,v 1.61 2003/01/22 04:11:07 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.85 -->
|
||||
<!-- Original revision: 1.86 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -66,6 +66,14 @@
|
|||
<h2>過去のリリース</h2>
|
||||
|
||||
<ul>
|
||||
<li><b>4.7</b> (2002 年 10 月)
|
||||
<em>
|
||||
<a href="./4.7R/announce.html">アナウンス</a>:
|
||||
<a href="./4.7R/relnotes.html">リリースノート</a>:
|
||||
<a href="./4.7R/hardware.html">ハードウェアノート</a>:
|
||||
<a href="./4.7R/errata.html">Errata (正誤表)</a>
|
||||
</em></li>
|
||||
|
||||
<li><b>4.6.2</b> (2002 年 8 月)
|
||||
<em>
|
||||
<a href="./4.6.2R/announce.html">アナウンス</a>:
|
||||
|
|
Loading…
Reference in a new issue