diff --git a/ja/Makefile b/ja/Makefile index 3ee5006bf4..0633b461cf 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -1,91 +1,92 @@ -# $FreeBSD: www/ja/Makefile,v 1.72 2005/10/06 04:20:44 remko Exp $ +# $FreeBSD: www/ja/Makefile,v 1.73 2006/08/20 06:28:53 hrs Exp $ # The FreeBSD Japanese Documentation Project # 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= about.sgml DOCS+= applications.sgml #DOCS+= art.sgml DOCS+= availability.sgml DOCS+= community.sgml DOCS+= docs.sgml DOCS+= features.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 XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \ advisories notices XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: DEPENDSET.usergroups=transtable usergroups PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" # 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+= projects SUBDIR+= prstats SUBDIR+= platforms SUBDIR+= releases #SUBDIR+= releng SUBDIR+= smp +SUBDIR+= support #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 # Non-SGML #SUBDIR+= gifs #SUBDIR+= cgi WEBDIR?= data/ja ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/support/Makefile b/ja/support/Makefile new file mode 100644 index 0000000000..0ba6998b1d --- /dev/null +++ b/ja/support/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ +# Original Revision: 1.1 + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +#DOCS= bugreports.sgml webresources.sgml +DOCS= bugreports.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/support/bugreports.sgml b/ja/support/bugreports.sgml new file mode 100644 index 0000000000..f6e0d6fa95 --- /dev/null +++ b/ja/support/bugreports.sgml @@ -0,0 +1,71 @@ + + + + +]> + + + + + +&header; + +

障害報告 (PR: Problem Report) データベース

+ +

最新の FreeBSD の障害報告は GNATS + データベースを用いて追跡されています。

+ +

FreeBSD の障害報告 (PR) は、必ずしも FreeBSD + そのもののバグとは限りません。場合によっては文書の誤り + (単なる誤字ということもありえます) + の報告かもしれませんし、提出者が FreeBSD + に入れてほしいと思う「要望リスト」であることもあるでしょう。 + 多くの場合、障害報告は FreeBSD + Ports および Packages + コレクションに加えるために準備された port を含んでいます。

+ +

障害報告は 'open' + 状態から始まり、報告された問題が解決すると閉じられます。 + なお、見失うことがないように、各障害報告には固有の追跡 ID + が割り当てられます。FreeBSD + に加えられた変更の履歴の多くには、その変更を促した障害報告の追跡 ID + が含まれています。

+ + + +

障害報告 (PR) の提出

+ +

&os; システムの + send-pr(1) + コマンドで開発チームに障害報告を提出できます。 + ウェブの 入力フォーム を利用したり、 + freebsd-bugs@FreeBSD.org + にメールを送ることでも提出できます。 + メーリングリストに提出された報告は、 + 公式の障害報告としては追跡されないので、send-pr + が推奨されています!

+ +

障害報告を提出する前に FreeBSD + 障害報告の書き方 という記事を読まれると良いでしょう。 + この文書には、障害報告を提出する際にどのような情報を含めるべきかといったことや、 + 優れた障害報告とはどういうものなのか、 + といったことがまとめられています。 + また、背景についての有益な情報が + 障害報告取扱ガイドライン という記事にあります。

+ +&footer; + + +