1 | <?xml version="1.0" encoding="iso-8859-1"?> |
---|
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
---|
3 | |
---|
4 | <book id="BitlBee-User-Guide" xmlns:xi="http://www.w3.org/2003/XInclude"> |
---|
5 | <bookinfo> |
---|
6 | <title>BitlBee User Guide</title> |
---|
7 | <author> |
---|
8 | <firstname>Jelmer</firstname><surname>Vernooij</surname> |
---|
9 | <address><email>jelmer@samba.org</email></address> |
---|
10 | </author> |
---|
11 | |
---|
12 | <author> |
---|
13 | <firstname>Wilmer</firstname><surname>van der Gaast</surname> |
---|
14 | <address><email>wilmer@gaast.net</email></address> |
---|
15 | </author> |
---|
16 | |
---|
17 | <author> |
---|
18 | <firstname>Sjoerd</firstname><surname>Hemminga</surname> |
---|
19 | <address><email>sjoerd@huiswerkservice.nl</email></address> |
---|
20 | </author> |
---|
21 | |
---|
22 | <legalnotice id="legalnotice"> |
---|
23 | <para> |
---|
24 | Permission is granted to copy, distribute and/or modify this |
---|
25 | document under the terms of the <ulink type="help" |
---|
26 | url="gnome-help:fdl"><citetitle>GNU Free Documentation |
---|
27 | License</citetitle></ulink>, Version 1.1 or any later version |
---|
28 | published by the Free Software Foundation with no Invariant |
---|
29 | Sections, no Front-Cover Texts, and no Back-Cover Texts. You |
---|
30 | may obtain a copy of the <citetitle>GNU Free Documentation |
---|
31 | License</citetitle> from the Free Software Foundation by |
---|
32 | visiting <ulink type="http" url="http://www.fsf.org">their |
---|
33 | Web site</ulink> or by writing to: Free Software Foundation, |
---|
34 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
35 | USA. |
---|
36 | </para> |
---|
37 | </legalnotice> |
---|
38 | |
---|
39 | <releaseinfo> |
---|
40 | This is the initial release of the BitlBee User Guide. |
---|
41 | </releaseinfo> |
---|
42 | |
---|
43 | </bookinfo> |
---|
44 | |
---|
45 | <xi:include href="Installation.xml"/> |
---|
46 | <xi:include href="Usage.xml"/> |
---|
47 | <xi:include href="Support.xml"/> |
---|
48 | <xi:include href="quickstart.xml"/> |
---|
49 | <xi:include href="commands.xml"/> |
---|
50 | <xi:include href="misc.xml"/> |
---|
51 | |
---|
52 | </book> |
---|