diff options
| -rw-r--r-- | fml/doc/en/htdocs/menu.html | 28 | ||||
| -rw-r--r-- | fml/doc/en/htdocs/menubar.html | 34 | ||||
| -rw-r--r-- | fml/doc/ja/htdocs/menubar.html | 4 | ||||
| -rw-r--r-- | index.html.en | 18 |
4 files changed, 63 insertions, 21 deletions
diff --git a/fml/doc/en/htdocs/menu.html b/fml/doc/en/htdocs/menu.html new file mode 100644 index 00000000..8d96c433 --- /dev/null +++ b/fml/doc/en/htdocs/menu.html @@ -0,0 +1,28 @@ +<!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=us-ascii"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> + +<A HREF="../../../../index.html.ja" TARGET="_top">[Japanese]</A> + +<HR> + +<P> +fml 5.0 project is studying next generation of +<A HREF="http://www.fml.org/software/fml/" TARGET="_top"> +fml +</A>. +5.0 is built from scratch and fully rewriten, not 4.0 modification. + +<P> +<IMG SRC="../../../../Documentation/ja/images/logo.jpg" ALIGN="center"> + +</BODY> +</HTML> diff --git a/fml/doc/en/htdocs/menubar.html b/fml/doc/en/htdocs/menubar.html index 9fd0e786..318f2633 100644 --- a/fml/doc/en/htdocs/menubar.html +++ b/fml/doc/en/htdocs/menubar.html @@ -16,29 +16,33 @@ fml-devel (fml 5.0) project menu </small> <P> -(NT = not translated) +<A HREF="../../../../index.html.en" TARGET="_top">[English]</A> +<A HREF="../../../../index.html.ja" TARGET="_top">[Japanese]</A> + +<P> +(J) = Japanese yet, sorry <UL> <LI> <A HREF="../../../../CHANGES.txt" TARGET="right"> - latest changes (NT) + latest changes (J) </A> <LI> <A HREF="../../../../Documentation/ja/tutorial/index.html" TARGET="right"> - Tutorial (NT) + Tutorial (J) </A> <LI> <A HREF="../../../../Documentation/ja/tech/index.html" TARGET="right"> - Tips (NT) + Tips (J) </A> <LI> <A HREF="../../../../Documentation/ja/tutorial/download.html" TARGET="right"> - download (NT) + download (J) </A> <LI> @@ -49,29 +53,29 @@ fml-devel (fml 5.0) project menu <LI> <A HREF="../../../../Documentation/ja/tutorial/installation.html" TARGET="right"> - install (NT) + install (J) </A> <BR> <A HREF="../../../../Documentation/ja/tutorial/upgrade.html" TARGET="right"> - upgrade (NT) + upgrade (J) </A> <LI> <A HREF="../../../../Documentation/ja/tutorial/mailinglist.html" TARGET="right"> - mailing list (NT) + mailing list (J) </A> <BR> <A HREF="http://www.fml.org/mlarchives/MHL/fml-devel/index.html" TARGET="right"> - log (NT) + log (J) </A> <LI> <A HREF="../../../../Documentation/ja/tutorial/overview.html" TARGET="right"> - overview (NT) + overview (J) </A> <LI> @@ -79,7 +83,7 @@ fml-devel (fml 5.0) project menu <BR> <A HREF="../../../../Documentation/ja/tutorial/glossary.html" TARGET="right"> - glossary (NT) + glossary (J) </A> <UL> @@ -116,24 +120,24 @@ fml-devel (fml 5.0) project menu <BR> <A HREF="../../../../Documentation/ja/tutorial/programingstyle.html#VARIABLE-NAMING-CONVENTION" TARGET="right"> - naming convention (NT) + naming convention (J) </A> <BR> <A HREF="../../../../Documentation/ja/tutorial/list.variables.by.alphabeticalorder.html" TARGET="right"> - default values (NT) + default values (J) </A> <LI> <A HREF="../../../../Documentation/ja/todo/index.html" TARGET="right"> - TODO (NT) + TODO (J) </A> <LI> <A HREF="../../../../Documentation/ja/tutorial/docbook.html" TARGET="right"> - how to write SGML (NT) + how to write SGML (J) </A> <LI> diff --git a/fml/doc/ja/htdocs/menubar.html b/fml/doc/ja/htdocs/menubar.html index 06e39089..7f8c8189 100644 --- a/fml/doc/ja/htdocs/menubar.html +++ b/fml/doc/ja/htdocs/menubar.html @@ -15,6 +15,10 @@ fml-devel (fml 5.0) project menu <B>fml-devel (fml 5.0) project</B> </small> +<P> +<A HREF="../../../../index.html.en" TARGET="_top">[English]</A> +<A HREF="../../../../index.html.ja" TARGET="_top">[Japanese]</A> + <UL> <LI> <A HREF="../../../../CHANGES.txt" TARGET="right"> diff --git a/index.html.en b/index.html.en index 5d35678d..4cf2123e 100644 --- a/index.html.en +++ b/index.html.en @@ -5,12 +5,18 @@ fml 5 project home page </TITLE> <META http-equiv="Content-Type" - content="text/html; charset=us-ascii"> + content="text/html; charset=EUC-JP"> </HEAD> -<BODY BGCOLOR="#E6E6FA"> - -<A HREF="index.html.ja">[Japanese]</A> - -</BODY> +<FRAMESET COLS="25%,*" BORDERSPACING=0 FRAMEBORDER=0 BODER=0 BORDERCOLOR="#E6E6FA"> + <FRAME SRC="fml/doc/en/htdocs/menubar.html" NAME="left"> + <FRAME SRC="fml/doc/en/htdocs/menu.html" NAME="right"> + <NOFRAMES> + <A HREF="fml/doc/en/htdocs/menu.html"> + fml5 project (fml/doc/) + </A> + (if your browser not support frameset). + </NOFRAMES> +</FRAMESET> </HTML> + |
