blob: 875a0dadaa231a9a7e1949604ac3fcd9485824c2 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:lang="en">
<info>
<title>Spice User Manual</title>
<authorgroup>
<author>
<personname>Lubos Kocman</personname>
<email>lkocman@redhat.com</email>
</author>
<author>
<personname>Arnon Giloba</personname>
<email>agiloba@redhat.com</email>
</author>
<author>
<personname>Yaniv Kamay</personname>
<email>ykamay@redhat.com</email>
</author>
<author>
<personname>Christophe Fergeau</personname>
<email>cfergeau@redhat.com</email>
</author>
</authorgroup>
<copyright>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<year>2013</year>
<holder>Red Hat, Inc.</holder>
</copyright>
<legalnotice>
<para>
Licensed under a Creative Commons Attribution-Share Alike 3.0 United States License
(see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://creativecommons.org/licenses/by-sa/3.0/us/legalcode">http://creativecommons.org/licenses/by-sa/3.0/us/legalcode</link>).
</para>
</legalnotice>
<releaseinfo>Draft 6</releaseinfo>
<pubdate>Built on <?dbtimestamp format="Y-m-d H:M:S"?></pubdate>
<cover>
<mediaobject>
<imageobject>
<imagedata fileref="resources/pepper.png" format="png">
<info>
<othercredit>
<personname>Lubos Kocman</personname>
</othercredit>
</info>
</imagedata>
</imageobject>
</mediaobject>
</cover>
</info>
<xi:include href="SpiceUserManual-Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="SpiceUserManual-Basics.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="SpiceUserManual-References.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="SpiceUserManual-Guest.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="SpiceUserManual-Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</book>
|