Merge the following from the English version:
1.5 -> 1.6 Makefile (new) -> 1.3 webresources.sgml Submitted by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot jp> Reference: [doc-jp-work 1465]
This commit is contained in:
parent
9f64c090aa
commit
16703af558
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36016
2 changed files with 113 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
# Original Revision: 1.5
|
||||
# $FreeBSD: www/ja/docs/Makefile,v 1.1 2010/07/05 17:00:55 ryusuke Exp $
|
||||
# Original Revision: 1.6
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,8 +8,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= books.sgml
|
||||
#DOCS+= man.sgml
|
||||
#DOCS+= webresources.sgml
|
||||
DOCS= books.sgml webresources.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
110
ja/docs/webresources.sgml
Normal file
110
ja/docs/webresources.sgml
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: /repoman/r/dcvs/www/en/docs/webresources.sgml,v 1.3 2005/10/16 12:49:28 blackend Exp $">
|
||||
<!ENTITY title "ウェブ上の情報">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>リンク集</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>The
|
||||
<a href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/">Open
|
||||
Directory Project</a> では、マーケティング目的に有用な
|
||||
<a href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/Prominent_Users/">著名なユーザ</a>
|
||||
の一覧を含む、FreeBSD
|
||||
に関するすばらしいリンク集を提供しています。</p></li>
|
||||
</ul>
|
||||
|
||||
<h2>In the real world...</h2>
|
||||
|
||||
<h3><a name="press" href="../news/press.html">FreeBSD in the Press</a></h3>
|
||||
|
||||
<p>FreeBSD に関する報道記事です。</p>
|
||||
|
||||
<h2>Newsgroups</h2>
|
||||
|
||||
<p>以下のニュースグループでは FreeBSD
|
||||
ユーザに適した議論が行われています。</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><a
|
||||
href="news:comp.unix.bsd.freebsd.announce">comp.unix.bsd.freebsd.announce</a>
|
||||
(moderated)</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><a
|
||||
href="news:comp.unix.bsd.freebsd.misc">comp.unix.bsd.freebsd.misc</a></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><a
|
||||
href="news:comp.unix.bsd.misc">comp.unix.bsd.misc</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>その他のリソース</h2>
|
||||
|
||||
<h3><a href="../y2kbug.html">2000 年適合性</a></h3>
|
||||
|
||||
<p>2000 年適合性に対する、
|
||||
FreeBSD プロジェクトの現時点での所信表明です。</p>
|
||||
|
||||
<h3><a href="http://fxr.watson.org/">ソースコード</a></h3>
|
||||
|
||||
<p>ソースコードに手を入れてみたいという方のために、ここに
|
||||
FreeBSD <em>カーネル</em>
|
||||
のソースコードをハイパーテキスト化したものがあります。
|
||||
これは、Robert Watson の好意により提供されています。</p>
|
||||
|
||||
<h3><a href="http://www.daemonnews.org/">Daemon News</a></h3>
|
||||
|
||||
<p>BSD ニュース業界のリーダーです。</p>
|
||||
|
||||
<p>FreeBSD 自体と同様、
|
||||
このドキュメンテーションもボランティアの努力の産物です。
|
||||
間違いを正し、新しい資料を付け加えてゆく手順とともに、
|
||||
このプロジェクトの目標がここで概説されています。</p>
|
||||
|
||||
<h3><a name="diary" href="http://www.freebsddiary.org/">FreeBSD
|
||||
Diary</a></h3>
|
||||
|
||||
<p>FreeBSD Diary は、UNIX 初心者を対象とした
|
||||
"how-to" 形式の情報を集めたものです。
|
||||
さまざまな ports をインストールしたり設定するための、
|
||||
順を追ったガイド集を提供するのが目的です。</p>
|
||||
|
||||
<h3><a href="http://www.OnLamp.com/bsd/">The O'Reilly Network BSD
|
||||
Dev Center</a></h3>
|
||||
|
||||
<p>BSD Dev Center にはチュートリアルなどを含む FreeBSD
|
||||
についてのコラムがふたつ連載されています。</p>
|
||||
|
||||
<h2>その他の文書</h2>
|
||||
|
||||
<p><a href="http://docs.FreeBSD.org/44doc/">4.4BSD のドキュメント</a>:
|
||||
4.4BSD ドキュメントのハイパーテキスト版です。
|
||||
原版は doc ディストリビューションをインストールしてある
|
||||
FreeBSD マシンなら
|
||||
<a href="file://localhost/usr/share/doc">/usr/share/doc</a>
|
||||
で見つけることができます。</p>
|
||||
|
||||
<p><a href="http://docs.FreeBSD.org/info/">Info ドキュメント</a>:
|
||||
Info ドキュメントのハイパーテキスト版です。
|
||||
原版は info ディストリビューションをインストールしてある
|
||||
FreeBSD マシンなら
|
||||
<a href="file://localhost/usr/share/info">/usr/share/info</a>
|
||||
で見つけることができます。</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue