summaryrefslogtreecommitdiff
path: root/fml/doc/tutorial/fml-devel.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-17 11:50:15 +0000
committerfukachan <fukachan>2001-04-17 11:50:15 +0000
commit5c4a122130ef36fef6530b31761ad51b6c10f0f1 (patch)
treea19d889f03cc8b6a5337281869119b2d3f2407ea /fml/doc/tutorial/fml-devel.sgml
parentfe3e763bba6c4ff60e82600fcde428f8471b77b6 (diff)
downloadfml8-snap-20010417.tar.gz
fml8-snap-20010417.tar.bz2
fml8-snap-20010417.zip
tiny sgml samples for fml 5.0 tutorialsnap-20010417
Diffstat (limited to 'fml/doc/tutorial/fml-devel.sgml')
-rw-r--r--fml/doc/tutorial/fml-devel.sgml32
1 files changed, 32 insertions, 0 deletions
diff --git a/fml/doc/tutorial/fml-devel.sgml b/fml/doc/tutorial/fml-devel.sgml
new file mode 100644
index 00000000..07f9e7cb
--- /dev/null
+++ b/fml/doc/tutorial/fml-devel.sgml
@@ -0,0 +1,32 @@
+<!doctype book public "-//OASIS//DTD DocBook V3.1//EN" [
+<!entity intro SYSTEM "intro.sgml">
+<!entity reference SYSTEM "reference.sgml">
+]>
+
+<!--
+This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
+to generate various output formats.
+-->
+
+<book>
+ <bookinfo>
+ <title>fml-devel reference manual</title>
+ <author>Ken'ichi Fukamachi</author>
+ <copyright><year/2001/<holder/Ken'ichi Fukamachi/</copyright>
+ <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>
+
+ <chapter id="intro">
+ &intro;
+ </chapter>
+
+ <chapter id="reference">
+ &reference;
+ </chapter>
+
+</book>