source: doc/user-guide/help.xml @ 15d1469

Last change on this file since 15d1469 was c1ede6e8, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-14T13:29:14Z

Added references to the BTS to the documentation.

  • Property mode set to 100644
File size: 2.5 KB
Line 
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-Help" xmlns:xi="http://www.w3.org/2003/XInclude">
5
6<preface id="">
7<title>BitlBee help system</title>
8
9<para>
10These are the available help subjects:
11</para>
12
13<variablelist>
14  <varlistentry><term>quickstart</term><listitem><para>A short introduction into BitlBee</para></listitem></varlistentry>
15  <varlistentry><term>commands</term><listitem><para>All available commands and settings</para></listitem></varlistentry>
16  <varlistentry><term>away</term><listitem><para>About setting away states</para></listitem></varlistentry>
17  <varlistentry><term>smileys</term><listitem><para>A summary of some non-standard smileys you might find and fail to understand</para></listitem></varlistentry>
18  <varlistentry><term>groupchats</term><listitem><para>How to work with groupchats on BitlBee</para></listitem></varlistentry>
19</variablelist>
20
21<para>
22You can read more about them with <emphasis>help &lt;subject&gt;</emphasis>
23</para>
24
25<para>
26BitlBee is written by Wilmer van der Gaast together with Jelmer Vernooij, Maurits Dijkstra and others. Bugs can be reported at <ulink link="http://bugs.bitlbee.org/">http://bugs.bitlbee.org/</ulink>.
27</para>
28
29<para>
30For other things than bug reports, you can join <emphasis>#BitlBee</emphasis> on OFTC (<emphasis>irc.oftc.net</emphasis>) (OFTC, *not* FreeNode!) and flame us right in the face. :-)
31</para>
32
33</preface>
34
35<chapter id="index">
36<title>Index</title>
37
38<para>
39These are the available help subjects:
40</para>
41
42<variablelist>
43  <varlistentry><term>quickstart</term><listitem><para>A short introduction into BitlBee</para></listitem></varlistentry>
44  <varlistentry><term>commands</term><listitem><para>All available commands and settings</para></listitem></varlistentry>
45  <varlistentry><term>away</term><listitem><para>About setting away states</para></listitem></varlistentry>
46  <varlistentry><term>smileys</term><listitem><para>A summary of some non-standard smileys you might find and fail to understand</para></listitem></varlistentry>
47  <varlistentry><term>groupchats</term><listitem><para>How to work with groupchats on BitlBee</para></listitem></varlistentry>
48</variablelist>
49
50<para>
51You can read more about them with <emphasis>help &lt;subject&gt;</emphasis>
52</para>
53
54</chapter>
55
56<xi:include href="quickstart.xml"/>
57<xi:include href="commands.xml"/>
58<xi:include href="misc.xml"/>
59
60</book>
Note: See TracBrowser for help on using the repository browser.