blob: 11848f48c79da7a507363cb4049f5708cf9d1805 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
Ruby modules needed for rbot
============================
Core requirements
bdb (berkley db) http://www.ruby-lang.org/en/raa-list.rhtml?name=bdb
(which requires libdb2 or better, from
www.sleepycat.com)
net/http 1.2+
net/https (for debian, this will also need libopenssl-ruby)
socket
uri
Useful but fallback provided
ruby-gettext 1.8.0+ http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
optional; if installed rbot can use localized messages
htmlentities http://htmlentities.rubyforge.org/
optional; if installed rbot will use it to decode
HTML entities; if missing, an internal table with
the most common HTML entities will be used instead
hpricot http://code.whytheluckystiff.net/hpricot/
optional, if installed rbot will used it to find
the first paragraph in HTML files; if missing,
regular expressions will be used instead
Plugin requirements
(these are all optional, if you don't have them, the plugins just won't
function)
bash, digg, slashdot, freshmeat, forecast:
REXML
rss:
rss
shortenurls:
shorturl
time:
tzinfo
translator:
mechanize
External programs needed for rbot
=================================
Plugin requirements
(These are all optional)
cal plugin:
cal(1)
figlet plugin:
figlet(6)
fortune plugin:
fortune(6)
host plugin:
host(1)
spell plugin:
ispell(1)
Running rbot on win32
=====================
here is bdb:
http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ext/bdb-0.5.1-i386-mingw32-1.8.tar.gz
and you need the Win32 MinGW version of Ruby:
http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ruby-1.8.4-i386-mingw32.tar.gz
|