aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/fdp-primer
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/books/fdp-primer')
-rw-r--r--ja_JP.eucJP/books/fdp-primer/Makefile26
-rw-r--r--ja_JP.eucJP/books/fdp-primer/book.sgml28
-rw-r--r--ja_JP.eucJP/books/fdp-primer/chapter.decl1
-rw-r--r--ja_JP.eucJP/books/fdp-primer/chapters.ent11
-rw-r--r--ja_JP.eucJP/books/fdp-primer/examples/appendix.sgml36
-rw-r--r--ja_JP.eucJP/books/fdp-primer/overview/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/psgml-mode/chapter.sgml13
-rw-r--r--ja_JP.eucJP/books/fdp-primer/see-also/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/structure/chapter.sgml13
-rw-r--r--ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/the-website/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/tools/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml12
-rw-r--r--ja_JP.eucJP/books/fdp-primer/writing-style/chapter.sgml15
14 files changed, 52 insertions, 163 deletions
diff --git a/ja_JP.eucJP/books/fdp-primer/Makefile b/ja_JP.eucJP/books/fdp-primer/Makefile
index cfcf5bbd88..abc0bc6347 100644
--- a/ja_JP.eucJP/books/fdp-primer/Makefile
+++ b/ja_JP.eucJP/books/fdp-primer/Makefile
@@ -1,4 +1,4 @@
-#
+#
# $FreeBSD$
#
# Build the FreeBSD Documentation Project Primer (Japanese).
@@ -15,25 +15,25 @@ FORMATS?= html-split html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
-#
+#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#
# SGML content
-SRCS= book.sgml
-SRCS+= overview/chapter.sgml
-SRCS+= psgml-mode/chapter.sgml
-SRCS+= see-also/chapter.sgml
-SRCS+= sgml-markup/chapter.sgml
-SRCS+= sgml-primer/chapter.sgml
-SRCS+= stylesheets/chapter.sgml
+SRCS= book.sgml
+SRCS+= overview/chapter.sgml
+SRCS+= psgml-mode/chapter.sgml
+SRCS+= see-also/chapter.sgml
+SRCS+= sgml-markup/chapter.sgml
+SRCS+= sgml-primer/chapter.sgml
+SRCS+= stylesheets/chapter.sgml
SRCS+= structure/chapter.sgml
SRCS+= doc-build/chapter.sgml
-SRCS+= the-website/chapter.sgml
-SRCS+= tools/chapter.sgml
+SRCS+= the-website/chapter.sgml
+SRCS+= tools/chapter.sgml
SRCS+= translations/chapter.sgml
-SRCS+= writing-style/chapter.sgml
+SRCS+= writing-style/chapter.sgml
SRCS+= examples/appendix.sgml
@@ -46,7 +46,7 @@ SRCS+= examples/appendix.sgml
#IMAGES_LIB+= callouts/5.png
# Entities
-SRCS+= chapters.ent
+SRCS+= chapters.ent
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
diff --git a/ja_JP.eucJP/books/fdp-primer/book.sgml b/ja_JP.eucJP/books/fdp-primer/book.sgml
index 4390ba91f7..623e4a9a9c 100644
--- a/ja_JP.eucJP/books/fdp-primer/book.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/book.sgml
@@ -1,3 +1,12 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
+ "../../../share/sgml/freebsd42.dtd" [
+<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//JA" "../../share/sgml
+%entities;
+<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
+<!-- ENTITY index SYSTEM "index.sgml" -->
+]>
+
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -33,20 +42,12 @@
$FreeBSD$
-->
-<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % books.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN">
-%books.ent;
-<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
-<!ENTITY % not.published "INCLUDE">
-<!-- ENTITY index SYSTEM "index.sgml" -->
-]>
-
<!--
訳:
さとけん@ForUs ken@forus.or.jp
-->
-<book>
+<book lang='ja'>
<bookinfo>
<title>新しい貢献者のための FreeBSD ドキュメンテーションプロジェクト入門</title>
@@ -280,12 +281,3 @@ Password:</screen></entry>
&index;
-->
</book>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/chapter.decl b/ja_JP.eucJP/books/fdp-primer/chapter.decl
deleted file mode 100644
index ce0a7ed16a..0000000000
--- a/ja_JP.eucJP/books/fdp-primer/chapter.decl
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
diff --git a/ja_JP.eucJP/books/fdp-primer/chapters.ent b/ja_JP.eucJP/books/fdp-primer/chapters.ent
index 33da333bbd..28b19cfaf0 100644
--- a/ja_JP.eucJP/books/fdp-primer/chapters.ent
+++ b/ja_JP.eucJP/books/fdp-primer/chapters.ent
@@ -1,4 +1,5 @@
-<!--
+<?xml version="1.0" encoding="eucJP"?>
+<!--
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
@@ -6,10 +7,10 @@
$FreeBSD$
Creates entities for each chapter in the Documentation Project Primer.
- Each entity is named chap.foo, where foo is the value of the id
- attribute on that chapter, and corresponds to the name of the
+ Each entity is named chap.foo, where foo is the value of the id
+ attribute on that chapter, and corresponds to the name of the
directory in which that chapter's .sgml file is stored.
-
+
Chapters should be listed in the order in which they are referenced.
-->
@@ -23,7 +24,7 @@
<!ENTITY chap.translations SYSTEM "translations/chapter.sgml">
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml">
<!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml">
-<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">
+<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">
<!ENTITY chap.doc-build SYSTEM "doc-build/chapter.sgml">
<!ENTITY app.examples SYSTEM "examples/appendix.sgml">
diff --git a/ja_JP.eucJP/books/fdp-primer/examples/appendix.sgml b/ja_JP.eucJP/books/fdp-primer/examples/appendix.sgml
index 53c50a81f0..ba1c755e5f 100644
--- a/ja_JP.eucJP/books/fdp-primer/examples/appendix.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/examples/appendix.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 2000 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -65,10 +66,10 @@
<programlisting><![ CDATA [<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
-<book>
+<book lang='ja'>
<bookinfo>
<title>An Example Book</title>
-
+
<author>
<firstname>Your first name</firstname>
<surname>Your surname</surname>
@@ -93,7 +94,7 @@
<para>Your book may have a preface, in which case it should be placed
here.</para>
</preface>
-
+
<chapter>
<title>My first chapter</title>
@@ -117,7 +118,7 @@
<programlisting><![ CDATA [<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
-<article>
+<article lang='ja'>
<articleinfo>
<title>An example article</title>
@@ -148,7 +149,7 @@
<title>My first sub-section</title>
<para>This is the first sub-section in my article.</para>
- </sect2>
+ </sect2>
</sect1>
</article>]]></programlisting>
</example>
@@ -171,7 +172,7 @@
<example>
<title>DocBook から HTML (大きな単一ファイル) への変換</title>
-
+
<screen>&prompt.user; <userinput>jade -V nochunks \ <co id="examples-co-jade-1-nochunks">
-c /usr/local/share/sgml/docbook/dsssl/modular/catalog \ <co id="examples-co-jade-1-catalog">
-c /usr/local/share/sgml/docbook/catalog \
@@ -215,7 +216,7 @@
<example>
<title>DocBook から HTML (複数の小さなファイル) への変換</title>
-
+
<screen>&prompt.user; <userinput>jade \
-c /usr/local/share/sgml/docbook/dsssl/modular/catalog \ <co id="examples-co-jade-2-catalog">
-c /usr/local/share/sgml/docbook/catalog \
@@ -273,7 +274,7 @@
<para>&tex; 出力生成に関する様々なオプションを使用するように
スタイルシートをカスタマイズします。</para>
</callout>
-
+
<callout arearefs="examples-co-jade-3-catalog">
<para>Jade が処理しなければならないカタログを指定します。
三つのカタログが必要です。
@@ -295,7 +296,7 @@
<para>生成された<filename>.tex</filename> ファイルは、今度は
<literal>&amp;jadetex</literal> マクロパッケージを指定して
<command>tex</command>へ通さなければなりません。</para>
-
+
<screen>&prompt.user; <userinput>tex "&amp;jadetex" <replaceable>file</replaceable>.tex</userinput></screen>
<para><emphasis>少なくとも</emphasis>三度、
@@ -306,16 +307,16 @@
<para>この時点では
<literal>LaTeX Warning: Reference `136' on page 5 undefined on input
line 728.</literal>のような警告メッセージが出ても大丈夫です。</para>
-
+
<para>二度目の実行では文書を処理しますが、
今度は幾つかの情報 (文書のページ数など) は既知です。
これによって索引の項目や他の相互参照が解決されます。</para>
<para>三度目の実行で必要な最終クリーンナップを行います。</para>
-
+
<para>このステージの出力が
<filename><replaceable>file</replaceable>.dvi</filename>となります。</para>
-
+
<para>最後に、<command>dvips</command> を実行して
<filename>.dvi</filename> ファイルを Postscript へ変換します。</para>
@@ -345,14 +346,3 @@
</sect2>
</sect1>
</appendix>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../appendix.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "appendix")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/overview/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/overview/chapter.sgml
index 076bde34b3..15ef0cd747 100644
--- a/ja_JP.eucJP/books/fdp-primer/overview/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/overview/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -316,14 +317,3 @@
</procedure>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/psgml-mode/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/psgml-mode/chapter.sgml
index 7fe5e02d31..b5c9e9fab8 100644
--- a/ja_JP.eucJP/books/fdp-primer/psgml-mode/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/psgml-mode/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -168,15 +169,3 @@
</programlisting>
</chapter>
-
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/see-also/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/see-also/chapter.sgml
index cb377f28bf..fc6fb0cbe1 100644
--- a/ja_JP.eucJP/books/fdp-primer/see-also/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/see-also/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -122,14 +123,3 @@
</itemizedlist>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/structure/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/structure/chapter.sgml
index fedb95dd58..0434595c5f 100644
--- a/ja_JP.eucJP/books/fdp-primer/structure/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/structure/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -303,15 +304,3 @@
</sect2>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
-
diff --git a/ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml
index 819c2bbdca..d87edc7da3 100644
--- a/ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/stylesheets/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -101,14 +102,3 @@
</sect2>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/the-website/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/the-website/chapter.sgml
index d080b06db2..bd65bfd5c1 100644
--- a/ja_JP.eucJP/books/fdp-primer/the-website/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/the-website/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -217,14 +218,3 @@
ドットファイルで設定できます。</para>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/tools/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/tools/chapter.sgml
index 97d5bf1574..fc274f0694 100644
--- a/ja_JP.eucJP/books/fdp-primer/tools/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/tools/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -303,14 +304,3 @@
</sect2>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml
index 0778c70925..c471352522 100644
--- a/ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -448,14 +449,3 @@
</qandaentry>
</qandaset>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
diff --git a/ja_JP.eucJP/books/fdp-primer/writing-style/chapter.sgml b/ja_JP.eucJP/books/fdp-primer/writing-style/chapter.sgml
index 4f9b8d7365..8e9d59aa00 100644
--- a/ja_JP.eucJP/books/fdp-primer/writing-style/chapter.sgml
+++ b/ja_JP.eucJP/books/fdp-primer/writing-style/chapter.sgml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="eucJP" standalone="no"?>
<!-- Copyright (c) 1998 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@@ -294,7 +295,7 @@ saugroup END</programlisting>
</para>
<informalexample>
- <programlisting><![ CDATA [<article>
+ <programlisting><![ CDATA [<article lang='ja'>
<articleinfo>
<title>NIS</title>
@@ -502,15 +503,3 @@ GB. Hardware compression &hellip;</literallayout>
</sect1>
</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->
-