blob: e0a63ae5a69e09e739b21c445eb186bdaeb25c49 (
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
|
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<title>Swiften Developer's Guide</title>
<chapter>
<title>Introduction</title>
<para>
This is an introduction
</para>
<sect1>
<title>Section</title>
<para>
This is a section
</para>
</sect1>
</chapter>
<chapter>
<title>Tutorial: Writing an Echo Bot</title>
<para>
In this chapter, we build a simple echo bot, illustrating how
to use and extend Swiften for your own purposes.
</para>
<sect1>
<title>Setting up the build environment</title>
<para>
</para>
</sect1>
<sect1>
<title>Connecting to the network</title>
<para>
</para>
</sect1>
<sect1>
<title>T</title>
<para>
</para>
</sect1>
</chapter>
</book>
|