~ibid-core/ibid/trunk

« back to all changes in this revision

Viewing changes to docs/manpages/ibid-setup.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-SETUP(1) Ibid Multi-protocol Bot | Ibid 0.1
2
 
% Stefano Rivera
3
 
% March 2010
4
 
 
5
 
# NAME
6
 
 
7
 
ibid-setup - Create a basic configuration file and database for an Ibid bot
8
 
 
9
 
# SYNOPSIS
 
1
============
 
2
 ibid-setup
 
3
============
 
4
 
 
5
SYNOPSIS
 
6
========
10
7
 
11
8
**ibid-setup**
12
9
 
13
 
# DESCRIPTION
 
10
DESCRIPTION
 
11
===========
14
12
 
15
13
This program sets up everything that a new Ibid bot needs before it can run.
16
14
It asks a series of questions about the new bot, and writes out a basic
17
 
configuration file - `ibid.ini` (5) - to the current directory.
18
 
It also creates a database for the bot, by default a SQLite database in the
19
 
current directory.
20
 
 
21
 
This should be run in the directory which will become the new Ibid bot's base.
22
 
 
23
 
Should there be an existing **ibid.ini** in the current directory, it will be
24
 
used, and the only questions asked will be for adding an administrative user.
25
 
These can safely be skipped with a **^C**.
26
 
 
27
 
# FILES
28
 
 
29
 
*ibid.ini*
30
 
:       The Ibid bot's configuration file, will be created if it doesn't exist.
31
 
 
32
 
# SEE ALSO
33
 
 
34
 
`ibid` (1),
35
 
`ibid.ini` (5),
 
15
configuration file - ``ibid.ini``\ (5) - to the current directory.
 
16
It also creates a database for the bot, by default a SQLite database in
 
17
the current directory.
 
18
 
 
19
This should be run in the directory which will become the new Ibid bot's
 
20
base.
 
21
 
 
22
Should there be an existing ``ibid.ini`` in the current directory, it
 
23
will be used, and the only questions asked will be for adding an
 
24
administrative user.
 
25
These can safely be skipped with a ``^C``.
 
26
 
 
27
FILES
 
28
=====
 
29
 
 
30
ibid.ini
 
31
   The Ibid bot's configuration file, will be created if it doesn't exist.
 
32
 
 
33
SEE ALSO
 
34
========
 
35
 
 
36
``ibid``\ (1),
 
37
``ibid.ini``\ (5),
36
38
http://ibid.omnia.za.net/
 
39
 
 
40
.. vi: set et sta sw=3 ts=3: