1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
4 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
5 | %all.entities;
|
---|
6 | ]>
|
---|
7 | <book id="VBOXU" lang="en">
|
---|
8 |
|
---|
9 | <!-- VBox bookinfo section -->
|
---|
10 |
|
---|
11 | <bookinfo>
|
---|
12 |
|
---|
13 | <title>&VBOX_PRODUCT;</title>
|
---|
14 |
|
---|
15 | <subtitle>User Manual</subtitle>
|
---|
16 |
|
---|
17 | <edition>Version
|
---|
18 | &VBOX_VERSION_STRING;</edition>
|
---|
19 |
|
---|
20 | <corpauthor>Oracle Corporation</corpauthor>
|
---|
21 |
|
---|
22 | <address>https://www.virtualbox.org</address>
|
---|
23 |
|
---|
24 | <copyright>
|
---|
25 |
|
---|
26 | <year>2004-&VBOX_C_YEAR;</year>
|
---|
27 |
|
---|
28 | <holder>Oracle Corporation</holder>
|
---|
29 |
|
---|
30 | </copyright>
|
---|
31 |
|
---|
32 | </bookinfo>
|
---|
33 |
|
---|
34 | <xi:include href="user_Introduction.xml"
|
---|
35 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
36 |
|
---|
37 | <xi:include href="user_Installation.xml"
|
---|
38 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
39 |
|
---|
40 | <xi:include href="user_BasicConcepts.xml"
|
---|
41 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
42 |
|
---|
43 | <xi:include href="user_GuestAdditions.xml"
|
---|
44 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
45 |
|
---|
46 | <xi:include href="user_Storage.xml"
|
---|
47 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
48 |
|
---|
49 | <xi:include href="user_Networking.xml"
|
---|
50 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
51 |
|
---|
52 | <xi:include href="user_Frontends.xml"
|
---|
53 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
54 |
|
---|
55 | <xi:include href="user_VBoxManage.xml"
|
---|
56 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
57 |
|
---|
58 | <xi:include href="user_AdvancedTopics.xml"
|
---|
59 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
60 |
|
---|
61 | <xi:include href="user_Technical.xml"
|
---|
62 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
63 |
|
---|
64 | <xi:include href="user_VirtualBoxAPI.xml"
|
---|
65 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
66 |
|
---|
67 | <xi:include href="user_Troubleshooting.xml"
|
---|
68 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
69 |
|
---|
70 | <xi:include href="user_Security.xml"
|
---|
71 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
72 |
|
---|
73 | <xi:include href="user_KnownIssues.xml"
|
---|
74 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
75 |
|
---|
76 | <xi:include href="user_ChangeLog.xml"
|
---|
77 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
78 |
|
---|
79 | <xi:include href="user_ThirdParty.xml"
|
---|
80 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
81 |
|
---|
82 | <xi:include href="user_PrivacyPolicy.xml"
|
---|
83 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
84 |
|
---|
85 | <xi:include href="user_Glossary.xml"
|
---|
86 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
87 |
|
---|
88 | </book>
|
---|