source: doc/user-guide/help.xml @ d11822a

Last change on this file since d11822a was 1999fe5, checked in by dequis <dx@…>, at 2016-12-26T00:18:55Z

Misc documentation updates

  • Remove a bunch of mentions of yahoo
  • Remove 'smileys' topic from help index
  • Add 'identify_methods' help topic
  • Mention new commands like 'chat list' or 'plugins'
  • Property mode set to 100644
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
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>channels</term><listitem><para>About creating and customizing channels</para></listitem></varlistentry>
17  <varlistentry><term>away</term><listitem><para>About setting away states</para></listitem></varlistentry>
18  <varlistentry><term>groupchats</term><listitem><para>How to work with groupchats on BitlBee</para></listitem></varlistentry>
19  <varlistentry><term>nick_changes</term><listitem><para>Changing your nickname without losing any settings</para></listitem></varlistentry>
20  <varlistentry><term>identify_methods</term><listitem><para>A list of ways to (auto-)identify to your account</para></listitem></varlistentry>
21</variablelist>
22
23<para>
24You can read more about them with <emphasis>help &lt;subject&gt;</emphasis>
25</para>
26
27<para>
28Some more help can be found on <ulink link="http://wiki.bitlbee.org/">http://wiki.bitlbee.org/</ulink>. Bugs can be reported at <ulink link="http://bugs.bitlbee.org/">http://bugs.bitlbee.org/</ulink>.
29</para>
30
31<para>
32For 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. :-)
33</para>
34
35</preface>
36
37<chapter id="index">
38<title>Index</title>
39
40<para>
41These are the available help subjects:
42</para>
43
44<variablelist>
45  <varlistentry><term>quickstart</term><listitem><para>A short introduction into BitlBee</para></listitem></varlistentry>
46  <varlistentry><term>commands</term><listitem><para>All available commands and settings</para></listitem></varlistentry>
47  <varlistentry><term>channels</term><listitem><para>About creating and customizing channels</para></listitem></varlistentry>
48  <varlistentry><term>away</term><listitem><para>About setting away states</para></listitem></varlistentry>
49  <varlistentry><term>groupchats</term><listitem><para>How to work with groupchats on BitlBee</para></listitem></varlistentry>
50  <varlistentry><term>nick_changes</term><listitem><para>Changing your nickname without losing any settings</para></listitem></varlistentry>
51  <varlistentry><term>identify_methods</term><listitem><para>A list of ways to (auto-)identify to your account</para></listitem></varlistentry>
52</variablelist>
53
54<para>
55You can read more about them with <emphasis>help &lt;subject&gt;</emphasis>
56</para>
57
58</chapter>
59
60<xi:include href="quickstart.xml"/>
61<xi:include href="commands.xml"/>
62<xi:include href="misc.xml"/>
63
64</book>
Note: See TracBrowser for help on using the repository browser.