summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/setup/cgi.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-23 09:34:34 +0000
committerfukachan <fukachan>2002-07-23 09:34:34 +0000
commita377aac998e0996676d64cc3e30d0b6ae2c68cfa (patch)
treea3062fec1ca1a09dc4657a1f98146ca1481fd36f /fml/doc/ja/tutorial/setup/cgi.sgml
parenta53a41482103d373444592224a57ea59521bb937 (diff)
downloadfml8-a377aac998e0996676d64cc3e30d0b6ae2c68cfa.tar.gz
fml8-a377aac998e0996676d64cc3e30d0b6ae2c68cfa.tar.bz2
fml8-a377aac998e0996676d64cc3e30d0b6ae2c68cfa.zip
rename id;) xxx.cgi.yyy -> xxxcgi.yyy as a workaround
Diffstat (limited to 'fml/doc/ja/tutorial/setup/cgi.sgml')
-rw-r--r--fml/doc/ja/tutorial/setup/cgi.sgml35
1 files changed, 26 insertions, 9 deletions
diff --git a/fml/doc/ja/tutorial/setup/cgi.sgml b/fml/doc/ja/tutorial/setup/cgi.sgml
index 7b0672f1..a04d672d 100644
--- a/fml/doc/ja/tutorial/setup/cgi.sgml
+++ b/fml/doc/ja/tutorial/setup/cgi.sgml
@@ -1,8 +1,8 @@
<!--
- $FML: cgi.sgml,v 1.1 2002/07/05 03:11:11 fukachan Exp $
+ $FML: cgi.sgml,v 1.2 2002/07/06 14:55:20 fukachan Exp $
-->
-<chapter id="setup.cgi">
+<chapter id="setupcgi">
<title>
CGI の設定
</title>
@@ -10,8 +10,8 @@
<para>
参照: CGI の内部構造については
-<link linkend="internal.cgi.method">
-<xref linkend="internal.cgi.method">
+<link linkend="internalcgi.method">
+<xref linkend="internalcgi.method">
</link>
を参照して下さい。
</para>
@@ -33,7 +33,7 @@ CGI を使う場合でも、メールサーバとして postfix や qmail を使っている場
</warning>
-<sect1 id="setup.cgi.install">
+<sect1 id="setupcgi.install">
<title>
makefml newml は CGI スクリプトを作ります
</title>
@@ -64,10 +64,14 @@ http://lists.fml.org/~fml/cgi-bin/fml/fml.org/ml-admin/elena/config.cgi
の両方が makefml により用意されます。
</para>
+<para>
+<graphic entityref="image.cgi.newml"></graphic>
+</para>
+
</sect1>
-<sect1 id="setup.cgi.htaccess">
+<sect1 id="setupcgi.htaccess">
<title>
.htaccess を編集する
</title>
@@ -106,7 +110,7 @@ require valid-user
</sect1>
-<sect1 id="setup.cgi.admin.cgi.overview">
+<sect1 id="setupcgi.admin.cgi.overview">
<title>
例: ドメインマスタ CGI の画面
</title>
@@ -153,10 +157,15 @@ options Language: list アドレスリストを見る
もちろんコマンドごとに異なります:)
</para>
+<para>
+<graphic entityref="image.cgi.top"></graphic>
+</para>
+
+
</sect1>
-<sect1 id="setup.cgi.admin.cgi.newml">
+<sect1 id="setupcgi.admin.cgi.newml">
<title>
CGI の使い方の例: MLの作成
</title>
@@ -172,10 +181,14 @@ ML 名を選択する必要はありません:)
作成するML名を入力し、中央の submit ボタンを押して下さい。
</para>
+<para>
+<graphic entityref="image.cgi.newml"></graphic>
+</para>
+
</sect1>
-<sect1 id="setup.cgi.admin.cgi.subscribe">
+<sect1 id="setupcgi.admin.cgi.subscribe">
<title>
CGI の使い方の例: メンバー登録
</title>
@@ -191,6 +204,10 @@ submit ボタンを押して下さい。
中央の submit ボタンを押して下さい。
</para>
+<para>
+<graphic entityref="image.cgi.useradd"></graphic>
+</para>
+
</sect1>