●必要なもの
  ・Ruby1.8.1
   http://www.ruby-lang.org/ja/
  ・amrita
   http://www.brain-tokyo.jp/research/amrita/index_ja.html

●インストール
  ・Rubyをインストールする。
  ・Amritaをインストールし、クラスライブラリのサーチパスを通す。
  ・skypeerのtar.gzを適当な場所に展開する。

●使い方
  ・必要に応じて skypeer.conf に手を入れる。
  ・"./prepare.rb skypeer.conf" を実行して必要なファイルとディレクトリを作る。
  ・ポートを開けてない場合は開ける。(デフォルトで 14714 番です)
  ・"./skypeer.rb" を実行すると起動します。
  ・http://localhost:14714/list にアクセス。
  ・終了時は "kill `cat skypeer.pid`" とかしてください。