r3585: *** empty log message ***
[hyperobject.git] / doc / hyperobject.sgml
diff --git a/doc/hyperobject.sgml b/doc/hyperobject.sgml
new file mode 100644 (file)
index 0000000..0763f7f
--- /dev/null
@@ -0,0 +1,35 @@
+<!-- -*- DocBook -*- -->
+
+<!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!ENTITY hyperobject "<application><emphasis>Hyperobject</emphasis></application>">
+<!ENTITY uffi "<application>UFFI</application>">
+<!ENTITY clsql "<application>CLSQL</application>">
+<!ENTITY kmrcl "<application>KMRCL</application>">
+<!ENTITY cmucl "<application>CMUCL</application>">
+<!ENTITY sbcl "<application>SBCL</application>">
+<!ENTITY scl "<application>SCL</application>">
+<!ENTITY lw "<application>Lispworks</application>">
+<!ENTITY openmcl "<application>OpenMCL</application>">
+<!ENTITY mcl "<application>MCL</application>">
+<!ENTITY acl "<application>AllegroCL</application>">
+<!ENTITY cl "<application>ANSI Common Lisp</application>">
+<!ENTITY t "<constant>T</constant>">
+<!ENTITY nil "<constant>NIL</constant>">
+<!ENTITY null "<constant>NULL</constant>">
+<!ENTITY c "<computeroutput>C</computeroutput>">
+<!ENTITY defsystem "<application>defsystem</application>">
+<!ENTITY asdf "<application>ASDF</application>">
+<!ENTITY bookinfo SYSTEM "bookinfo.sgml">
+<!ENTITY preface SYSTEM "preface.sgml">
+<!ENTITY intro SYSTEM "intro.sgml">
+<!ENTITY intro SYSTEM "design.sgml">
+<!ENTITY ref SYSTEM "ref.sgml">
+]>
+
+<book>
+&bookinfo;
+&preface;
+&intro;
+&design;
+&ref;
+</book>