source: doc/user-guide/user-guide.xml @ 8f515c8

Last change on this file since 8f515c8 was 8f515c8, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-12-03T23:49:17Z

Removed FDL text from User Guide.

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[b7d3cc34]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-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>
26                This is the initial release of the BitlBee User Guide.
27   </releaseinfo>
28
29  </bookinfo>
30
31  <xi:include href="Installation.xml"/>
32  <xi:include href="Usage.xml"/>
33  <xi:include href="Support.xml"/>
34  <xi:include href="quickstart.xml"/>
35  <xi:include href="commands.xml"/>
36  <xi:include href="misc.xml"/>
37
38</book>
Note: See TracBrowser for help on using the repository browser.