diff options
| author | fukachan <fukachan> | 2001-02-28 06:33:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-28 06:33:51 +0000 |
| commit | 72b305f51235e05ccdcbf384f54b520ed52fb969 (patch) | |
| tree | 35eabc1a6c0690f1110830aa203e2b8ef75ac098 /fml/lib/FML/CGI | |
| parent | 2369d0f2e6b3e353b68d56593e36f26c944c9730 (diff) | |
| download | fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.tar.gz fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.tar.bz2 fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.zip | |
update documents
Diffstat (limited to 'fml/lib/FML/CGI')
| -rw-r--r-- | fml/lib/FML/CGI/.cvsignore | 1 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/index.ja.html | 23 |
3 files changed, 30 insertions, 0 deletions
diff --git a/fml/lib/FML/CGI/.cvsignore b/fml/lib/FML/CGI/.cvsignore new file mode 100644 index 00000000..b643ba41 --- /dev/null +++ b/fml/lib/FML/CGI/.cvsignore @@ -0,0 +1 @@ +@@doc diff --git a/fml/lib/FML/CGI/Makefile b/fml/lib/FML/CGI/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/FML/CGI/Makefile @@ -0,0 +1,6 @@ +all: html + +html: index.ja.html + +index.ja.html: *pm + ../../../../doc/bin/dir2url.pl > index.ja.html diff --git a/fml/lib/FML/CGI/index.ja.html b/fml/lib/FML/CGI/index.ja.html new file mode 100644 index 00000000..4f5a1a87 --- /dev/null +++ b/fml/lib/FML/CGI/index.ja.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +FML/CGI::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<CENTER><EM>FML::CGI class modules</EM></CENTER> +<HR> +<TABLE BRODER=4> +<TR> +<TD> + FML::CGI::TicketSystem <TD> +<A HREF="TicketSystem.pm">[source]</A> +<TD> +<A HREF="@@doc/TicketSystem.txt">[doc]</A> +</TABLE> +</BODY> +</HTML> |
