~ibid-core/ibid/trunk

« back to all changes in this revision

Viewing changes to docs/manpages/ibid.1.rst

  • Committer: Tarmac
  • Author(s): Stefano Rivera
  • Date: 2012-07-31 09:51:02 UTC
  • mfrom: (1043.2.4 sphinxdoc-man)
  • Revision ID: tarmac-20120731095102-ok97by9518vw2bum
Move manpages into Sphinx docs
Author: Stefano Rivera
Merge Request: http://code.launchpad.net/~stefanor/ibid/sphinxdoc-man/+merge/88115
Approved by: Keegan Carruthers-Smith, Jonathan Hitchcock
Fixes LP: #

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
% IBID(1) Ibid Multi-protocol Bot | Ibid 0.1
2
 
% Stefano Rivera
3
 
% March 2010
4
 
 
5
 
# NAME
6
 
 
7
 
ibid - Run an Ibid bot
8
 
 
9
 
# SYNOPSIS
10
 
 
11
 
**ibid** [*config-file*]
12
 
 
13
 
# DESCRIPTION
 
1
======
 
2
 ibid
 
3
======
 
4
 
 
5
SYNOPSIS
 
6
========
 
7
 
 
8
``ibid`` [*config-file*]
 
9
 
 
10
DESCRIPTION
 
11
===========
14
12
 
15
13
This runs an Ibid bot in the foreground.
16
14
 
17
 
There should there be an existing **ibid.ini** (created by
18
 
`ibid-setup` (1))
 
15
There should there be an existing ``ibid.ini`` (created by
 
16
``ibid-setup``\ (1))
19
17
in the current directory or one should be provided on the command line.
20
18
 
21
 
Where possible, you should run **twistd -n ibid** instead of this
 
19
Where possible, you should run ``twistd -n ibid`` instead of this
22
20
program, as otherwise some classes of errors go unreported.
23
21
See **BUGS**.
24
22
 
25
 
# BUGS
 
23
BUGS
 
24
====
26
25
 
27
26
Exceptions in twisted callbacks can go unnoticed in this program.
28
27
That has no harmful effects, but the developers may miss out on some
29
28
good bug reports.
30
29
 
31
 
# FILES
 
30
FILES
 
31
=====
32
32
 
33
33
*ibid.ini*
34
 
:       The Ibid bot's configuration file, will be created if it doesn't exist.
35
 
 
36
 
# SEE ALSO
37
 
 
38
 
`ibid.ini` (5),
39
 
`ibid-setup` (1),
40
 
`twistd` (1),
 
34
   The Ibid bot's configuration file, will be created if it doesn't exist.
 
35
 
 
36
SEE ALSO
 
37
========
 
38
 
 
39
``ibid.ini``\ (5),
 
40
``ibid-setup``\ (1),
 
41
``twistd``\ (1),
41
42
http://ibid.omnia.za.net/
 
43
 
 
44
.. vi: set et sta sw=3 ts=3: