PKWK_READONLY ― 2011/07/31 14:57
pukiwkiで編集できる人を制限したいので色々調べてみました。
PHPの機能を使って出来るようですが、このときは mod_php を使用しなければならず、sakuraのCGI版だと無理のようです。
http://pukiwiki.sourceforge.jp/?cmd=read&page=PukiWiki%2FInstall%2F%E3%83%A6%E3%83%BC%E3%82%B6%E8%AA%8D%E8%A8%BC&word=%E8%AA%8D%E8%A8%BC
http://www.bnote.net/linux/pukiwiki_auth.shtml
mod_php に対応しているレンタルサーバーもありますが、sakuraと同等な所はないようです。
http://www.shiftweb.net/support/modphp/
http://www.shiftweb.net/services/pay/
pukiwiki.ini.php ファイルの設定を以下のように変える方法もあるようです。
define('PKWK_READONLY', 1);
http://pukiwiki.sourceforge.jp/dev/?BugTrack%2F744
この「PKWK_READONLY」と「凍結」を使いこなせば目的が達成できそうです。mod_php版のレンタルサーバーは今後の課題とします。
PHPの機能を使って出来るようですが、このときは mod_php を使用しなければならず、sakuraのCGI版だと無理のようです。
http://pukiwiki.sourceforge.jp/?cmd=read&page=PukiWiki%2FInstall%2F%E3%83%A6%E3%83%BC%E3%82%B6%E8%AA%8D%E8%A8%BC&word=%E8%AA%8D%E8%A8%BC
http://www.bnote.net/linux/pukiwiki_auth.shtml
mod_php に対応しているレンタルサーバーもありますが、sakuraと同等な所はないようです。
http://www.shiftweb.net/support/modphp/
http://www.shiftweb.net/services/pay/
pukiwiki.ini.php ファイルの設定を以下のように変える方法もあるようです。
define('PKWK_READONLY', 1);
http://pukiwiki.sourceforge.jp/dev/?BugTrack%2F744
この「PKWK_READONLY」と「凍結」を使いこなせば目的が達成できそうです。mod_php版のレンタルサーバーは今後の課題とします。
PukiWiki 1.5系 ― 2011/07/31 16:09
PukiWkiの最新版は1.4.7で2006/10/21に公開で、しばらく更新されていません。
1.5系のお話は聞こえてきませんが、1.4系は「XHTML 1.1」、1.3系は「HTML 4.01 transitional」ということなので、1.5系は「HTML 5.0」とかになるのでしょうか?
http://pukiwiki.sourceforge.jp/?PukiWiki%2FDownload
最新版が公開されかなり経っているので、今後も開発は続くのでしょうか? ちょっと心配です。
1.5系のお話は聞こえてきませんが、1.4系は「XHTML 1.1」、1.3系は「HTML 4.01 transitional」ということなので、1.5系は「HTML 5.0」とかになるのでしょうか?
http://pukiwiki.sourceforge.jp/?PukiWiki%2FDownload
最新版が公開されかなり経っているので、今後も開発は続くのでしょうか? ちょっと心配です。
xrea ― 2011/07/31 20:04
sakuraのコマンドライン ― 2011/07/31 20:09
xreaで使えると言われるコマンドがsakuraで使えるか調べてみました。大体同じコマンドが使えるように思えます。使えるコマンドもあえて公開していないのでしょうか。大きな差はPHPでmod_phpとCGIが使えるか否かでしょうか。
%cc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
%ruby -v
ruby 1.8.7 (2009-12-24 patchlevel 248) [i386-freebsd7]
%php -v
PHP 5.2.17 (cli) (built: Jan 10 2011 17:28:36)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
%perl -v
This is perl, v5.8.9 built for i386-freebsd-64int
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2008, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
%cc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
%ruby -v
ruby 1.8.7 (2009-12-24 patchlevel 248) [i386-freebsd7]
%php -v
PHP 5.2.17 (cli) (built: Jan 10 2011 17:28:36)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
%perl -v
This is perl, v5.8.9 built for i386-freebsd-64int
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2008, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
最近のコメント