summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals
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/internals
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/internals')
-rw-r--r--fml/doc/ja/tutorial/internals/cgi.sgml12
-rw-r--r--fml/doc/ja/tutorial/internals/restriction.sgml4
2 files changed, 8 insertions, 8 deletions
diff --git a/fml/doc/ja/tutorial/internals/cgi.sgml b/fml/doc/ja/tutorial/internals/cgi.sgml
index 9d770b3e..8525bde4 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.7 2002/07/06 14:55:18 fukachan Exp $
+ $FML: cgi.sgml,v 1.8 2002/07/19 03:21:55 fukachan Exp $
-->
-<chapter id="internal.cgi">
+<chapter id="internalcgi">
<title>
CGI プロセスの内部構造
</title>
-<sect1 id="internal.cgi.method">
+<sect1 id="internalcgi.method">
<title>
メソッド
</title>
@@ -58,7 +58,7 @@ finish()
</sect1>
-<sect1 id="internal.cgi.frames">
+<sect1 id="internalcgi.frames">
<title>
CGI の画面の作りとメソッド
</title>
@@ -102,7 +102,7 @@ sw south se
</sect1>
-<sect1 id="internal.cgi.trampoline">
+<sect1 id="internalcgi.trampoline">
<title>
画面とトランポリン機構
</title>
@@ -131,7 +131,7 @@ FML::CGI::Admin::User →
</sect1>
-<sect1 id="internal.cgi.problems">
+<sect1 id="internalcgi.problems">
<title>
備考: FML::CGI::Admin:: ではハードコーディングするしかない?
</title>
diff --git a/fml/doc/ja/tutorial/internals/restriction.sgml b/fml/doc/ja/tutorial/internals/restriction.sgml
index b4c29c9b..27c12cc8 100644
--- a/fml/doc/ja/tutorial/internals/restriction.sgml
+++ b/fml/doc/ja/tutorial/internals/restriction.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: restriction.sgml,v 1.3 2002/07/06 14:55:18 fukachan Exp $
+ $FML: restriction.sgml,v 1.4 2002/07/23 07:19:48 fukachan Exp $
-->
<chapter id="restriction">
@@ -117,7 +117,7 @@ if ($value =~ /^$allowed_regexp{$key}$) { ... ok, do something ... ;}
</sect1>
-<sect1 id="restriction.cgi.input.data">
+<sect1 id="restrictioncgi.input.data">
<title>
CGI における入力データの制限
</title>