- 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.
42 lines
1.6 KiB
Text
42 lines
1.6 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/ja/docproj/who.sgml,v 1.14 2005/10/04 16:21:46 hrs Exp $">
|
|
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
|
<!ENTITY % navinclude.docs "INCLUDE">
|
|
]>
|
|
<!-- The FreeBSD Japanese Documentation Project -->
|
|
<!-- Original revision: 1.11 -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>このプロジェクトは緩やかな結び付きを持った人々の集まりであり、
|
|
我々はみな
|
|
<a href="mailto:FreeBSD-doc@FreeBSD.ORG">FreeBSD-doc@FreeBSD.ORG</a>
|
|
メーリングリストを購読しているという以外の共通点を持っていません。</p>
|
|
|
|
<p>我々の一部は、変更点を直接 FreeBSD documentation tree に commit
|
|
することができます。
|
|
<a href="../handbook/staff-doc.html">FreeBSD
|
|
ドキュメンテーションプロジェクトの主コミッター</a>
|
|
と<a href="../handbook/staff-committers.html">コミット権を持ったすべての
|
|
FreeBSD 開発者</a> の完全なリストを見てください。</p>
|
|
|
|
<p>他の人々はコミット権を持っていませんが、
|
|
ドキュメンテーションを書き、寄稿することはやはりできます。
|
|
<a href="submitting.html">文書を提出する</a>
|
|
ページにしたがって文書を寄稿すると、コミッターの誰かが
|
|
査読してドキュメンテーション集の中に追加してくれるでしょう。
|
|
</p>
|
|
|
|
<p>もしドキュメンテーションプロジェクトを手助けしたいと思われるなら
|
|
(そう思われることを強く願っています)、
|
|
やることは一つ、メーリングリストを購読するだけです。
|
|
そうすればあなたももうプロジェクトの一員なのです。
|
|
</p>
|
|
|
|
<p><a href="docproj.html">FreeBSD
|
|
ドキュメンテーションプロジェクトのページ</a></p>
|
|
&footer
|
|
</body>
|
|
</html>
|