diff --git a/ja/index.sgml b/ja/index.sgml index 99e02c56ff..0162db5ca3 100644 --- a/ja/index.sgml +++ b/ja/index.sgml @@ -1,350 +1,351 @@ - + %rev.incl; %includes; ]> - + - + The FreeBSD Project
FreeBSD: このパワーをあなたのために

お近くのサーバをお選びください:

言語: 英語, スペイン語, ロシア語, その他

     

FreeBSD とは?

FreeBSD は Intel 互換機 (x86), DEC Alpha, PC-98 アーキテクチャ用の先進的な BSD UNIX オペレーティングシステムであり, 多くの人たち によって によって保守・開発されています.

最先端の機能

FreeBSD は (市販の最良のものも含めて) 他のオペレーティング システムに未だに欠けている最先端のネットワーク, パフォーマンス, セキュリティ, 互換性といった 機能 を今, 提供しています.

強力なインターネット サポート

FreeBSD は理想的な インターネットやイントラネット サーバになります. 負荷が 極めて高くなった状態でさえ強固なネットワークサービスを提供し, ユーザプロセスが同時に何百, 何千になっても良好な反応時間を 維持するようにメモリを効率的に利用します. FreeBSD を利用したアプリケーションやサービスの例を 載せていますので, ぜひ我々の ギャラリー を訪れてみてください.

様々なアプリケーションを利用できます

FreeBSD の品質と今日の低価格で高速な PC ハードウェアが 結びつくことによって, FreeBSD は市販の UNIX ワークステーションと 比較してとても経済的な選択肢となります. 非常に数多くのデスクトップ用やサーバ用の アプリケーション が整っています.

インストールも簡単

FreeBSD は CD-ROM やフロッピーディスク, 磁気テープ, MS-DOS パーティションなどの様々なメディアからインストールすることが できます. ネットワークに接続しているなら, anonymous FTP や NFS を用いて 直接 インストールすることもできます. 必要なのは 1.44MB の起動フロッピー 2 枚と, これらの方法 だけです.

FreeBSD は 無料 です

このような特色を持ったオペレーティングシステムは高い値段で 販売されていると思われるかもしれませんが, FreeBSD は無料で入手でき, すべてのソースコードが付属しています. 試してみようかな, という方は より詳しい情報 を ご覧ください.


FreeBSD についてもっとよく知りたくなったら, FreeBSD ニュースレター を受け取れるように登録したり, FreeBSD に関連する 出版物FreeBSD 関係の報道 の ギャラリーを訪ねたり, このウェブサイトを 見てみてください!

ニュース
  アナウンス
  報道
  さらに ...

ソフトウェア
  FreeBSD を手に入れる
  リリース情報
  Ports/移植されたアプリケーション

ドキュメント
  初心者の ために
  ハンドブック
  チュートリアル
  FAQ
  書籍
  さらに...

サポート
  メーリングリスト
  ニュースグループ
  ユーザグループ
  Web 上の資料
  セキュリティ
  さらに...

開発
  プロジェクト
  バグレポート
  CVS リポジトリ

ベンダ
  ソフトウェア
  ハードウェア
  コンサルティング
  その他

このサイトについて
  サイトマップ
  検索
  さらに...

  検索:

[FreeBSD Mall] [Sponsor of Unix Guru Universe] [Daemon News] [Powered by FreeBSD]

このウェブサイトは毎日 8:00 UTC と 20:00 UTC に更新しています.

&rev.msg;
お問い合わせ先 : 日本語化について
&date;
Copyright (c) 1995-2000 The FreeBSD Inc.
All rights reserved.
diff --git a/ja/internal/developer.sgml b/ja/internal/developer.sgml index 33bb2f2d4b..041a9e76c4 100644 --- a/ja/internal/developer.sgml +++ b/ja/internal/developer.sgml @@ -1,57 +1,57 @@ - + %rev.incl; %includes; ]> - - + + &header;

コミッターのためのガイド

新規 FreeBSD プロジェクトのコミッターの知るべきほとんどすべてのこと (Ports ガイドと FDP Primer も参照のこと).

FreeBSD Web ページを構築する

&webbuild;

新規貢献者向け FreeBSD Documentation Project 入門書

この入門書は FreeBSD Documentation Project への貢献を 始めるために知っておくことが必要になるすべてのことが書いてあります. ツールやソフトウェアを使ううちに,あなたはドキュメント化プロジェクトの 背後にある哲学に(命令と推奨の双方の意味で)従うようになるでしょう. -

FreeBSD ports 作成者のためのガイド

+

FreeBSD ports 作成者のためのガイド

FreeBSD ports 作成者のためのガイド

FreeBSD のプロジェクト

その他のリソース

FreeBSD Internal ホーム &footer; diff --git a/ja/ports/Makefile.inc0 b/ja/ports/Makefile.inc0 index 3e32bbf7f0..1ef388e332 100644 --- a/ja/ports/Makefile.inc0 +++ b/ja/ports/Makefile.inc0 @@ -1,18 +1,18 @@ -# $FreeBSD$ +# $FreeBSD: www/ja/ports/Makefile.inc0,v 1.1 1999/11/15 21:58:16 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.2 +# Original revision: 1.3 -.if exists(../Makefile.conf) +.if exists(${.CURDIR}/../Makefile.conf) .include "../Makefile.conf" .endif -.if exists(../../en/ports/Makefile.inc) +.if exists(${.CURDIR}/../../en/ports/Makefile.inc) .include "../../en/ports/Makefile.inc" .endif .if exists(Makefile.gen) .include "Makefile.gen" .endif .include "../web.mk" diff --git a/ja/prehtml b/ja/prehtml index 52ac3435f4..7e0d7240fd 100755 --- a/ja/prehtml +++ b/ja/prehtml @@ -1,127 +1,143 @@ #!/usr/bin/perl -w # # The FreeBSD Japanese Documentation Project # # This is a preprocessor for HTML docs. # # usage: prehtml [-revcheck ] # (ex. % prehtml -revcheck ../.. news/1996 index.sgml) # -# $FreeBSD$ +# $FreeBSD: www/ja/prehtml,v 1.1 2000/10/02 09:16:04 kuriyama Exp $ my $revcheck; my $topdir; my $reldir; my %file; my %rev; ### parse options .................................................... ### sub sOPT {1}; sub sARG {2}; my $opt_state = sOPT; my $argv; while(defined($_ = $ARGV[0])) { if ($opt_state eq sOPT) { # option expected if(/^-(.+)/) { shift @ARGV; # discard option itself; local $_ = $1; /revcheck/ and do { $topdir = shift @ARGV; $reldir = shift @ARGV; if($reldir ne '' and $reldir !~ /\/$/) { $reldir .= "/"; } $revcheck = 1; next; }; } else { # this is not a option but an argument $opt_state = sARG; next; } } elsif ($opt_state eq sARG) { $file{target} = $_; if($revcheck) { s/.sgml$//; my $basename = $_; $file{cvsweb} = "www/en/${reldir}${basename}.sgml"; $file{orgbase} = "${topdir}/../en/${reldir}${basename}"; $rev{org} = get_rev_org($file{orgbase}.".sgml"); } last; } die "internal error: option parsing abnormally terminated.\n"; } ### add and replace entities ......................................... ### open TARGET,"<$file{target}" or die "cannot open a target file: $!\n"; my $pos_date; ### first, get date string and rev_target while(defined($_ = )) { - if(//) { + if(/"; + if(m/\"\$Free[B]SD: [^\s]+ [.0-9]+ ([\/0-9]+)[^\$]*\$\"/) { + $date = ""; + } else { + $date = ""; + } + } + if(/)) { if(tell(TARGET) == $pos_date) { print $date,"\n"; if($revcheck) { #print STDERR "$rev{org} -> $rev{target}\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; printf "\n", ($rev{org} eq $rev{target}) ? "IGNORE" : "INCLUDE"; } } else { # for backward compatibility s/ \%rev.incl;//; print; } } close TARGET; exit 0; sub get_rev_org { my $infile = shift @_; my $rev_org; open ORG,"<$infile" or return undef; while(defined($_ = )) { if(/\$Free[B]SD: [^\s]+ ([.0-9]+) [\/0-9]+[^\$]*\$/) { $rev_org = $1; last; } } close ORG; return $rev_org; } __END__