From c1ede6e8035b0338e0254fbfcbbddfeb608b1269 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 14 Nov 2005 14:29:14 +0100 Subject: Added references to the BTS to the documentation. --- doc/user-guide/help.txt | 4 +-- doc/user-guide/help.xml | 4 +-- doc/user-guide/user-guide.html | 20 ++++++------- doc/user-guide/user-guide.txt | 68 +++++++++++++++++++++--------------------- 4 files changed, 48 insertions(+), 48 deletions(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/help.txt b/doc/user-guide/help.txt index a14e3a99..b6c88da3 100644 --- a/doc/user-guide/help.txt +++ b/doc/user-guide/help.txt @@ -9,9 +9,9 @@ These are the available help subjects: You can read more about them with help  -BitlBee is written by Wilmer van der Gaast together with Jelmer Vernooij, Maurits Dijkstra and others. Bug reports and other kinds of feedback can be sent by e-mail to wilmer@gaast.net. (There is no BitlBee mailing list) +BitlBee is written by Wilmer van der Gaast together with Jelmer Vernooij, Maurits Dijkstra and others. Bugs can be reported at http://bugs.bitlbee.org/. -Or just join #BitlBee on OFTC (irc.oftc.net) (OFTC, *not* FreeNode! Some people accidentally joined #BitlBee on FreeNode already, which is just an empty channel) and flame us right in the face. :-) +For other things than bug reports, you can join #BitlBee on OFTC (irc.oftc.net) (OFTC, *not* FreeNode!) and flame us right in the face. :-) % ?index These are the available help subjects: diff --git a/doc/user-guide/help.xml b/doc/user-guide/help.xml index 9de4fbad..34fdb9e2 100644 --- a/doc/user-guide/help.xml +++ b/doc/user-guide/help.xml @@ -23,11 +23,11 @@ You can read more about them with help <subject> -BitlBee is written by Wilmer van der Gaast together with Jelmer Vernooij, Maurits Dijkstra and others. Bug reports and other kinds of feedback can be sent by e-mail to wilmer@gaast.net. (There is no BitlBee mailing list) +BitlBee is written by Wilmer van der Gaast together with Jelmer Vernooij, Maurits Dijkstra and others. Bugs can be reported at http://bugs.bitlbee.org/. -Or just join #BitlBee on OFTC (irc.oftc.net) (OFTC, *not* FreeNode! Some people accidentally joined #BitlBee on FreeNode already, which is just an empty channel) and flame us right in the face. :-) +For other things than bug reports, you can join #BitlBee on OFTC (irc.oftc.net) (OFTC, *not* FreeNode!) and flame us right in the face. :-) diff --git a/doc/user-guide/user-guide.html b/doc/user-guide/user-guide.html index 5d1fb46a..8bd7f716 100644 --- a/doc/user-guide/user-guide.html +++ b/doc/user-guide/user-guide.html @@ -12,12 +12,12 @@ Web site or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -


Chapter 1. Installation

Downloading the package

+


Chapter 1. Installation

Downloading the package

The latest BitlBee release is always available from http://www.bitlbee.org/. Download the package with your favorite program and unpack it: tar xvfz bitlbee-<version>.tar.gz where <version> is to be replaced by the version number of the BitlBee you downloaded (e.g. 0.91). -

Compiling

+

Compiling

BitlBee's build system has to be configured before compiling. The configure script will do this for you. Just run it, it'll set up with nice and hopefully well-working defaults. If you @@ -49,7 +49,7 @@ If you want BitlBee to use OpenSSL, you have to explicitly specify that. After running configure, you should run make. After that, run make install as root. -

Configuration

+

Configuration

By default, BitlBee runs as the user nobody. You might want to run it as a seperate user (some computers run named or apache as nobody).

@@ -77,34 +77,34 @@ directory has to be owned by the user that runs bitlbee. To make 'nobody' owner of this directory, run chown nobody /var/lib/bitlbee. Because things like passwords are saved in this directory, it's probably a good idea to make this directory owner-read-/writable only. -

Chapter 2. Usage

Connecting to the server

+

Chapter 2. Usage

Connecting to the server

Since BitlBee acts just like any other irc daemon, you can connect to it with your favorite irc client. Launch it and connect to localhost port 6667 (or whatever host/port you are running bitlbee on). -

The #bitlbee control channel

+

The #bitlbee control channel

Once you are connected to the BitlBee server, you are automatically joined to #bitlbee on that server. This channel acts like the 'buddy list' you have on the various other chat networks.

The user 'root' always hangs around in #bitlbee and acts as your interface to bitlbee. All commands you give on #bitlbee are 'answered' by root. -

Talking to people

+

Talking to people

You can talk to by starting a query with them. In most irc clients, this can be done with either /msg <nick> <text> or /query <nick>.

To keep the number of open query windows limited, you can also talk to people in the control channel, like <nick>: <text>. -

Chapter 3. Support

BitlBee is beta software

+

Chapter 3. Support

BitlBee is beta software

Although BitlBee has quite some functionality it is still beta. That means it can crash at any time, corrupt your data or whatever. Don't use it in any production environment and don't rely on it. -

Support channels

The World Wide Web

http://www.bitlbee.org/ +

Support channels

The World Wide Web

http://www.bitlbee.org/ is the homepage of bitlbee and contains the most recent news on bitlbee and the latest releases. -

IRC

+

IRC

BitlBee is discussed on #bitlbee on the OFTC IRC network (server: irc.oftc.net). -

Mailinglists

+

Mailinglists

BitlBee doesn't have any mailinglists.

Chapter 4. Quickstart

Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber and Yahoo Instant Messaging Systems. diff --git a/doc/user-guide/user-guide.txt b/doc/user-guide/user-guide.txt index b8854f7a..449dd4de 100644 --- a/doc/user-guide/user-guide.txt +++ b/doc/user-guide/user-guide.txt @@ -107,7 +107,7 @@ Table of Contents Groupchat channel names Away states -Chapter 1. Installation +Chapter 1. Installation Table of Contents @@ -191,7 +191,7 @@ To make 'nobody' owner of this directory, run chown nobody /var/lib/bitlbee. Because things like passwords are saved in this directory, it's probably a good idea to make this directory owner-read-/writable only. -Chapter 2. Usage +Chapter 2. Usage Table of Contents @@ -222,7 +222,7 @@ done with either /msg or /query . To keep the number of open query windows limited, you can also talk to people in the control channel, like : . -Chapter 3. Support +Chapter 3. Support Table of Contents @@ -255,7 +255,7 @@ Mailinglists BitlBee doesn't have any mailinglists. -Chapter 4. Quickstart +Chapter 4. Quickstart Table of Contents @@ -388,7 +388,7 @@ If you're still looking for something, please visit us in #bitlbee on the OFTC network (you can connect via irc.bitlbee.org), or mail us your problem/ suggestion. Good luck and enjoy the Bee! -Chapter 5. Bitlbee commands +Chapter 5. Bitlbee commands Table of Contents @@ -442,7 +442,7 @@ import_buddies - Copy local buddy list to server (normally only needed when account - IM-account list maintenance -Syntax: +Syntax:  account [] @@ -451,7 +451,7 @@ information. account add -Syntax: +Syntax:  account add [] @@ -462,7 +462,7 @@ help account add . account add jabber -Syntax: +Syntax:  account add jabber [] @@ -481,7 +481,7 @@ and 5223. However, for some people only port 5222 works, for some people only account add msn -Syntax: +Syntax:  account add msn @@ -489,7 +489,7 @@ For MSN connections there are no special arguments. account add oscar -Syntax: +Syntax:  account add oscar [] @@ -504,7 +504,7 @@ AIM connections it's login.oscar.aol.com. account add yahoo -Syntax: +Syntax:  account add yahoo @@ -512,7 +512,7 @@ For Yahoo! connections there are no special arguments. account del -Syntax: +Syntax:  account del @@ -524,7 +524,7 @@ of) the screenname, as long as it matches only one connection. account on -Syntax: +Syntax:  account on [] @@ -537,7 +537,7 @@ of) the screenname, as long as it matches only one connection. account off -Syntax: +Syntax:  account off [] @@ -550,7 +550,7 @@ of) the screenname, as long as it matches only one connection. account list -Syntax: +Syntax:  account list @@ -559,7 +559,7 @@ the numbers you'll need for most account commands. add - Add a buddy to your contact list -Syntax: +Syntax:  add [] @@ -576,7 +576,7 @@ be more convenient. info - Request user information -Syntax: +Syntax:  info info @@ -591,7 +591,7 @@ get the information. remove - Remove a buddy from your contact list -Syntax: +Syntax:  remove @@ -602,7 +602,7 @@ Removes the specified nick from your buddy list. block - Block someone -Syntax: +Syntax:  block block @@ -613,7 +613,7 @@ handle. allow - Unblock someone -Syntax: +Syntax:  allow allow @@ -623,7 +623,7 @@ connection. set - Miscellaneous settings -Syntax: +Syntax:  set [ []] @@ -637,7 +637,7 @@ To get more help information about a setting, try: help - BitlBee help system -Syntax: +Syntax:  help [subject] @@ -646,7 +646,7 @@ don't give any arguments, it'll give a short help index. save - Save your account data -Syntax: +Syntax:  save @@ -847,7 +847,7 @@ case as it intended by your peer. rename - Rename (renick) a buddy -Syntax: +Syntax:  rename @@ -859,7 +859,7 @@ you got a lot of people with stupid account names (or hard ICQ numbers). yes - Accept a request -Syntax: +Syntax:  yes [] @@ -872,7 +872,7 @@ questions. no - Deny a request -Syntax: +Syntax:  no [] @@ -885,7 +885,7 @@ questions. qlist - List all the unanswered questions root asked -Syntax: +Syntax:  qlist @@ -893,7 +893,7 @@ This gives you a list of all the unanswered questions from root. register - Register yourself -Syntax: +Syntax:  register @@ -910,7 +910,7 @@ To identify yourself in later sessions, you can use the identify command. identify - Identify yourself with your password -Syntax: +Syntax:  identify @@ -924,7 +924,7 @@ Once you're registered, you can change your password using set password drop - Drop your account -Syntax: +Syntax:  drop @@ -934,7 +934,7 @@ your NickServ password to make this command work. blist - List all the buddies in your contact list -Syntax: +Syntax:  blist [all|online|offline|away] @@ -943,7 +943,7 @@ complete list (including the offline users) you can use the all argument. nick - Change friendly name, nick -Syntax: +Syntax:  nick [] nick @@ -959,7 +959,7 @@ command is only supported by the MSN protocol. import_buddies - Copy local buddy list to server (normally only needed when upgrading) -Syntax: +Syntax:  import_buddies [clear] @@ -981,7 +981,7 @@ handled, because of ICQ's rate limiting. If your buddy list is very large and the ICQ server starts complaining, you might have to reconnect and enter this command again. -Chapter 6. Misc Stuff +Chapter 6. Misc Stuff Table of Contents -- cgit v1.2.3