summaryrefslogtreecommitdiff
path: root/cpp/doc/manual.sgml
blob: 79e3825dd06aebeb22896ac21e30a86f788653a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [

<!ENTITY Ice "<abbrev>Ice</abbrev>">
<!ENTITY IcePack "<abbrev>IcePack</abbrev>">
<!ENTITY Freeze "<abbrev>Freeze</abbrev>">

<!ENTITY SliceDoc SYSTEM "SliceDoc.sgml">
<!ENTITY Properties SYSTEM "Properties.sgml">
<!ENTITY ReferencesEndpoints SYSTEM "ReferencesEndpoints.sgml">

]>

<!--
**********************************************************************
Copyright (c) 2001
MutableRealms, Inc.
Huntsville, AL, USA

All Rights Reserved
**********************************************************************
-->

<book><?dbhtml filename="index.html">
<bookinfo>
<title>Ice User's Manual</title>
<subtitle>A Guide to the Internet Communications Engine</subtitle>
<authorgroup>
<author>
<firstname>Marc</firstname>
<surname>Laukien</surname>
</author>
</authorgroup>
<publisher>
<publishername>Mutable Realms, Inc.</publishername>
<address>
<city>Huntsville</city>
<state>Alabama</state>
<country>USA</country>
</address>
</publisher>
<releaseinfo>Version 0.0.1</releaseinfo>
<pubdate>Date to be inserted here...</pubdate>
<legalnotice>
<para>Legal stuff to be inserted here...</para>
</legalnotice>
<copyright>
<year>2001</year>
<holder>Mutable Realms, Inc. All rights reserved.</holder>
</copyright>
</bookinfo>
<part>
<title>Introduction</title>
<chapter>
<title>Getting Started</title>
<para>
TBD
</para>
</chapter>
</part>
<part>
<title>Reference</title>
<chapter>
<title>Slice Documentation</title>
&SliceDoc;
</chapter>
<chapter>
<title>Properties</title>
&Properties;
</chapter>
<chapter>
<title>References and Endpoints</title>
&ReferencesEndpoints;
</chapter>
</part>
</book>