Merge the following from the English version:
(new) -> 1.1 www/ja/support/Makefile (new) -> 1.5 www/ja/support/bugreports.sgml Submitted by: Hiroki Kobayashi <solidsneak _at_ hyper dot cx> (bugreports.sgml : new -> 1.2), Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org> (bugreports.sgml : 1.2 -> 1.5), Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org> (Makefile). Reviewed by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>, Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org> References: [doc-jp-work 1493, 1519, 1522, 1994, 1995]
This commit is contained in:
parent
e70ad8d30e
commit
bedc035da3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34556
3 changed files with 87 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $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
|
||||
|
||||
|
@ -68,6 +68,7 @@ SUBDIR+= platforms
|
|||
SUBDIR+= releases
|
||||
#SUBDIR+= releng
|
||||
SUBDIR+= smp
|
||||
SUBDIR+= support
|
||||
#SUBDIR+= kse
|
||||
#SUBDIR+= gnome
|
||||
#SUBDIR+= donations
|
||||
|
|
14
ja/support/Makefile
Normal file
14
ja/support/Makefile
Normal file
|
@ -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"
|
71
ja/support/bugreports.sgml
Normal file
71
ja/support/bugreports.sgml
Normal file
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Bug Reports">
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.5 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>障害報告 (PR: Problem Report) データベース</h2>
|
||||
|
||||
<p>最新の FreeBSD の障害報告は <a
|
||||
href="http://www.gnu.org/software/gnats/">GNATS</a>
|
||||
データベースを用いて追跡されています。</p>
|
||||
|
||||
<p>FreeBSD の障害報告 (PR) は、必ずしも FreeBSD
|
||||
そのもののバグとは限りません。場合によっては文書の誤り
|
||||
(単なる誤字ということもありえます)
|
||||
の報告かもしれませんし、提出者が FreeBSD
|
||||
に入れてほしいと思う「要望リスト」であることもあるでしょう。
|
||||
多くの場合、障害報告は FreeBSD
|
||||
<a href="&base;/ports/index.html">Ports および Packages</a>
|
||||
コレクションに加えるために準備された port を含んでいます。</p>
|
||||
|
||||
<p>障害報告は 'open'
|
||||
状態から始まり、報告された問題が解決すると閉じられます。
|
||||
なお、見失うことがないように、各障害報告には固有の追跡 ID
|
||||
が割り当てられます。FreeBSD
|
||||
に加えられた変更の履歴の多くには、その変更を促した障害報告の追跡 ID
|
||||
が含まれています。</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&cgibase;/query-pr-summary.cgi">
|
||||
障害報告を見たり、検索する</a></li>
|
||||
|
||||
<li><a href="&base;/send-pr.html">障害報告を提出する</a></li>
|
||||
|
||||
<li><a href="&base;/prstats/index.html">障害報告の統計を見る</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>障害報告 (PR) の提出</h2>
|
||||
|
||||
<p>&os; システムの
|
||||
<a href="&cgibase;/man.cgi?query=send-pr&sektion=1">send-pr(1)</a>
|
||||
コマンドで開発チームに障害報告を提出できます。
|
||||
ウェブの <a href="&base;/send-pr.html">入力フォーム</a> を利用したり、
|
||||
<a href="mailto:freebsd-bugs@FreeBSD.org">freebsd-bugs@FreeBSD.org</a>
|
||||
にメールを送ることでも提出できます。
|
||||
メーリングリストに提出された報告は、
|
||||
公式の障害報告としては追跡され<em>ない</em>ので、<a
|
||||
href="&base;/send-pr.html">send-pr</a>
|
||||
が推奨されています!</p>
|
||||
|
||||
<p>障害報告を提出する前に <a
|
||||
href="&enbase;/doc/ja_JP.eucJP/articles/problem-reports/">FreeBSD
|
||||
障害報告の書き方</a> という記事を読まれると良いでしょう。
|
||||
この文書には、障害報告を提出する際にどのような情報を含めるべきかといったことや、
|
||||
優れた障害報告とはどういうものなのか、
|
||||
といったことがまとめられています。
|
||||
また、背景についての有益な情報が<a
|
||||
href="&enbase;/doc/en_US.ISO8859-1/articles/pr-guidelines/">
|
||||
障害報告取扱ガイドライン</a> という記事にあります。</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue