blob: b075fa632a902a73bccd2929d4fb50333f32000b (
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
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
%BOOK_ENTITIES;
]>
<bookinfo id="book-Installation_Guide-Installation_Guide">
<title>Installation Guide</title>
<subtitle>The Kolab Groupware Solution</subtitle>
<!-- Regular title -->
<!-- <productname>Kolab</productname> -->
<productname condition="apt community">Kolab APT Community</productname>
<productname condition="apt,community">Kolab APT Community</productname>
<productname condition="apt_community">Kolab APT Community</productname>
<productname conditions="apt community">Kolab APT Community</productname>
<productname conditions="apt,community">Kolab APT Community</productname>
<productname conditions="apt_community">Kolab APT Community</productname>
<productname role="apt community">Kolab APT Community</productname>
<productname role="apt,community">Kolab APT Community</productname>
<productname role="apt_community">Kolab APT Community</productname>
<productname condition="rpm community">Kolab RPM Community</productname>
<productname condition="rpm,community">Kolab RPM Community</productname>
<productname condition="rpm_community">Kolab RPM Community</productname>
<productname conditions="rpm community">Kolab RPM Community</productname>
<productname conditions="rpm,community">Kolab RPM Community</productname>
<productname conditions="rpm_community">Kolab RPM Community</productname>
<productname role="rpm community">Kolab RPM Community</productname>
<productname role="rpm,community">Kolab RPM Community</productname>
<productname role="rpm_community">Kolab RPM Community</productname>
<productnumber>2.3</productnumber>
<edition>1</edition>
<pubsnumber>0</pubsnumber>
<abstract>
<para>
A short overview and summary of the book's subject and purpose, traditionally no more than one paragraph long. Note: the abstract will appear in the front matter of your book and will also be placed in the description field of the book's RPM spec file.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata fileref="images/title_logo.png" format="PNG" />
</imageobject>
</inlinemediaobject>
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
|