summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/include
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-24 06:51:59 +0000
committerfukachan <fukachan>2001-04-24 06:51:59 +0000
commite6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9 (patch)
tree4416e8896244bf640e7962dde2774a8c663d7b7c /fml/doc/ja/tutorial/include
parent6119ee3d6081f7160fc0ebf3b1da976553379edb (diff)
downloadfml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.tar.gz
fml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.tar.bz2
fml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.zip
clean up hierarchical structure
define and include logical structure such as &preface, &bookinfo, ... add $FML$ tag if needed
Diffstat (limited to 'fml/doc/ja/tutorial/include')
-rw-r--r--fml/doc/ja/tutorial/include/bookinfo.sgml41
1 files changed, 41 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/include/bookinfo.sgml b/fml/doc/ja/tutorial/include/bookinfo.sgml
new file mode 100644
index 00000000..cfa477f2
--- /dev/null
+++ b/fml/doc/ja/tutorial/include/bookinfo.sgml
@@ -0,0 +1,41 @@
+<!--
+ $FML$
+-->
+
+ <bookinfo>
+ <bookbiblio>
+ <title>
+ fml-devel (fml 5.0) チュートリアル
+ </title>
+
+ <author>
+ <honorific> Dr </honorific>
+ <firstname> Ken'ichi </firstname>
+ <surname> Fukamachi </surname>
+ <affiliation>
+ <orgname>FML.ORG</orgname>
+ <address>
+ <email>
+ <ulink url="mailto:fukachan@fml.org">
+ fukachan@fml.org
+ </ulink>
+ </email>
+ </address>
+ </affiliation>
+ </author>
+
+ <copyright>
+ <year> 2001 </year>
+ <holder> Ken'ichi Fukamachi </holder>
+ </copyright>
+
+ </bookbiblio>
+
+ <legalnotice>
+ <para>
+ All rights reserved. This program is free software; you can
+ redistribute it and/or modify it under the same terms as Perl itself.
+ </para>
+ </legalnotice>
+
+ </bookinfo>