source: doc/user-guide/user-guide.xml @ a893271

Last change on this file since a893271 was a893271, checked in by dx <dx@…>, at 2017-08-26T18:15:04Z

Twitter documentation: move commands to a chapter

The Twitter commands are now documented in their own chapter
accessed by help twitter instead of being hidden in `help set
commands`.

  • Property mode set to 100644
File size: 1.2 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-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    </legalnotice>
24
25   <releaseinfo>
[ed59700]26                This is the BitlBee User Guide. For now, the on-line help is
27                the most up-to-date documentation. Although this document shares
28                some parts with the on-line help system, other parts might be
29                very outdated.
[b7d3cc34]30   </releaseinfo>
31
32  </bookinfo>
33
34  <xi:include href="Installation.xml"/>
35  <xi:include href="Usage.xml"/>
36  <xi:include href="Support.xml"/>
37  <xi:include href="quickstart.xml"/>
38  <xi:include href="commands.xml"/>
[a893271]39  <xi:include href="twitter.xml"/>
[b7d3cc34]40  <xi:include href="misc.xml"/>
41
42</book>
Note: See TracBrowser for help on using the repository browser.