diff --git a/ja/Makefile b/ja/Makefile index ee4bab3a38..03e517fb69 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -1,106 +1,105 @@ -# $FreeBSD: www/ja/Makefile,v 1.65 2004/03/23 23:27:57 phantom Exp $ +# $FreeBSD: www/ja/Makefile,v 1.66 2004/04/26 21:05:53 simon Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.106 +# Original revision: 1.114 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml +#DOCS+= art.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= relnotes.sgml DOCS+= send-pr.sgml DOCS+= support.sgml +#DOCS+= usergroups.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml # Japanese-only file DOCS+= jabout.sgml # These will be directly installed. #DATA= favicon.ico #DATA+= robots.txt DATA+= freebsd.css #DATA+= vendors.html # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= docproj SUBDIR+= news #SUBDIR+= advocacy #SUBDIR+= events SUBDIR+= FAQ SUBDIR+= handbook +SUBDIR+= tutorials SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search -#SUBDIR+= gallery SUBDIR+= projects SUBDIR+= prstats SUBDIR+= platforms SUBDIR+= releases #SUBDIR+= releng SUBDIR+= smp #SUBDIR+= kse #SUBDIR+= gnome #SUBDIR+= donations .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports SUBDIR+= doc # .endif # .if defined(BUILD_RELNOTES) # SUBDIR+= relnotes .endif -# These *must* be listed after the "doc" subdir, as they create symlinks -# in to it. -.if !defined(WEB_ONLY) || empty(WEB_ONLY) -SUBDIR+= tutorials -.endif - # Non-SGML #SUBDIR+= gifs #SUBDIR+= cgi WEBDIR?= data/ja # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html CLEANFILES+= index.html ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" index.html: index.xsl ${XML_INCLUDES}\ ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ - ${XML_MIRRORS} ${XML_ADVISORIES} + ${XML_MIRRORS} ${XML_ADVISORIES} \ + ${XML_NOTICES} ${XML_NAVIGATION} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ + --param notices.xml "'${XML_NOTICES}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param navigation.xml "'${XML_NAVIGATION}'" \ ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif diff --git a/ja/commercial/commercial.sgml b/ja/commercial/commercial.sgml index c6a9339364..b6ed562b33 100644 --- a/ja/commercial/commercial.sgml +++ b/ja/commercial/commercial.sgml @@ -1,64 +1,56 @@ - + %includes; ]> - + &header; -

- FreeBSD の能力、柔軟性、信頼性は幅広いユーザーおよびベンダーを - 魅了しています。わたしたちのユーザーを紹介している - ギャラリーページに加えて、 - 下記が商用製品、サービス、コンサルティングを提供するベンダーのリストです。 -

- - - -

- あなたの会社が FreeBSD 関連製品、サービス、コンサルティングや +

FreeBSD の能力、柔軟性、信頼性は幅広いユーザーおよびベンダーを + 魅了しています。下記が商用製品、サービス、コンサルティングを提供する + ベンダーのリストです。

+ + + +

あなたの会社が FreeBSD 関連製品、サービス、コンサルティングや サポートを提供していたら、www@FreeBSD.org にメールを送って - わたしたちに知らせてください。HTML で中程度の長さの段落で送って + href="http://www.freebsd.org/send-pr.html">障害報告 の + ページから必要事項を (訳注: 英語で) 記入して + わたしたちに知らせてください。中程度の長さの段落で送って いただくのが望ましいです。 このリストにベンダーを載せたからといって、FreeBSD プロジェクトがその 製品やサービスを保証したわけではないことに注意してください。

&footer; diff --git a/ja/gallery/Makefile b/ja/gallery/Makefile deleted file mode 100644 index 3ec605d04f..0000000000 --- a/ja/gallery/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# $FreeBSD: www/ja/gallery/Makefile,v 1.18 2001/12/13 19:30:09 phantom Exp $ -# The FreeBSD Japanese Documentation Project -# Original revision: 1.16 - -.if exists(../Makefile.conf) -.include "../Makefile.conf" -.endif -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif - -XSLTPROCFLAGS= --catalogs -XSLT= ${SETENV} SGML_CATALOG_FILES=${PREFIX}/share/xml/dtd/xhtml/xhtml.soc \ - ${XSLTPROC} ${XSLTPROCOPTS} - -SRC= ../../en/gallery/gallery.xml - -INDEXLINK= gallery.html - -DATA+= gallery.html cgallery.html npgallery.html pgallery.html - -CLEANFILES+= ${DATA} - -gallery.html: ${SRC} gallery.xsl ../includes.xsl - ${XSLT} ${.CURDIR}/gallery.xsl ${.CURDIR}/${SRC} > ${.TARGET} -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - -cgallery.html: ${SRC} gallery-entry.xsl - ${XSLT} --param type \'commercial\' \ - ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${SRC} > ${.TARGET} -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - -npgallery.html: ${SRC} gallery-entry.xsl - ${XSLT} --param type \'nonprofit\' \ - ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${SRC} > ${.TARGET} -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - -pgallery.html: ${SRC} gallery-entry.xsl - ${XSLT} --param type \'personal\' \ - ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${SRC} > ${.TARGET} -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - -### Revision checking -REVCHECK= yes - -.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/gallery/gallery-entry.xsl b/ja/gallery/gallery-entry.xsl deleted file mode 100644 index b45dd6dcbb..0000000000 --- a/ja/gallery/gallery-entry.xsl +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - Gallery - 商業団体 - Gallery - 非営利団体 - Gallery - 個人サイト - - Unknown value for $type: - - - - - -

FreeBSD は革新的な Internet アプリケーションやサービスを - 世界中に提供しています。 - このギャラリーは FreeBSD を利用している商業団体のショーケース - となっています。 - FreeBSD が あなたに 何をしてくれるのかを見つけてください。 -

-
- - -

FreeBSD は革新的な Internet アプリケーションやサービスを - 世界中に提供しています。 - このギャラリーは FreeBSD を利用している非営利団体のショーケース - となっています。 - FreeBSD が あなたに 何をしてくれるのかを見つけてください。 -

-
- - -

FreeBSD は革新的な Internet アプリケーションやサービスを - 世界中に提供しています。 - このギャラリーは FreeBSD を利用している個人のショーケース - となっています。 - FreeBSD が あなたに 何をしてくれるのかを見つけてください。 -

-
- - - - - - - - - - - - - - - - - - -

No clue what to put here for $type = - .

-
-
- -
    - - - - -
- - - - -
- - - -
  • -- -
  • -
    -
    diff --git a/ja/gallery/gallery.xsl b/ja/gallery/gallery.xsl deleted file mode 100644 index 3a89ae1206..0000000000 --- a/ja/gallery/gallery.xsl +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - -

    世界中で、革新的なインターネットアプリケーションやサービスが - FreeBSD で動作しています。このギャラリーは FreeBSD を利用している - の組織や個人の一覧です。 - ぜひ FreeBSD が あなたのために何ができるのかを - もっと調べてみて下さい!

    - - - -

    あなたのサイトをこのリストに追加するには、単に - このフォーム - を埋めるだけです。

    - - - - - - - - - - - - - - - -
    - -

    - -

    - -

    - -

    - -

    上の "Powered by FreeBSD" のロゴは - ダウンロードして FreeBSD - を利用している個人や商用のホームページで表示させても構いません。 - このロゴまたは BSD デーモン - およびその類似物を営利目的で使用する場合は - Brian Tao ("power"ロゴの作者) や - Marshall Kirk McKusick - (BSD デーモンの肖像の登録商標保持者) への承諾が必要です。

    - - - - -
    -
    diff --git a/ja/index.xsl b/ja/index.xsl index ba0fc2cbe7..c9fe4c0d76 100644 --- a/ja/index.xsl +++ b/ja/index.xsl @@ -1,484 +1,424 @@ - - + + - + + <xsl:value-of select="$title"/> + + + Spamtrap, do not email: + <a href="mailto:bruscar@freebsd.org">bruscar@freebsd.org</a> +
    FreeBSD: このパワーをあなたのために

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

    言語: [de]   [en]   [es]   [fr]   [it]   [ja]   [ru]


    + +
    -

    - - 対応プラットフォーム: -
    - ・ i386
    - ・ Alpha
    - ・ IA64
    - ・ AMD64
    - ・ Sparc
    - ・ その他
    -

    - -

    - - ドキュメント -
    - ・FAQ
    - ・ハンドブック
    - ・マニュアルページ
    - ・初心者のために
    - ・Doc. Project
    -

    - -

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

    - -

    - - バグ報告 -
    - ・ 検索
    - ・ 個別のバグ報告の表示
    - ・ 全バグ報告の表示
    - ・ バグ報告の送付
    - ・ バグ ID で検索
    - ・ バグ報告の書き方
    -

    - -

    - - 開発 -
    - ・ Developer's Handbook
    - ・ Porter's Handbook
    - ・ CVS リポジトリ
    - ・ リリースエンジニアリング
    - ・ FreeBSD への貢献
    -

    - -

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

    - -

    寄付・寄贈 -
    - ・寄付・寄贈品の受付
    - ・現在の寄贈品
    - ・寄付募集リスト
    -

    - -

    - - このサイトについて -
    - ・ ウェブサイトの検索
    - ・ メーリングリストの検索
    - ・ すべての検索
    -

    - -

    - - FreeBSD の問い合わせ先 - -

    - -

    - - BSD の著作権 - -

    + + +
    検索:
    -

    FreeBSD とは?

    -

    FreeBSD は x86 互換機、AMD64, DEC Alpha, IA-64, PC-98, UltraSPARC® +

    FreeBSD は x86 互換機、x86-64 互換機、Alpha/AXP, + IA-64, PC-98, UltraSPARC® アーキテクチャ用の先進的なオペレーティングシステムです。 カリフォルニア大学バークレイ校で開発された である BSD UNIX に由来し、 多くの人たち によって保守・開発されています。 その他のプラットフォーム は現在開発中です。

    最先端の機能

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

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

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

    + 維持するようにメモリを効率的に利用します。

    数多くの対応アプリケーション

    高い品質を持つ FreeBSD と、今日の低価格で高速な PC ハードウェアの組み合わせは、 市販の ワークステーションに匹敵する、 非常に経済的な選択肢になるでしょう。 デスクトップ用、サーバ用の両方について、膨大な数の アプリケーション も用意されています。

    簡単インストール

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

    無料で使える FreeBSD

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

    FreeBSD への貢献

    FreeBSD に貢献するのは簡単です。 あなたが FreeBSD の中で改善できそうな部分を探し、 その部分に変更を (注意深く、わかりやすく) 加えて FreeBSD プロジェクトに届けるだけです。 その際には send-pr を使うか、 もし知っているなら、コミッターに直接連絡しても OK です。 変更は、FreeBSD の文書に対するものでも、FreeBSD ソースコードに対するものでも構いません。 詳しくは、FreeBSD ハンドブックの FreeBSD への貢献 (原文) というセクションをご覧ください。

    もしあなたがプログラマでないとしても、いくつもの FreeBSD - に貢献する方法があります。FreeBSD Foundation は非営利団体 + に貢献する方法があります。FreeBSD Foundation は非営利団体 であり、直接の寄付は税金の控除対象となります。 詳細に関しては bod@FreeBSDFoundation.org にメールを送るか、 The FreeBSD Foundation、 7321 Brockway Dr. Boulder, CO 80303. USA まで手紙を書いてください。

    Silicon Breeze 社は BSD デーモンの銅像を製作し、 これらの売り上げの 15% を FreeBSD Foundation に還元しています。 この BSD デーモンの詳細と注文方法については このページ を見てください。

    - - テクノロジリリース: + + プロダクションリリース:
    - アナウンス
    - ・インストールガイド
    + インストールガイド
    リリースノート
    ハードウェアノート
    + ・インストールノート
    Errata
    - ・初期利用者のための手引き

    + ・Migration Guide

    - プロダクションリリース: + プロダクションリリース (Legacy):
    - アナウンス
    - ・インストールガイド
    + インストールガイド
    リリースノート
    ハードウェアリスト (英語)
    + ・インストールノート
    Errata (英語)

    -

    Project News
    +

    Project News + + (RSS)
    最終更新:
    さらに...

    FreeBSD Press
    最終更新:
    さらに...

    -

    セキュリティ勧告
    +

    セキュリティ勧告 + + (RSS)
    最終更新: +
    + さらに...

    + +

    Errata Notices + +
    + + 最終更新: + + + + + +
    + + + + + +
    +

     

    FreeBSD についてもっとよく知りたくなったら、 FreeBSD に関連する 出版物FreeBSD 関係の報道 の ギャラリーを訪ねたり、このウェブサイトを 見てみてください!

    -
    [FreeBSD Mall] [Sponsor of Unix Guru Universe] [Daemon News][Powered by FreeBSD]
    お問い合わせ先 : 日本語化について
    知的財産権について
    © 1995-2004 The FreeBSD Project.
    All rights reserved.
    diff --git a/ja/internet.sgml b/ja/internet.sgml index cc59d5150f..1c82397065 100644 --- a/ja/internet.sgml +++ b/ja/internet.sgml @@ -1,175 +1,171 @@ + %includes; ]> - + &header;

    インターネット向けに設計された FreeBSD

    FreeBSD には、たくさんの人が TCP/IP ソフトウェアの実装の お手本だと考えている 4.4BSD TCP/IP プロトコルスタックが 含まれています。 そのため、 ネットワークアプリケーションとインターネットには理想的な環境です。


    FreeBSD は標準 TCP/IP プロトコルを サポート

    大部分の &unix; システムと同じように、FreeBSD は次のようなことを可能にします。

    FreeBSD とそれに含まれているソフトウェアを使えば、あなたの PC を WWW サーバや NetNews のリレーホストに変身させることができます。 SAMBA を使えば Win95 や NT の載ったマシンとファイルシステムや プリンタを共用することだってできますし、提供されている PCNFS 認証デーモンを使えば、PC/NFS が走っているマシンを使うこともできます。 FreeBSD は Appletalk と ( 商用のパッケージ を使うことになりますが) Novel のクライアント/サーバネットワークもサポートしているので、 イントラネットの問題を完全に解決することも可能です。

    FreeBSD は RFC-1323 における高機能拡張や、RFC-1644 におけるトランザクション、SLIP、dial-on-demand PPP 用の拡張などの、 TCP の拡張にも対応しています。 FreeBSD は、ご家庭のネットサーファーにも組織のシステム管理者にもピッタリの オペレーティングシステムです。


    安定していて高速な FreeBSD のネットワーク能力

    もし信頼性が高く、高負荷時にも最高のパフォーマンスを発揮する インターネットサーバのプラットフォームをお探しなら、FreeBSD を使うことを検討してみてください。毎日 FreeBSD を使っている企業の ほんの一部をご紹介します。

    FreeBSD はこれらの、そしてその他のインターネットのサービスにも最適な プラットホームです。

    FreeBSD の Ports Collection には、インターネットサーバを簡単にセットアップすることができる ソフトウェアが、make 一発でインストールできる形で用意されています。


    高性能でなおかつ安全

    FreeBSD の開発者たちは、性能と同じくらい、 セキュリティに関しても気を配っています。FreeBSD は、IP proxy gateway をはじめとする他のサービスと同様、IP firewall をカーネルレベルで サポートしています。企業のサーバをインターネットに接続するとき、 - FreeBSD の走っている 386 以上の PC を firewall として動作させれば、 + FreeBSD の走っているコンピュータを firewall として動作させれば、 サーバを外部の攻撃から守ることができます。

    暗号化ソフトウェア、セキュアシェル、Kerberos、エンドサイドでの 暗号化、セキュアな RPC 機能も (輸出規制の対象ではありますが) 利用可能です。

    また、FreeBSD 開発チームは セキュリティオフィサ を置いて、セキュリティとバグに関する情報を集め、 公布することに積極的に取り組んでいます。さらに、Computer Emergency Response Team (CERT) とも連携をとっています。

    先達はきっとこう言うでしょう...

    ``FreeBSD ... それはおそらくこの世で最も堅固で役に立つ TCP/IP スタックをもたらすもの ...''

    ---Michael O'Brien, SunExpert August 1996 volume 7 number 8.

    &footer; diff --git a/ja/navigation.xml b/ja/navigation.xml new file mode 100644 index 0000000000..57919362ef --- /dev/null +++ b/ja/navigation.xml @@ -0,0 +1,84 @@ + + + + + + + + + $FreeBSD$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/search/index-site.sgml b/ja/search/index-site.sgml index 09364917cf..8f4048eced 100644 --- a/ja/search/index-site.sgml +++ b/ja/search/index-site.sgml @@ -1,56 +1,51 @@ - + %includes; ]> - + &header;

    サイトマップ

    &site;

    各ホームページ

    -
    +

    A-Z Index

    &atoz; &footer; diff --git a/ja/search/web.atoz b/ja/search/web.atoz index 933e92a428..1c9899e549 100644 --- a/ja/search/web.atoz +++ b/ja/search/web.atoz @@ -1,491 +1,473 @@ # # `A-Z Index' for http://www.FreeBSD.org # -# With the format `|'. +# With the format `|<url>'. # Empty lines or comments are ignored. # -# $FreeBSD: www/ja/search/web.atoz,v 1.30 2004/01/10 18:38:00 rushani Exp $ +# $FreeBSD: www/ja/search/web.atoz,v 1.31 2004/01/14 19:49:53 rushani Exp $ # # The FreeBSD Japanese Documentation Project -# Original revision: 1.70 +# Original revision: 1.81 # platforms/alpha.sgml Alpha|&base;/platforms/alpha.html Compaq Alpha|&base;/platforms/alpha.html DEC Alpha|&base;/platforms/alpha.html DIGITAL Alpha|&base;/platforms/alpha.html FreeBSD/alpha|&base;/platforms/alpha.html HP Alpha|&base;/platforms/alpha.html # platforms/amd64.sgml AMD64|&base;/platforms/amd64.html Athlon64|&base;/platforms/amd64.html FreeBSD/amd64|&base;/platforms/amd64.html Opteron|&base;/platforms/amd64.html x86-64|&base;/platforms/amd64.html # ../internal/about.sgml Usage statistics for this server|../internal/about.html Statistics for this server|../internal/about.html WWW statistics for this server|../internal/about.html Fieber, John|../internal/about.html Apache http server|../internal/about.html http server|../internal/about.html -WWW server www.FreeBSD.ORG|../internal/about.html -hub.freebsd.com|../internal/about.html +WWW server www.FreeBSD.org|../internal/about.html +hub.FreeBSD.com|../internal/about.html BSDi, network connection|../internal/about.html Network connection, BSDi|../internal/about.html # ../applications.sgml +Applications|&base;/applications.html Hittinger, Mark|../applications.html WinNet Communications|../applications.html Netscape Navigator|../applications.html Java, Netscape Navigator|../applications.html Internet services|../applications.html X Windows workstation|../applications.html Networking|../applications.html Software development|../applications.html Net surfing|../applications.html Education and research|../applications.html +# art.sgml +FreeBSD Art|&enbase;/art.html +Art, FreeBSD|&enbase;/art.html + # ../auditors.sgml Security, Auditors|../auditors.html Auditors|../auditors.html # projects/busdma/index.sgml busdma and SMPng driver conversion project|&base;/projects/busdma/index.html SMPng driver conversion|&base;/projects/busdma/index.html # projects/c99/index.sgml C99 & POSIX Conformance Project|&base;/projects/c99/index.html POSIX Conformance|&base;/projects/c99/index.html -# ../cgallery.sgml -Commercial, Gallery|../../gallery/cgallery.html - # releng/charter.sgml Charter, Release Engineering Team|&base;/releng/charter.html Release Engineering Team Charter|&base;/releng/charter.html # ../commercial/commercial.sgml Commercial Vendors|../commercial/commercial.html Vendors, commercial|../commercial/commercial.html Commercial Vendors, Consulting|../../commercial/consulting.html Consulting, Commercial Vendors|../../commercial/consulting.html Commercial Vendors, Hardware|../../commercial/hardware.html Hardware, Commercial Vendors|../../commercial/hardware.html Commercial Vendors, Software|../../commercial/software.html Software, Commercial Vendors|../../commercial/software.html Commercial Vendors, Miscellaneous|../../commercial/misc.html Miscellaneous, Commercial Vendors|../../commercial/misc.html # donations/index.sgml Charter, Donations Liaison|&base;/donations/index.html#charter Donations Liaison Charter|&base;/donations/index.html#charter Donations|&base;/donations/index.html # daemon.sgml BSD Daemon|../copyright/daemon.html Daemon, BSD|../copyright/daemon.html Nemeth, Evi|../copyright/daemon.html Lassiter, John|../copyright/daemon.html Hosokawa, Tatsumi|../copyright/daemon.html McKusick, Marshall Kirk|../copyright/daemon.html # internal/doceng.sgml Charter, Doceng Team|&base;/internal/doceng.html Doceng Team Charter|&base;/internal/doceng.html Documentation Project, doceng|&base;/internal/doceng.html # docproj.sgml Documentation Project|../docproj/docproj.html Project, Documentation|../docproj/docproj.html Goals, documentation|../docproj/docproj.html FAQ, Documentation Project|../docproj/docproj.html Handbook, Documentation Project|../docproj/docproj.html Contributing, Documentation Project|../docproj/docproj.html Submitting corrections, Documentation Project|../docproj/docproj.html Submitting new material, Documentation Project|../docproj/docproj.html SGML, Documentation Project|../docproj/docproj.html Linuxdoc, Documentation Project|../docproj/docproj.html Docbook, Documentation Project|../docproj/docproj.html Guidelines, Documentation Project|../docproj/docproj.html # docs.sgml Documentation|../docs.html Handbook|../docs.html Japanese Handbook|../docs.html#handbook Handbook, Japanese|../docs.html#handbook Frequently Asked Questions (FAQ)|../docs.html#faq FAQ|../docs.html#faq Books|../docs.html#books Manual Pages|../docs.html#man 4.4BSD Documents|../docs.html#44doc BSD Documents|../docs.html#44doc Documents, 4.4BSD|../docs.html#44doc Schneider, Wolfram|../docs.html#man Info Documents|../docs.html#info GNU Info Documents|../docs.html#info Source Code|../docs.html#source Toomey, Warren|../docs.html#source # events/events.xsl Events|&base;/events/events.html Past Events|&base;/events/events.html#past Upcoming Events|&base;/events/events.html#upcoming # features.sgml Features|../features.html 4.4BSD, A complete operating system|../features.html Berkeley, University of California|../features.html UCB|../features.html Computer Systems Research Group|../features.html CSRG|../features.html Merged virtual memory and filesystem buffer cache|../features.html virtual memory|../features.html buffer cache|../features.html Compatibility, SCO|../features.html Compatibility, Linux|../features.html Compatibility, NetBSD|../features.html Compatibility, BSDI|../features.html SCO, Compatibility|../features.html Linux, Compatibility|../features.html NetBSD, Compatibility|../features.html BSDI, Compatibility|../features.html -# gallery.sgml -Gallery, FreeBSD|../gallery/gallery.html -Powered by FreeBSD logo|../gallery/gallery.html -logo, Powered by FreeBSD|../gallery/gallery.html -Tao, Brian|../gallery/gallery.html -McKusick, Marshall Kirk|../gallery/gallery.html - # platforms/ia64/index.sgml FreeBSD/ia64|&base;/platforms/ia64/index.html IA-64|&base;/platforms/ia64/index.html Itanium|&base;/platforms/ia64/index.html # internet.sgml Internet|../internet.html TCP/IP protocols|../internet.html NFS|../internet.html NIS|../internet.html SNMP|../internet.html FTP|../internet.html DNS/BIND|../internet.html PPP|../internet.html SLIP|../internet.html MBONE|../internet.html SAMBA|../internet.html PCNFS|../internet.html Appletalk|../internet.html Novell|../internet.html TCP extensions|../internet.html RFC-1323|../internet.html RFC-1644|../internet.html networking|../internet.html -FTP Server ftp.FreeBSD.ORG, configuration|../internet.html +FTP Server ftp.FreeBSD.org, configuration|../internet.html Yahoo|../internet.html High performance and security|../internet.html Encryption software|../internet.html secure shells|../internet.html Kerberos|../internet.html end-to-end encryption|../internet.html secure RPC facilities|../internet.html O'Brien, Michael|../internet.html SunExpert|../internet.html # kse/index.sgml KSE|&base;/kse/index.html Threads, KSE|&base;/kse/index.html POSIX threads|&base;/kse/index.html # license.sgml Copyright|../copyright/license.html License|../copyright/license.html # mailto.sgml Contact us|../mailto.html Questions about this WWW server|../mailto.html Questions about the contents of this WWW server|../mailto.html Questions about FreeBSD|../mailto.html # platforms/mips.sgml FreeBSD/MIPS|&base;/platforms/mips.html MIPS, FreeBSD|&base;/platforms/mips.html SGI MIPS, FreeBSD|&base;/platforms/mips.html # mirror.sgml Mirroring the FreeBSD Web Pages|../internal/mirror.html rsync|../internal/mirror.html # newsflash.sgml News flash|../news/newsflash.html Press releases, News|../news/newsflash.html Daemon News|http://www.daemonnews.org/ #Changes at the FreeBSD Web Server|../news/webchanges.html #Webchanges at the FreeBSD Web Server|../news/webchanges.html -# npgallery.sgml -Gallery, Non-profit organizations|../../gallery/npgallery.html - -# npgallery.sgml -Gallery, Personal sites|../../gallery/pgallery.html - # platforms/pc98.sgml FreeBSD/pc98|&base;/platforms/pc98.html NEC PC-98x1|&base;/platforms/pc98.html PC-98|&base;/platforms/pc98.html # ports/index.sgml Ports Collection|../ports/index.html # platforms/ppc.sgml FreeBSD/PowerPC|&base;/platforms/ppc.html FreeBSD/ppc|&base;/platforms/ppc.html PowerPC|&base;/platforms/ppc.html # press.sgml Press Releases, Official|../news/press.html # publish.sgml Related Publications|../publish.html Publications, Related|../publish.html Covers, Publications|../publish.html Daemon, Covers|../publish.html CDROM, Covers|../publish.html#cdroms Books, Covers|../publish.html#books Magazines, Covers|../publish.html#magazines # releases/index.sgml Recent announcements about FreeBSD Releases|../releases/index.html Current Releases|../releases/index.html#current Future Releases|../releases/index.html#future Past Releases|../releases/index.html#past Release Information|&base;/releases/index.html Releases, current|../releases/index.html#current Releases, future|../releases/index.html#future Releases, past|../releases/index.html#past 1.0 FreeBSD|../releases/index.html#past 1.1 FreeBSD|../releases/index.html#past 1.1.5 FreeBSD|../releases/index.html#past 1.1.5.1 FreeBSD|../releases/index.html#past 2.0 FreeBSD|../releases/index.html#past 2.0.5 FreeBSD|../releases/index.html#past 2.1 FreeBSD|../releases/index.html#past 2.1.5 FreeBSD|../releases/index.html#past 2.1.6 FreeBSD|../releases/index.html#past 2.1.7 FreeBSD|../releases/index.html#past 2.2 FreeBSD|../releases/index.html#past 2.2.1 FreeBSD|../releases/index.html#past 2.2.2 FreeBSD|../releases/index.html#past 2.2.5 FreeBSD|../releases/index.html#past 2.2.6 FreeBSD|../releases/index.html#past 2.2.6 FreeBSD|../releases/index.html#past 2.2.7 FreeBSD|../releases/index.html#past 2.2.8 FreeBSD|../releases/index.html#past 3.0 FreeBSD|../releases/index.html#past 3.1 FreeBSD|../releases/index.html#past 3.2 FreeBSD|../releases/index.html#past 3.3 FreeBSD|../releases/index.html#past 3.4 FreeBSD|../releases/index.html#past 4.0 FreeBSD|../releases/index.html#past 4.1 FreeBSD|../releases/index.html#past 4.2 FreeBSD|../releases/index.html#past 4.3 FreeBSD|../releases/index.html#past 4.4 FreeBSD|../releases/index.html#past 4.5 FreeBSD|../releases/index.html#past 4.6 FreeBSD|../releases/index.html#past 4.7 FreeBSD|../releases/index.html#past 4.8 FreeBSD|../releases/index.html#past -4.9 FreeBSD|../releases/index.html#current +4.9 FreeBSD|../releases/index.html#past +4.10 FreeBSD|../releases/index.html#current 5.0 FreeBSD|../releases/index.html#past 5.1 FreeBSD|../releases/index.html#past -5.2 FreeBSD|../releases/index.html#current +5.2 FreeBSD|../releases/index.html#past +5.2.1 FreeBSD|../releases/index.html#past +5.3 FreeBSD|../releases/index.html#current # releng/index.sgml Code-Freeze Status|&base;/releng/index.html#freeze Release Engineering Information|&base;/releng/index.html Upcoming Release Schedule|&base;/releng/index.html#schedule # relnotes.sgml Release Documentation|&base;/relnotes.html # search.sgml Search Services|search.html Web pages, search|search.html#web Search, Web pages|search.html#web Mailing list archives, search|search.html#mailinglists Search, Mailing list archives|search.html#mailinglists Ports Changes, Search|search.html Search, Ports Changes|search.html Message-ID, Search|search.html Search, Message-ID|search.html Usenet News, Search|search.html Newsgroups, Search|search.html Search, Usenet News|search.html Cross reference of the FreeBSD kernel|search.html XR, Cross reference of the FreeBSD kernel|search.html Kernel, Cross reference|search.html # searchhints.sgml Searching Hints|searchhints.html # security/security.sgml Security Guide|../security/security.html # send-pr.sgml Submit a FreeBSD problem report|../send-pr.html Bug report, submit|../send-pr.html # smp/index.sgml Symmetric MultiProcessing (SMP)|&base;/smp/index.html SMP|&base;/smp/index.html # platforms/sparc.sgml FreeBSD/sparc64|&base;/platforms/sparc.html Sparc64|&base;/platforms/sparc.html Sparc|&base;/platforms/sparc.html UltraSparc|&base;/platforms/sparc.html # news/status/status.sgml Bi-monthly status reports|&base;/news/status/status.html FreeBSD Status Reports|&base;/news/status/status.html Status Reports|&base;/news/status/status.html # support.sgml Support|../support.html Mailing lists|../support.html#mailing-list non-English mailing lists|../support.html#mailing-list Mailing lists, German|../support.html#mailing-list Mailing lists, Czech|../support.html#mailing-list Mailing lists, Polish|../support.html#mailing-list Mailing lists, Portuguese|../support.html#mailing-list Mailing lists, Japanese|../support.html#mailing-list Mailing lists, Hungarian|../support.html#mailing-list -Mailing lists, Itilian|../support.html#mailing-list +Mailing lists, Italian|../support.html#mailing-list Mailing lists, Russian|../support.html#mailing-list Mailing lists, French|../support.html#mailing-list Mailing lists, Indonesian|../support.html#mailing-list Mailing lists, Korean|../support.html#mailing-list Mailing lists, Netherlands|../support.html#mailing-list Mailing lists, Spanish|../support.html#mailing-list German mailing lists|../support.html#mailing-list Czech mailing lists|../support.html#mailing-list Polish mailing lists|../support.html#mailing-list Portuguese mailing lists|../support.html#mailing-list Japanese mailing lists|../support.html#mailing-list Hungarian mailing lists|../support.html#mailing-list Russian mailing lists|../support.html#mailing-list French mailing lists|../support.html#mailing-list Indonesian mailing lists|../support.html#mailing-list Korean mailing lists|../support.html#mailing-list Spanish mailing lists|../support.html#mailing-list -German web pages|../support.html#web -Czech web pages|../support.html#web Chinese web pages|../support.html#web Portuguese web pages|../support.html#web Hungarian web pages|../support.html#web Japanese web pages|../support.html#web Slovakian web pages|../support.html#web -Russian web pages|../support.html#web Indonesian web pages|../support.html#web Korean web pages|../support.html#web -Polish web pages|../support.html#web -Spanish web pages|../support.html#web Newsgroups|../support.html#newsgroups Web Resources, mirrors|../support.html#web GNATS Problem Report Database|../support.html#gnats Bug reports, view|../support.html#gnats CVS Repository|../support.html#cvs CTM|../support.html#cvs CVSup|../support.html#cvs anoncvs|../support.html#anoncvs User Groups|../support.html#user General UNIX Information|../support.html#general X Window System|../support.html#xwin Hardware, support|../support.html#hardware # copyright/trademarks.sgml Trademark legend|&base;/copyright/trademarks.html +# Translated webpages +German web pages|&base;/de/index.html +Spanish web pages|&base;/es/index.html +Russian web pages|&base;/ru/index.html + # /projects/ Multimedia|../projects/projects.html#multimedia Home Automation|../projects/projects.html#homeauto Automation, Home|../projects/projects.html#homeauto Java|../projects/projects.html#java GNOME|../gnome/index.html +KDE|&base;/projects/projects.html#kde PicoBSD|../projects/projects.html#picobsd single floppy FreeBSD|../projects/projects.html#picobsd -Related Operating System Projects|../projects/projects.html#related -Operating System, related projects|../projects/projects.html#related -DEVFS|../projects/projects.html#devfs soft update code|../projects/projects.html#softupdate Newbies Project|../projects/newbies.html -Hardening Project|../projects/projects.html#hardening -secure environment|../projects/projects.html#hardening KAME Project|../projects/projects.html#kame IPv6/IPsec stack for BSD|../projects/projects.html#kame Token-Ring Project|../projects/projects.html#tokenring -i4b|../projects/projects.html#isdn -ISDN|../projects/projects.html#isdn -ISDN4BSD|../projects/projects.html#isdn USB|../projects/projects.html#usb Drawbridge|../projects/projects.html#drawbridge secure MobileIP via IPSec|../projects/projects.html#smn MobileIP via IPSec|../projects/projects.html#smn IPSec|../projects/projects.html#kame SMN|../projects/projects.html#smn High-precision timekeeping|../projects/projects.html#timekeeping timekeeping, High-precision|../projects/projects.html#timekeeping ALTQ|../projects/projects.html#altq bandwidth management|../projects/projects.html#altq Alternate Queueing|../projects/projects.html#altq vinum|../projects/projects.html#vinum logical volume manager|../projects/projects.html#vinum volume manager, logical|../projects/projects.html#vinum ATM, BSD|../projects/projects.html#atm BSD ATM|../projects/projects.html#atm PAO|../projects/projects.html#pao Mobile Computing|../projects/projects.html#pao laptop|../projects/projects.html#pao Point to Point Protocol (PPP)|../projects/projects.html#ppp GLOBAL common source code tag system|../projects/projects.html#global -Voice Answering Machine|../projects/projects.html#vam -Answering Machine, Voice|../projects/projects.html#vam -Retail Outlets for FreeBSD|../projects/projects.html#retail +Retail Outlets for FreeBSD|../doc/ja_JP.eucJP/books/handbook/mirrors.html CAM|../projects/projects.html#cam Tinderbox|&base;/projects/projects.html#tinderbox -Security Advisories|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -Advisories, security|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -SA|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html - +Security Advisories|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html +Advisories, security|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html +SA|ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/index.html # where.sgml Getting FreeBSD|../where.html Installing FreeBSD|../where.html#install Distribution Sites|../where.html#distribution Applications and Utility Software|../where.html#apps Commercial software|../where.html # y2kbug.html y2k|&base;/y2kbug.html Year 2000 bug|&base;/y2kbug.html Millennium bug|&base;/y2kbug.html 2000, year bug|&base;/y2kbug.html # news/ BSD Real-Quick (TM) Newsletter|http://www.daemonnews.org/newsletter/ Real-Quick (TM) Newsletter|http://www.daemonnews.org/newsletter/ Newsletter, BSD Real-Quick|http://www.daemonnews.org/newsletter/ -Release Usage Statistic|http://www.freebsd.org/statistic/release_usage/images/ -Statistic, Release Usage|http://www.freebsd.org/statistic/release_usage/images/ +Release Usage Statistic|http://www.FreeBSD.org/statistic/release_usage/images/ +Statistic, Release Usage|http://www.FreeBSD.org/statistic/release_usage/images/ # who's who Project Staff|../doc/en_US.ISO8859-1/articles/contributors/staff-who.html Staff, Project|../doc/en_US.ISO8859-1/articles/contributors/staff-who.html Who's Who|../doc/en_US.ISO8859-1/articles/contributors/staff-who.html Officers, Project|../doc/en_US.ISO8859-1/articles/contributors/staff-who.html