summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
Diffstat (limited to 'fml')
-rw-r--r--fml/doc/ja/tutorial/programs/fmlconf.sgml23
-rw-r--r--fml/doc/ja/tutorial/programs/fmldoc.sgml22
-rw-r--r--fml/doc/ja/tutorial/programs/fmlticket.sgml31
-rw-r--r--fml/doc/ja/tutorial/programs/makefml.sgml36
4 files changed, 112 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/programs/fmlconf.sgml b/fml/doc/ja/tutorial/programs/fmlconf.sgml
new file mode 100644
index 00000000..9e71dc6d
--- /dev/null
+++ b/fml/doc/ja/tutorial/programs/fmlconf.sgml
@@ -0,0 +1,23 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="fmlconf">
+
+<title> fmlconf (/usr/local/bin/fmlconf) </title>
+
+<para>
+
+fmlconf は引数にML名をとり、そのMLの変数一覧を表示します。
+-n をつけるとデフォルトと異なる変数のみを表示します。
+
+<example>
+<screen>
+% fmlconf elena
+% fmlconf -n elena
+</screen>
+</example>
+
+</para>
+
+</sect1>
diff --git a/fml/doc/ja/tutorial/programs/fmldoc.sgml b/fml/doc/ja/tutorial/programs/fmldoc.sgml
new file mode 100644
index 00000000..1cb0536b
--- /dev/null
+++ b/fml/doc/ja/tutorial/programs/fmldoc.sgml
@@ -0,0 +1,22 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="fmldoc">
+
+<title> fmldoc (/usr/local/bin/fmldoc) </title>
+
+<para>
+fmldoc の使い方は perldoc と同様です。fml の任意のモジュールに対しその
+ドキュメントを表示します。
+実のところ perldoc への wrapper です。
+
+<example>
+<screen>
+% fmldoc FML::Process::Kernel
+</screen>
+</example>
+
+</para>
+
+</sect1>
diff --git a/fml/doc/ja/tutorial/programs/fmlticket.sgml b/fml/doc/ja/tutorial/programs/fmlticket.sgml
new file mode 100644
index 00000000..93a0894e
--- /dev/null
+++ b/fml/doc/ja/tutorial/programs/fmlticket.sgml
@@ -0,0 +1,31 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="fmlticket">
+
+<title> fmlticket (/usr/local/bin/fmlticket) </title>
+
+<para>
+
+fmlticket は引数にコマンドとML名をとります。
+チケットシステムへのインターフェイスです。
+まだ製作途中です。
+
+<example>
+close されていないチケット一覧を表示
+<screen>
+% fmlticket list elena
+</screen>
+</example>
+
+<example>
+チケットを close する。
+<screen>
+% fmlticket close elena チケット番号
+</screen>
+</example>
+
+</para>
+
+</sect1>
diff --git a/fml/doc/ja/tutorial/programs/makefml.sgml b/fml/doc/ja/tutorial/programs/makefml.sgml
new file mode 100644
index 00000000..02b8a203
--- /dev/null
+++ b/fml/doc/ja/tutorial/programs/makefml.sgml
@@ -0,0 +1,36 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="fmldoc">
+
+<title> fmldoc (/usr/local/bin/fmldoc) </title>
+
+<para>
+makefml の使い方は fml 4.0 の makefml と同様です。
+現在使えるコマンドは以下のものだけです。
+
+<itemizedlist>
+ <listitem>
+ <para>
+ メンバーの登録
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ メンバーの削除
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ MLの作成( newml )
+ </para>
+ </listitem>
+
+</itemizedlist>
+
+</para>
+
+</sect1>