blob: 9cf7a6ce5ba54c33b56826c6443f57b8016b6bbe (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[
<!ENTITY % all.entities SYSTEM "all-entities.ent">
%all.entities;
]>
<preface id="user-preface" role="frontmatter">
<title>Preface</title>
<para>
The <emphasis>&product-name; User Manual</emphasis> provides an
introduction to using &product-name;. The manual provides
information on how to install &product-name; and use it to create
and configure virtual machines.
</para>
<sect1 id="user-preface-audience">
<title>Audience</title>
<para>
This document is intended for both new and existing users of
&product-name;. It is assumed that readers are familiar with Web
technologies and have a general understanding of Windows and UNIX
platforms.
</para>
</sect1>
<sect1 id="user-preface-reldocs">
<title>Related Documents</title>
<para>
The documentation for this product is available at:
</para>
<para>
<ulink url="&otn-doc-tab;">&otn-doc-tab;</ulink>
</para>
</sect1>
<sect1 id="user-preface-convs">
<title>Conventions</title>
<para>
The following text conventions are used in this document:
</para>
<itemizedlist>
<listitem>
<para>
<emphasis role="bold">boldface</emphasis>: Boldface type
indicates graphical user interface elements associated with an
action, or terms defined in text or the glossary.
</para>
</listitem>
<listitem>
<para>
<emphasis>italic</emphasis>: Italic type indicates book
titles, emphasis, or placeholder variables for which you
supply particular values.
</para>
</listitem>
<listitem>
<para>
<computeroutput>monospace</computeroutput>: Monospace type
indicates commands within a paragraph, URLs, code in examples,
text that appears on the screen, or text that you enter.
</para>
</listitem>
</itemizedlist>
</sect1>
<sect1 id="user-preface-accessibility-statement">
<title>Documentation Accessibility</title>
<!-- Oracle accessibility statement -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../common/oracle-accessibility-en.xml"
xpointer="xpointer(simplesect/title/following-sibling::node())" />
</sect1>
<sect1 id="user-preface-support-statement">
<title>Access to Oracle Support</title>
<!-- Oracle Support statement -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../common/oracle-support-en.xml"
xpointer="xpointer(simplesect/title/following-sibling::node())" />
</sect1>
</preface>
|