summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals/cgi.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-31 06:03:00 +0000
committerfukachan <fukachan>2004-03-31 06:03:00 +0000
commit3454bf98d49c1d6f2c5e77e2da9e87bc5800f5bf (patch)
tree986010191a75b4c0590e2a717564ecc9c5fd6135 /fml/doc/ja/tutorial/internals/cgi.sgml
parentec7961cb88db3a2e8d954d6d286e4037af6c6f51 (diff)
downloadfml8-3454bf98d49c1d6f2c5e77e2da9e87bc5800f5bf.tar.gz
fml8-3454bf98d49c1d6f2c5e77e2da9e87bc5800f5bf.tar.bz2
fml8-3454bf98d49c1d6f2c5e77e2da9e87bc5800f5bf.zip
describe .cgi implementation
Diffstat (limited to 'fml/doc/ja/tutorial/internals/cgi.sgml')
-rw-r--r--fml/doc/ja/tutorial/internals/cgi.sgml16
1 files changed, 10 insertions, 6 deletions
diff --git a/fml/doc/ja/tutorial/internals/cgi.sgml b/fml/doc/ja/tutorial/internals/cgi.sgml
index 6d8df474..151934ad 100644
--- a/fml/doc/ja/tutorial/internals/cgi.sgml
+++ b/fml/doc/ja/tutorial/internals/cgi.sgml
@@ -1,14 +1,14 @@
<!--
- $FML: cgi.sgml,v 1.10 2003/03/09 08:29:10 fukachan Exp $
+ $FML: cgi.sgml,v 1.11 2003/04/15 14:51:40 fukachan Exp $
-->
-<chapter id="internalcgi">
+<chapter id="cgi.internal">
<title>
CGI プロセスの内部構造
</title>
-<sect1 id="internalcgi.method">
+<sect1 id="cgi.internal.method">
<title>
メソッド
</title>
@@ -58,7 +58,7 @@ finish()
</sect1>
-<sect1 id="internalcgi.frames">
+<sect1 id="cgi.internal.frames">
<title>
CGI の画面の作りとメソッド
</title>
@@ -142,7 +142,7 @@ run_cgi_main() ではなく run_cgi_menu() 経由で表示しているともいえるの
</sect1>
-<sect1 id="internalcgi.trampoline">
+<sect1 id="cgi.internal.trampoline">
<title>
画面とトランポリン機構
</title>
@@ -171,7 +171,7 @@ Mach のトランポリン機構のように、いったりきたりします。
</sect1>
-<sect1 id="internalcgi.problems">
+<sect1 id="cgi.internal.problems">
<title>
備考: FML::CGI::Admin:: ではハードコーディングするしかない?
</title>
@@ -190,4 +190,8 @@ $comname と maps の関係がハードコーディングされてるけれど、
</sect1>
+<!-- 後半では .cgi の実装例について解説する -->
+&sect.internal.cgi.examples;
+
+
</chapter>