Webサイトを1つの.lrfファイルにするツール.
JRE v1.4.2以上がインストールされていること.1.5.xやJ9でも良いが,1.4.2の方が速い.
usage: LrfWeb [OPTION]... [URL]...
-a <text> book author (default:first url)
-c <location> cache directory (default:.)
-d <location> output directory (default:.)
-f <number> font size (default:20)
-h left to right and top to bottom writing mode
-i <id> book id (<=16 alpha/digit characters)
(default:generated with first url)
-l <number> maximum recursion depth (0 for infinite)
(default:infinite)
-m preserve format
-p ascend to the parent directory
-q go to page with query string
-r recursive download
-s <host,host,...> go to specified foreign hosts when recursive
-t <text> book title (default:first page title)
例えばコマンドラインから...
C:\flatLrf>LrfWeb http://www.example.com/ http://www.example.net/
OSに依存しないので,非Windows環境なら...
java -Xmx256m -jar startup.jar -clean -application flat.lrf.cli.web [OPTION]... [URL]...プロキシ指定はhttp.proxyHostとhttp.proxyPortが有効.LrfWeb.batを編集して-jarの左に入れる
java -Xmx256m -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8080 -jar startup.jar -clean ...