diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-11 11:22:41 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-11 11:22:41 +0000 |
commit | 38db12d7482f62275ecf9e67819ae148b3514f9a (patch) | |
tree | 8339901396d9f035837bbbb578bb2c4abe95be1f /REQUIREMENTS | |
parent | 06185978eaf9d0eaef5089afb97ae8ca521a41b1 (diff) |
Update REQUIREMENTS
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 5789d5fc..11848f48 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -12,10 +12,16 @@ Core requirements 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 + optional; if installed rbot can use localized messages htmlentities http://htmlentities.rubyforge.org/ - optional, if missing rbot will use an internal table to decode - the most common HTML entities + 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 @@ -25,10 +31,12 @@ bash, digg, slashdot, freshmeat, forecast: REXML rss: rss -rubyurl: +shortenurls: shorturl time: tzinfo +translator: + mechanize External programs needed for rbot ================================= @@ -36,6 +44,15 @@ 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) |