XiuMai - Website construction tool
If you use XiuMai as CGI:
use XiuMai;
$ENV{XIUMAI_HOME} = '/path/of/datafiles';
XiuMai::handler;
or mod_perl2:
<IfModule perl_module>
<Location /xiumai>
SetHandler perl-script
PerlHandler XiuMai
PerlSetEnv XIUMAI_HOME /path/of/datafiles
</Location>
</IfModule>
XiuMai is website construction tool. It works on perl 5.8.1 or later.
But now, I'm trying refactoring. This release (on github) doesn't work yet!
Directory of authentication and contents repository.
If you want to run 2 or more XiuMai, and must share authentication, set authentication repository to XIUMAI_HOME, and set contents repository to XIUMAI_DATA.
Copyright (C) Satoshi Kobayashi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
http://www.yk.rim.or.jp/~koba/xiumai/
Satoshi Kobayashi koba@yk.rim.or.jp