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