OSDN Git Service

BugTrack/2433 search2 plugin: Show search progress
[pukiwiki/pukiwiki.git] / keitai.ini.php
index 7455e4f..cf45597 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: keitai.ini.php,v 1.25 2005/12/10 07:57:30 henoheno Exp $
-// Copyright (C)
-//   2002-2005 PukiWiki Developers Team
+// keitai.ini.php
+// Copyright
+//   2002-2017 PukiWiki Development Team
 //   2001-2002 Originally written by yu-ji
 // License: GPL v2 or (at your option) any later version
 //
@@ -30,13 +30,15 @@ $search_word_color = 0;
 $list_index = 0;
 
 /////////////////////////////////////////////////
-// リスト構造の左マージン
-$_ul_left_margin =  0; // リストと画面左端との間隔(px)
-$_ul_margin      = 16; // リストの階層間の間隔(px)
-$_ol_left_margin =  0; // リストと画面左端との間隔(px)
-$_ol_margin      = 16; // リストの階層間の間隔(px)
-$_dl_left_margin =  0; // リストと画面左端との間隔(px)
-$_dl_margin      = 16; // リストの階層間の間隔(px)
+// Obsolete: リスト構造の左マージン (Leaves for compatibility of plugins)
+// Use list-indent1 CSS class instead
+$_ul_left_margin =  0; // Must be 0 (Plugin backward compatibility)
+$_ul_margin      = 1;  // Must be 1 (Plugin backward compatibility)
+$_ol_left_margin =  0; // Must be 0
+$_ol_margin      = 1;  // Must be 1
+$_dl_left_margin =  0; // Must be 0
+$_dl_margin      = 1;  // Must be 1
+// Use pkwk_list_attrs_template() instead
 $_list_pad_str   = '';
 
 /////////////////////////////////////////////////
@@ -98,12 +100,6 @@ $usefacemark = 1;
 $accesskey = 'accesskey';
 
 /////////////////////////////////////////////////
-// $scriptを短縮
-if (preg_match('#([^/]+)$#', $script, $matches)) {
-       $script = $matches[1];
-}
-
-/////////////////////////////////////////////////
 // ブラウザ調整前のデフォルト値
 
 // max_size (SKINで使用)
@@ -383,5 +379,3 @@ switch ($ua_name) {
 }
 
 unset($matches, $ua_name, $ua_vers, $ua_agent, $special_rules);
-
-?>