1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 | Copyright (C) 2006-2022 Oracle Corporation
|
---|
4 |
|
---|
5 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
6 | available from http://www.virtualbox.org. This file is free software;
|
---|
7 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
8 | General Public License (GPL) as published by the Free Software
|
---|
9 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
10 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
11 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
12 | -->
|
---|
13 | <!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
14 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
---|
15 | [
|
---|
16 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
17 | %all.entities;
|
---|
18 | ]>
|
---|
19 | <preface id="user-preface" role="frontmatter">
|
---|
20 |
|
---|
21 | <title>Preface</title>
|
---|
22 |
|
---|
23 | <para>
|
---|
24 | The <citetitle>&product-name; User Manual</citetitle> provides an
|
---|
25 | introduction to using &product-name;. The manual provides
|
---|
26 | information on how to install &product-name; and use it to create
|
---|
27 | and configure virtual machines.
|
---|
28 | </para>
|
---|
29 |
|
---|
30 | <simplesect id="user-preface-audience">
|
---|
31 |
|
---|
32 | <title>Audience</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | This document is intended for both new and existing users of
|
---|
36 | &product-name;. It is assumed that readers are familiar with Web
|
---|
37 | technologies and have a general understanding of Windows and UNIX
|
---|
38 | platforms.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | </simplesect>
|
---|
42 |
|
---|
43 | <simplesect id="user-preface-reldocs">
|
---|
44 |
|
---|
45 | <title>Related Documents</title>
|
---|
46 |
|
---|
47 | <para>
|
---|
48 | The documentation for this product is available at:
|
---|
49 | </para>
|
---|
50 |
|
---|
51 | <para>
|
---|
52 | <ulink url="&ohc-doc-page;" />
|
---|
53 | </para>
|
---|
54 |
|
---|
55 | </simplesect>
|
---|
56 |
|
---|
57 | <simplesect id="user-preface-convs">
|
---|
58 |
|
---|
59 | <title>Conventions</title>
|
---|
60 |
|
---|
61 | <para>
|
---|
62 | The following text conventions are used in this document:
|
---|
63 | </para>
|
---|
64 |
|
---|
65 | <itemizedlist>
|
---|
66 |
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | <emphasis role="bold">boldface</emphasis>: Boldface type
|
---|
70 | indicates graphical user interface elements associated with an
|
---|
71 | action, or terms defined in text or the glossary.
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 |
|
---|
75 | <listitem>
|
---|
76 | <para>
|
---|
77 | <emphasis>italic</emphasis>: Italic type indicates book
|
---|
78 | titles, emphasis, or placeholder variables for which you
|
---|
79 | supply particular values.
|
---|
80 | </para>
|
---|
81 | </listitem>
|
---|
82 |
|
---|
83 | <listitem>
|
---|
84 | <para>
|
---|
85 | <literal>monospace</literal>: Monospace type indicates
|
---|
86 | commands within a paragraph, URLs, code in examples, text that
|
---|
87 | appears on the screen, or text that you enter.
|
---|
88 | </para>
|
---|
89 | </listitem>
|
---|
90 |
|
---|
91 | </itemizedlist>
|
---|
92 |
|
---|
93 | </simplesect>
|
---|
94 |
|
---|
95 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
96 | href="../common/oracle-accessibility-en.xml" />
|
---|
97 |
|
---|
98 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
99 | href="../common/oracle-support-en.xml" />
|
---|
100 |
|
---|
101 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
102 | href="../common/oracle-diversity.xml" />
|
---|
103 |
|
---|
104 | </preface>
|
---|