1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | Copyright (C) 2006-2022 Oracle and/or its affiliates.
|
---|
4 |
|
---|
5 | This file is part of VirtualBox base platform packages, as
|
---|
6 | available from https://www.alldomusa.eu.org.
|
---|
7 |
|
---|
8 | This program is free software; you can redistribute it and/or
|
---|
9 | modify it under the terms of the GNU General Public License
|
---|
10 | as published by the Free Software Foundation, in version 3 of the
|
---|
11 | License.
|
---|
12 |
|
---|
13 | This program is distributed in the hope that it will be useful, but
|
---|
14 | WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
16 | General Public License for more details.
|
---|
17 |
|
---|
18 | You should have received a copy of the GNU General Public License
|
---|
19 | along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
20 |
|
---|
21 | SPDX-License-Identifier: GPL-3.0-only
|
---|
22 | -->
|
---|
23 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
24 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
25 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
26 | %all.entities;
|
---|
27 | ]>
|
---|
28 | <book id="VBOXU" lang="en">
|
---|
29 |
|
---|
30 | <!-- VBox bookinfo section -->
|
---|
31 |
|
---|
32 | <bookinfo>
|
---|
33 |
|
---|
34 | <title>&VBOX_PRODUCT;</title>
|
---|
35 |
|
---|
36 | <subtitle>User Manual</subtitle>
|
---|
37 |
|
---|
38 | <edition>Version &VBOX_VERSION_STRING;</edition>
|
---|
39 |
|
---|
40 | <corpauthor>&VBOX_VENDOR;</corpauthor>
|
---|
41 |
|
---|
42 | <address>http://www.alldomusa.eu.org</address>
|
---|
43 |
|
---|
44 | <copyright>
|
---|
45 |
|
---|
46 | <year>2004-&VBOX_C_YEAR;</year>
|
---|
47 |
|
---|
48 | <holder>&VBOX_VENDOR;</holder>
|
---|
49 |
|
---|
50 | </copyright>
|
---|
51 |
|
---|
52 | </bookinfo>
|
---|
53 |
|
---|
54 | <xi:include href="user_Preface.xml"
|
---|
55 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
56 |
|
---|
57 | <xi:include href="user_Introduction.xml"
|
---|
58 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
59 |
|
---|
60 | <xi:include href="user_Installation.xml"
|
---|
61 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
62 |
|
---|
63 | <xi:include href="user_BasicConcepts.xml"
|
---|
64 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
65 |
|
---|
66 | <xi:include href="user_GuestAdditions.xml"
|
---|
67 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
68 |
|
---|
69 | <xi:include href="user_Storage.xml"
|
---|
70 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
71 |
|
---|
72 | <xi:include href="user_Networking.xml"
|
---|
73 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
74 |
|
---|
75 | <xi:include href="user_Frontends.xml"
|
---|
76 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
77 |
|
---|
78 | <xi:include href="user_VBoxManage.xml"
|
---|
79 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
80 |
|
---|
81 | <xi:include href="user_AdvancedTopics.xml"
|
---|
82 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
83 |
|
---|
84 | <xi:include href="user_Technical.xml"
|
---|
85 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
86 |
|
---|
87 | <xi:include href="user_VirtualBoxAPI.xml"
|
---|
88 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
89 |
|
---|
90 | <xi:include href="user_Troubleshooting.xml"
|
---|
91 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
92 |
|
---|
93 | <xi:include href="user_Security.xml"
|
---|
94 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
95 |
|
---|
96 | <xi:include href="user_KnownIssues.xml"
|
---|
97 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
98 |
|
---|
99 | <xi:include href="user_ChangeLog.xml"
|
---|
100 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
101 |
|
---|
102 | <xi:include href="user_ThirdParty.xml"
|
---|
103 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
104 |
|
---|
105 | <xi:include href="user_PrivacyPolicy.xml"
|
---|
106 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
107 |
|
---|
108 | <xi:include href="user_Glossary.xml"
|
---|
109 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
110 |
|
---|
111 | </book>
|
---|