[kansaipm] Greese0.4リリース

Yasushi Nakajima sey at jkc.co.jp
Mon Mar 31 09:00:56 CST 2003


 Greese0.4を私のホームページでリリースしました。

http://hp1.jonex.ne.jp/~nakajima.yasushi/

 昨年までのバージョンは必要以上に仕組みが複雑で使いにくかったので、CGI
での使用を前提にシンプルに書き直しました。GreeseCGI.pmというCGIで必要な
機能を盛り込んだモジュールも付属しているので、CGIスクリプト自体は次のよ
うな数行だけで一通りのことができます。

use GreeseCGI;
GreeseCGI::main(
	db => 'DBI:SQLite:dbname=bbsdb',
	templatedir => 'bbs.template',
	charset => 'Shift_JIS',
);

 サンプルとして簡易な掲示板CGIを添付しています。

中島 靖




More information about the Kansai-pm mailing list