fastladderインストール

あきらめた。hpricotがjruby版を参照している?

wget http://fastladder.org/downloads/fastladder-0.0.2-src.tar.gz
tar -zxvf fastladder-0.0.2-src.tar.gz
cd fastladder/


INSTALL.txtを参考に必要なモジュールをインストールしていく。
rfeedfinder feed-normalizer opml mongrel sqlite3-rubyが必要らしい。

gem install opml
gem install simple-rss
wget http://code.whytheluckystiff.net/dist/hpricot-0.5.140.tgz
tar -zxvf hpricot-0.5.140.tgz
cd hpricot-0.5.140/
wget http://rubyforge.org/frs/download.php/44922/rfeedfinder-0.9.13.tgz
tar -zxvf rfeedfinder-0.9.13.tgz
cd rfeedfinder-0.9.13