~ibid-core/ibid/trunk

« back to all changes in this revision

Viewing changes to docs/manpages/ibid-knab-import.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-KNAB-IMPORT(1) Ibid Multi-protocol Bot | Ibid 0.1
2
 
% Stefano Rivera
3
 
% March 2010
4
 
 
5
 
# NAME
6
 
 
7
 
ibid-knab-import - Knab->Ibid Import utility
8
 
 
9
 
# SYNOPSIS
10
 
 
11
 
**ibid-knab-import** *knab-sa-url* *source* [*config-file*]
12
 
 
13
 
# DESCRIPTION
14
 
 
15
 
This utility imports users, last seen information, factoids, and URLs from a
16
 
Knab bot's database into an Ibid.
 
1
==================
 
2
 ibid-knab-import
 
3
==================
 
4
 
 
5
SYNOPSIS
 
6
========
 
7
 
 
8
``ibid-knab-import`` *knab-sa-url* *source* [*config-file*]
 
9
 
 
10
DESCRIPTION
 
11
===========
 
12
 
 
13
This utility imports users, last seen information, factoids, and URLs
 
14
from a Knab bot's database into an Ibid.
17
15
 
18
16
For best results, import directly into a brand new, clean Ibid install.
19
17
 
20
 
On import, strings are converted to Unicode, guessing UTF-8 and falling back to
21
 
detection.
22
 
 
23
 
# OPTIONS
24
 
 
25
 
*knab-sa-url*
26
 
:       The SQLAlchemy URI for the Knab's database.
27
 
        The format is **mysql://**_user_**:**_pass_**@**_hostname_**/**_dbname_
28
 
 
29
 
*source*
30
 
:       The name in the Ibid bot for the source that the Knab was previously
31
 
        connected to.
32
 
 
33
 
*config-file*
34
 
:       If supplied, this is configuration file is used for locating the Ibid's
35
 
        database rather than **ibid.ini**.
36
 
 
37
 
# FILES
38
 
 
39
 
*ibid.ini*
40
 
:       Locates the database to act upon by looking for the
41
 
        [**databases**].**ibid** value in the bot configuration file in the current
42
 
        directory.
43
 
 
44
 
# SEE ALSO
45
 
 
46
 
`ibid` (1),
47
 
`ibid.ini` (5),
48
 
`ibid-setup` (1),
 
18
On import, strings are converted to Unicode, guessing UTF-8 and falling
 
19
back to detection.
 
20
 
 
21
OPTIONS
 
22
=======
 
23
 
 
24
knab-sa-url
 
25
   The SQLAlchemy URI for the Knab's database.
 
26
   The format is
 
27
   ``mysql://``\ *user*\ ``:``\ *pass*\ ``@``\ *hostname*\ ``/``\ *dbname*
 
28
 
 
29
source
 
30
   The name in the Ibid bot for the source that the Knab was previously
 
31
   connected to.
 
32
 
 
33
config-file
 
34
   If supplied, this is configuration file is used for locating the
 
35
   Ibid's database rather than ``ibid.ini``.
 
36
 
 
37
FILES
 
38
=====
 
39
 
 
40
ibid.ini
 
41
   Locates the database to act upon by looking for the
 
42
   [**databases**].\ **ibid** value in the bot configuration file in the
 
43
   current directory.
 
44
 
 
45
SEE ALSO
 
46
========
 
47
 
 
48
``ibid``\ (1),
 
49
``ibid.ini``\ (5),
 
50
``ibid-setup``\ (1),
49
51
http://ibid.omnia.za.net/,
50
52
http://knab.omnia.za.net/
 
53
 
 
54
.. vi: set et sta sw=3 ts=3: