doc/ja/mailto.sgml
Hiroki Sato 5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:26:51 +00:00

60 lines
2.3 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/ja/mailto.sgml,v 1.24 2005/10/04 16:21:45 hrs Exp $">
<!ENTITY title "Contacting FreeBSD">
<!ENTITY % navinclude.about "INCLUDE">
]>
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.28 -->
<html>
&header;
<h2>FreeBSD に関する質問は...</h2>
<p>FreeBSD に関する質問は FreeBSD Questions メーリングリスト、
<a href="mailto:freebsd-questions@FreeBSD.org">
freebsd-questions@FreeBSD.org</a> までどうぞ。</p>
<p><a href="&base;/support.html#mailing-list">メーリングリスト</a> は
FreeBSD のユーザにとって主要なサポート手段であり、異なる話題範囲を
カバーする多くのメーリングリストがあります。
英語以外のいくつかのメーリングリストもあります。</p>
<h2>この WWW サーバの文書に関する質問は...</h2>
<p>FreeBSD プロジェクトの文書群 (<a href="&enbase;/doc/en_US.ISO8859-1/books/handbook/index.html">ハンドブック</a> (<a href="&enbase;/doc/ja_JP.eucJP/books/handbook/index.html">日本語版</a>)
や <a href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a>
(<a href="&enbase;/doc/ja_JP.eucJP/books/faq/index.html">日本語版</a>)、
<a href="&base;/docs.html">ブックとアーティクル</a>) に関する
質問や提案は FreeBSD ドキュメンテーションプロジェクトのメーリングリスト
<a href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@FreeBSD.org</a>
までどうぞ。</p>
<p><a href="jabout.html">日本語版</a>についての質問や提案は
<a href="http://www.jp.freebsd.org/doc-jp/">FreeBSD 日本語
ドキュメンテーションプロジェクト</a>、
<a href="mailto:doc-jp@jp.FreeBSD.ORG">doc-jp@jp.FreeBSD.ORG</a>
までどうぞ。</p>
<h2>郵便、電話、FAX</h2>
<p>CDROM の注文は: <a href="http://www.osd.bsdi.com/info/contact.phtml">BSDi</a></p>
<p>商用サポートは: <a href="http://www.freebsdmall.com/">The
FreeBSD Mall</a></p>
<h2><a href="&enbase;/doc/en_US.ISO8859-1/articles/contributors/staff-who.html">担当者一覧</a></h2>
<p>広報・渉外担当、セキュリティオフィサ、ポストマスタ、ウェブマスタなど。</p>
&footer;
</body>
</html>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->