diff options
| -rw-r--r-- | fml/doc/curproc.ja.html (renamed from fml/curproc.ja.html) | 10 | ||||
| -rw-r--r-- | index.ja.html | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/fml/curproc.ja.html b/fml/doc/curproc.ja.html index 6e144db7..d0d81874 100644 --- a/fml/curproc.ja.html +++ b/fml/doc/curproc.ja.html @@ -26,11 +26,11 @@ $curproc FML::Process::Kernel オブジェクト incoming_mail (単なるキーワード) ヘッダ FML::Header オブジェクト - メール本文 FML::Body オブジェクト + メール本文 Netlib::Messages オブジェクト article (単なるキーワード) ヘッダ FML::Header オブジェクト - メール本文 FML::Body オブジェクト + メール本文 Netlib::Messages オブジェクト reply_messages (単なるキーワード) @@ -42,3 +42,9 @@ $curproc FML::Process::Kernel オブジェクト <!-- =================================================================== --> </BODY> </HTML> + + + + + + diff --git a/index.ja.html b/index.ja.html new file mode 100644 index 00000000..1062bf59 --- /dev/null +++ b/index.ja.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +fml 5 project home page +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<FRAMESET COLS="25%,*" BORDERSPACING=0 FRAMEBORDER=0 BODER=0 BORDERCOLOR="#E6E6FA"> + <FRAME SRC="fml/doc/menubar.ja.html" NAME="left"> + <FRAME SRC="fml/doc/objects.ja.html" NAME="right"> + <NOFRAMES> + <A HREF="fml/doc/index.ja.html"> + fml5 project doc/ + </A> + (if your browser not support frameset). + </NOFRAMES> +</FRAMESET> +</HTML> |
