Changeset 38db12d7482f62275ecf9e67819ae148b3514f9a
- Timestamp:
- 09/11/07 15:22:41
(1 year ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1189509761 +0000
- git-parent:
[06185978eaf9d0eaef5089afb97ae8ca521a41b1]
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1189509761 +0000
- Message:
Update REQUIREMENTS
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd9878de |
r38db12d |
|
| 13 | 13 | Useful but fallback provided |
|---|
| 14 | 14 | ruby-gettext 1.8.0+ http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext |
|---|
| 15 | | optional, if installed rbot can use localized messages |
|---|
| | 15 | optional; if installed rbot can use localized messages |
|---|
| 16 | 16 | htmlentities http://htmlentities.rubyforge.org/ |
|---|
| 17 | | optional, if missing rbot will use an internal table to decode |
|---|
| 18 | | the most common HTML entities |
|---|
| | 17 | optional; if installed rbot will use it to decode |
|---|
| | 18 | HTML entities; if missing, an internal table with |
|---|
| | 19 | the most common HTML entities will be used instead |
|---|
| | 20 | hpricot http://code.whytheluckystiff.net/hpricot/ |
|---|
| | 21 | optional, if installed rbot will used it to find |
|---|
| | 22 | the first paragraph in HTML files; if missing, |
|---|
| | 23 | regular expressions will be used instead |
|---|
| | 24 | |
|---|
| 19 | 25 | |
|---|
| 20 | 26 | Plugin requirements |
|---|
| … | … | |
| 26 | 32 | rss: |
|---|
| 27 | 33 | rss |
|---|
| 28 | | rubyurl: |
|---|
| | 34 | shortenurls: |
|---|
| 29 | 35 | shorturl |
|---|
| 30 | 36 | time: |
|---|
| 31 | 37 | tzinfo |
|---|
| | 38 | translator: |
|---|
| | 39 | mechanize |
|---|
| 32 | 40 | |
|---|
| 33 | 41 | External programs needed for rbot |
|---|
| … | … | |
| 36 | 44 | Plugin requirements |
|---|
| 37 | 45 | (These are all optional) |
|---|
| | 46 | |
|---|
| | 47 | cal plugin: |
|---|
| | 48 | cal(1) |
|---|
| | 49 | |
|---|
| | 50 | figlet plugin: |
|---|
| | 51 | figlet(6) |
|---|
| | 52 | |
|---|
| | 53 | fortune plugin: |
|---|
| | 54 | fortune(6) |
|---|
| 38 | 55 | |
|---|
| 39 | 56 | host plugin: |
|---|