OSDN Git Service

PukiWiki/1.4/Manual/Plugin/O-R: Correct paint, poular (by Nibun-no-ni)
[pukiwiki/pukiwiki.git] / pukiwiki.ini.php
index 0685d8d..3253cbf 100644 (file)
@@ -1,10 +1,17 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone
-// $Id: pukiwiki.ini.php,v 1.105 2005/01/16 03:00:53 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.107 2005/01/23 03:33:38 henoheno Exp $
 //
 // PukiWiki setting file
 
-// PKWK_OPTIMISE
+/////////////////////////////////////////////////
+// Functionality settings
+
+// PKWK_READONLY - Prohibit editing (Not work yet)
+if (! defined('PKWK_READONLY'))
+       define('PKWK_READONLY', 0); // 0 or 1
+
+// PKWK_OPTIMISE - Ignore verbose but understandable checking and warning
 //   If you end testing this PukiWiki, set '1'.
 //   If you feel in trouble about this PukiWiki, set '0'.
 if (! defined('PKWK_OPTIMISE'))
@@ -453,7 +460,7 @@ $agents = array(
 
        // Planetweb http://www.planetweb.com/
        // Sample: "Mozilla/3.0 (Planetweb/v1.07 Build 141; SPS JP)" ("EGBROWSER", Web browser for PlayStation 2)
-       array('pattern'=>'#\b(Planet[Ww]eb)/[a-z]?([0-9\.]+)#', 'profile'=>'keitai'),
+       array('pattern'=>'#\b(Planetweb)/v([0-9\.]+)#', 'profile'=>'keitai'),
 
        // DreamPassport, Web browser for SEGA DreamCast
        // Sample: "Mozilla/3.0 (DreamPassport/3.0)"