source: doc/user-guide/help.xml @ 67f4cfe

Last change on this file since 67f4cfe was 67f4cfe, checked in by Peter Powell <petpow@…>, at 2018-09-15T15:19:06Z

Fix the capitalisation of freenode's name.

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[76b6521]1<?xml version="1.0" encoding="utf-8"?>
[b7d3cc34]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>
[12b29db]16  <varlistentry><term>channels</term><listitem><para>About creating and customizing channels</para></listitem></varlistentry>
[b7d3cc34]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>
[f537044]19  <varlistentry><term>nick_changes</term><listitem><para>Changing your nickname without losing any settings</para></listitem></varlistentry>
[1999fe5]20  <varlistentry><term>identify_methods</term><listitem><para>A list of ways to (auto-)identify to your account</para></listitem></varlistentry>
[b7d3cc34]21</variablelist>
22
23<para>
24You can read more about them with <emphasis>help &lt;subject&gt;</emphasis>
25</para>
26
27<para>
[f21ad37]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>.
[b7d3cc34]29</para>
30
31<para>
[67f4cfe]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. :-)
[b7d3cc34]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>
[f537044]47  <varlistentry><term>channels</term><listitem><para>About creating and customizing channels</para></listitem></varlistentry>
[b7d3cc34]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>
[f537044]50  <varlistentry><term>nick_changes</term><listitem><para>Changing your nickname without losing any settings</para></listitem></varlistentry>
[1999fe5]51  <varlistentry><term>identify_methods</term><listitem><para>A list of ways to (auto-)identify to your account</para></listitem></varlistentry>
[b7d3cc34]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"/>
[a893271]62<xi:include href="twitter.xml"/>
[b7d3cc34]63<xi:include href="misc.xml"/>
64
65</book>
Note: See TracBrowser for help on using the repository browser.