blob: 383abc846eba4814cd76fc6ae5437a69920006e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book>
<bookinfo>
<title>$VBOX_PRODUCT<superscript>®</superscript></title>
<subtitle>User Manual</subtitle>
<edition>Version
$VBOX_VERSION_STRING</edition>
<corpauthor>$VBOX_VENDOR</corpauthor>
<address>http://www.virtualbox.org</address>
<copyright>
<year>2004-$VBOX_C_YEAR</year>
<holder>$VBOX_VENDOR</holder>
</copyright>
</bookinfo>
<xi:include href="user_Introduction.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Installation.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_BasicConcepts.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_GuestAdditions.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Storage.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Networking.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Frontends.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_VBoxManage.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_AdvancedTopics.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Technical.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_VirtualBoxAPI.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Troubleshooting.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Security.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_KnownIssues.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_ChangeLog.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_ThirdParty.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_PrivacyPolicy.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="user_Glossary.xml" xpointer="element(/1)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>
|