blob: fc9f92ec67536ac52f19770297906e9d8d8a19e5 (
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
76
77
78
79
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!ENTITY Ice "<phrase>Ice</phrase>">
<!ENTITY IceSSL "<phrase>IceSSL</phrase>">
<!ENTITY IcePack "<phrase>IcePack</phrase>">
<!ENTITY IceBox "<phrase>IceBox</phrase>">
<!ENTITY IceStorm "<phrase>IceStorm</phrase>">
<!ENTITY Glacier "<phrase>Glacier</phrase>">
<!ENTITY Freeze "<phrase>Freeze</phrase>">
<!ENTITY SliceDoc SYSTEM "SliceDoc.sgml">
<!ENTITY Properties SYSTEM "Properties.sgml">
<!ENTITY ProxiesEndpoints SYSTEM "ProxiesEndpoints.sgml">
]>
<!--
**********************************************************************
Copyright (c) 2001
ZeroC, 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>ZeroC, 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>ZeroC, 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>proxies and Endpoints</title>
&ProxiesEndpoints;
</chapter>
</part>
</book>
|