REIKI-BASE 製本スクリプト

REIKI-BASEのサイトを巡回し、例規集のPDFを作ります。

■ 使い方
次のようにreiki.pl(Perlスクリプト)を実行し、表示されるusageを参照してください。

perl reiki.pl

imposer.jarは製本用の面付け(４つ折両面印刷)をするJavaプログラムです。
次のコマンドで実行してください。

java -jar imposer.jar

■ 実行例
mkdir output
perl reiki.pl -url http://XXX/reiki_menu.html \
	-out_html output/reiki.html
perl reiki.pl -in_html output/reiki.html -pdf output/reiki.pdf
java -jar imposer.jar output/reiki.pdf output/reiki-i.pdf

■ ライセンス

Copyright (c) 2009 株式会社ＧＮＮ

Apache License Version 2.0に基づいてライセンスされます。
あなたがこのファイルを使用するためには、本ライセンスに従わなければなりません。
本ライセンスのコピーは下記の場所から入手できます。

   http://www.apache.org/licenses/LICENSE-2.0

適用される法律または書面での同意によって命じられない限り、
本ライセンスに基づいて頒布されるソフトウェアは、明示黙示を問わず、
いかなる保証も条件もなしに「現状のまま」頒布されます。
本ライセンスでの権利と制限を規定した文言については、本ライセンスを参照してください。 

Copyright (c) 2009 GNN & Co.,Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
