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>&VBOX_VENDOR;</corpauthor>
|
---|
21 |
|
---|
22 | <address>http://www.virtualbox.org</address>
|
---|
23 |
|
---|
24 | <copyright>
|
---|
25 |
|
---|
26 | <year>2004-&VBOX_C_YEAR;</year>
|
---|
27 |
|
---|
28 | <holder>&VBOX_VENDOR;</holder>
|
---|
29 |
|
---|
30 | </copyright>
|
---|
31 |
|
---|
32 | </bookinfo>
|
---|
33 |
|
---|
34 |
|
---|
35 | <xi:include href="user_Preface.xml"
|
---|
36 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
37 |
|
---|
38 | <xi:include href="user_Introduction.xml"
|
---|
39 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
40 |
|
---|
41 | <xi:include href="user_Installation.xml"
|
---|
42 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
43 |
|
---|
44 | <xi:include href="user_BasicConcepts.xml"
|
---|
45 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
46 |
|
---|
47 | <xi:include href="user_GuestAdditions.xml"
|
---|
48 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
49 |
|
---|
50 | <xi:include href="user_Storage.xml"
|
---|
51 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
52 |
|
---|
53 | <xi:include href="user_Networking.xml"
|
---|
54 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
55 |
|
---|
56 | <xi:include href="user_Frontends.xml"
|
---|
57 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
58 |
|
---|
59 | <xi:include href="user_VBoxManage.xml"
|
---|
60 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
61 |
|
---|
62 | <xi:include href="user_AdvancedTopics.xml"
|
---|
63 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
64 |
|
---|
65 | <xi:include href="user_Technical.xml"
|
---|
66 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
67 |
|
---|
68 | <xi:include href="user_VirtualBoxAPI.xml"
|
---|
69 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
70 |
|
---|
71 | <xi:include href="user_Troubleshooting.xml"
|
---|
72 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
73 |
|
---|
74 | <xi:include href="user_Security.xml"
|
---|
75 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
76 |
|
---|
77 | <xi:include href="user_KnownIssues.xml"
|
---|
78 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
79 |
|
---|
80 | <xi:include href="user_ChangeLog.xml"
|
---|
81 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
82 |
|
---|
83 | <xi:include href="user_ThirdParty.xml"
|
---|
84 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
85 |
|
---|
86 | <xi:include href="user_PrivacyPolicy.xml"
|
---|
87 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
88 |
|
---|
89 | <xi:include href="user_Glossary.xml"
|
---|
90 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
91 |
|
---|
92 | </book>
|
---|