phantomjsのメモ
Quick Start 2013/08/08
https://github.com/ariya/phantomjs/wiki/Quick-Start
インストール 2013/07/12
CentOS 6.4にインストールした時の記録。
# IPAフォントをインストール。
# 日本語フォントがないとスクリーンキャプチャの際に日本語が化ける
wget http://ipafont.ipa.go.jp/ipaexfont/IPAexfont00201.php
unzip IPAexfont00201.zip
sudo mkdir -p /usr/share/fonts/japanese/ipa
sudo cp IPAexfont00201/*.ttf /usr/share/fonts/japanese/ipa
fc-cache -fv
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
tar xvjf phantomjs-1.9.1-linux-x86_64.tar.bz2
# あとは ./phantomjs-1.9.1-linux-x86_64/bin をPATHに追加するなりする
Rubyからphantomjsを使うには 2013/09/05
Poltergeist というgemを使うとよい。
Perlからphantomjsを使うには 2013/09/05
WightというCPANライブラリを使うとよい。
http://www.slideshare.net/motemen/wight-phantoms-perl-friend-yapcasia-2012