summaryrefslogtreecommitdiff
path: root/fml/doc/ja/htdocs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/htdocs/components.html')
-rw-r--r--fml/doc/ja/htdocs/components.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/fml/doc/ja/htdocs/components.html b/fml/doc/ja/htdocs/components.html
deleted file mode 100644
index a8e4886f..00000000
--- a/fml/doc/ja/htdocs/components.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-<TITLE>
-コンポーネント
-</TITLE>
-<META http-equiv="Content-Type"
- content="text/html; charset=EUC-JP">
-</HEAD>
-
-<BODY BGCOLOR="#E6E6FA">
-<!-- ================== body =========================================== -->
-<PRE>
-
- libexec/loader
- |
- libexec/process_switch
- |
- -------- 乖離層 --------
- |
- FML::*
- Mail::*
- Jcode:*
- MIME::*
-
- MailingList::SMTP
- IO::*
-
--------------------------------------------------
-$curproc (current process struct) 構造体のうちわけ
-
-$curproc FML::Process::Kernel オブジェクト
-
- config FML::Config オブジェクト
-
- credential FML::Credential オブジェクト
-
- incoming_message (単なるキーワード)
- ヘッダ FML::Header オブジェクト
- メール本文 MailingList::Messages オブジェクト
-
- article (単なるキーワード)
- ヘッダ FML::Header オブジェクト
- メール本文 MailingList::Messages オブジェクト
-
- reply_messages (単なるキーワード)
-
-</PRE>
-オペレーションは各オブジェクトのメソッドが責任を持って実行する。
-
-<!-- =================================================================== -->
-</BODY>
-</HTML>