forked from miko2u/pukiwiki-plus-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.ini.php
238 lines (205 loc) · 10.5 KB
/
default.ini.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?php
// PukiWiki Plus! - Yet another WikiWikiWeb clone.
// $Id: default.ini.php,v 1.25.13 2009/12/27 15:38:00 upk Exp $
// Copyright (C)
// 2005-2006,2009 PukiWiki Plus! Team
// 2003-2005 PukiWiki Developers Team
// 2001-2002 Originally written by yu-ji
// License: GPL v2 or (at your option) any later version
//
// PukiWiki setting file (user agent:default)
//@include(add_homedir('default.usr.ini.php'));
/////////////////////////////////////////////////
// Skin file
// if (isset($_COOKIE['tdiary_theme'])) {
// defined('TDIARY_THEME') or define('TDIARY_THEME', $_COOKIE['tdiary_theme']);
// }
//
// if (defined('TDIARY_THEME')) {
// defined('SKIN_FILE_DEFAULT') or define('SKIN_FILE_DEFAULT', add_skindir('tdiary'));
// } else {
// if (defined('PLUS_THEME')) {
// defined('SKIN_FILE_DEFAULT') or define('SKIN_FILE_DEFAULT', add_skindir(PLUS_THEME));
// } else {
// defined('SKIN_FILE_DEFAULT') or define('SKIN_FILE_DEFAULT', add_skindir('default'));
// }
// }
// $skin_file = (isset($_COOKIE['skin_file'])) ? $_COOKIE['skin_file'] : SKIN_FILE_DEFAULT;
define('SKIN_FILE_DEFAULT', SKIN_DIR . 'default.skin.php');
$skin_file = SKIN_FILE_DEFAULT;
/////////////////////////////////////////////////
// メニューバー/サイドバーを常に表示する(1:する 0:しない)
$always_menu_displayed = 0;
/////////////////////////////////////////////////
// 雛形とするページの読み込みを可能にする(1:する 0:しない)
$load_template_func = 0;
/////////////////////////////////////////////////
// 元ページのリンクを自動的に先頭につける(1:つける 0:つけない)
$load_refer_related = 0;
/////////////////////////////////////////////////
// 検索文字列を色分けする(1:する 0:しない)
$search_word_color = 1;
/////////////////////////////////////////////////
// 一覧ページに頭文字インデックスをつける(1:つける 0:つけない)
$list_index = 0;
/////////////////////////////////////////////////
// 特殊シンボル
$_symbol_paraedit = ''; //'<img src="'. IMAGE_URI.'plus/paraedit.png" width="9" height="9" alt="Edit" title="Edit" />';
$_symbol_paraguiedit = ''; //'<img src="'. IMAGE_URI.'plus/paraguiedit.png" width="9" height="10" alt="Edit(GUI)" title="Edit(GUI)" />';
$_symbol_extanchor = ''; //'<img src="'.IMAGE_URI.'plus/ext.png" alt="" title="" class="ext" onclick="return open_uri(\'$1\', \'$2\');" />';
$_symbol_innanchor = ''; //'<img src="'.IMAGE_URI.'plus/inn.png" alt="" title="" class="inn" onclick="return open_uri(\'$1\', \'$2\');" />';
/////////////////////////////////////////////////
// 先頭・最後へジャンプ
$_msg_content_back_to_top = '';
//$_msg_content_back_to_top = '<div class="jumpmenu"><a href="#header">▲</a> <a href="#footer">▼</a></div>';
/////////////////////////////////////////////////
// リスト構造の左マージン
$_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)
//$_list_pad_str = ' class="list%d" style="padding-left:%dpx;margin-left:%dpx"';
$_list_pad_str = ' class="list%d"';
/////////////////////////////////////////////////
// テキストエリアのカラム数
$cols = 80;
/////////////////////////////////////////////////
// テキストエリアの行数
$rows = 20;
/////////////////////////////////////////////////
// 大・小見出しから目次へ戻るリンクの文字
$top = $_msg_content_back_to_top;
/////////////////////////////////////////////////
// 添付ファイルの一覧を常に表示する (負担がかかります)
$attach_link = 0;
/////////////////////////////////////////////////
// 関連するページのリンク一覧を常に表示する(負担がかかります)
$related_link = 0;
// リンク一覧の区切り文字
$related_str = "\n ";
// (#relatedプラグインが表示する) リンク一覧の区切り文字
$rule_related_str = "</li>\n<li>";
/////////////////////////////////////////////////
// 水平線のタグ
$hr = '<hr />';
/////////////////////////////////////////////////
// 脚注機能関連
// 脚注のアンカーに埋め込む本文の最大長
define('PKWK_FOOTNOTE_TITLE_MAX', 16); // Characters
// 脚注のアンカーを相対パスで表示する (0 = 絶対パス)
// * 相対パスの場合、以前のバージョンのOperaで問題になることがあります
// * 絶対パスの場合、calendar_viewerなどで問題になることがあります
// (詳しくは: BugTrack/698)
define('PKWK_ALLOW_RELATIVE_FOOTNOTE_ANCHOR', 1);
// 文末の脚注の直前に表示するタグ
$note_hr = '<hr class="note_hr" />';
/////////////////////////////////////////////////
// WikiName,BracketNameに経過時間を付加する
$show_passage = 0;
/////////////////////////////////////////////////
// リンク表示をコンパクトにする
// * ページに対するハイパーリンクからタイトルを外す
// * Dangling linkのCSSを外す
$link_compact = 0;
/////////////////////////////////////////////////
// フェイスマークを使用する
$usefacemark = 0;
/////////////////////////////////////////////////
// ユーザ定義ルール
//
// 正規表現で記述してください。?(){}-*./+\$^|など
// は \? のようにクォートしてください。
// 前後に必ず / を含めてください。行頭指定は ^ を頭に。
// 行末指定は $ を後ろに。
//
/////////////////////////////////////////////////
// ユーザ定義ルール(コンバート時に置換)
$line_rules = array(
'COLOR\(([^\(\)]*)\){([^}]*)}' => '<span style="color:$1">$2</span>',
'SIZE\(([^\(\)]*)\){([^}]*)}' => '<span style="font-size:$1px">$2</span>',
'COLOR\(([^\(\)]*)\):((?:(?!COLOR\([^\)]+\)\:).)*)' => '<span style="color:$1">$2</span>',
'SIZE\(([^\(\)]*)\):((?:(?!SIZE\([^\)]+\)\:).)*)' => '<span class="size$1">$2</span>',
'SUP{([^}]*)}' => '<span style="font-size:60%;vertical-align:super;">$1</span>',
'SUB{([^}]*)}' => '<span style="font-size:60%;vertical-align:sub;">$1</span>',
'KBD{([^}]*)}' => '<kbd>$1</kbd>',
'%%%(?!%)((?:(?!%%%).)*)%%%' => '<ins>$1</ins>',
'%%(?!%)((?:(?!%%).)*)%%' => '<del>$1</del>',
"'''(?!')((?:(?!''').)*)'''" => '<em>$1</em>',
"''(?!')((?:(?!'').)*)''" => '<strong>$1</strong>',
"`(?!`)((?:(?!`).)*)`" => '<code translate="no">$1</code>',
);
/////////////////////////////////////////////////
// フェイスマーク定義ルール(コンバート時に置換)
// $usefacemark = 1ならフェイスマークが置換されます
// 文章内にXDなどが入った場合にfacemarkに置換されてしまうので
// 必要のない方は $usefacemarkを0にしてください。
$facemark_rules = array(
// Face marks
'\s(\:\))' => ' <img alt="$1" src="' . IMAGE_URI . 'face/smile.png" />',
'\s(\:D)' => ' <img alt="$1" src="' . IMAGE_URI . 'face/bigsmile.png" />',
'\s(\:p)' => ' <img alt="$1" src="' . IMAGE_URI . 'face/huh.png" />',
'\s(\:d)' => ' <img alt="$1" src="' . IMAGE_URI . 'face/huh.png" />',
'\s(XD)' => ' <img alt="$1" src="' . IMAGE_URI . 'face/oh.png" />',
'\s(X\()' => ' <img alt="$1" src="' . IMAGE_URI . 'face/oh.png" />',
'\s(;\))' => ' <img alt="$1" src="' . IMAGE_URI . 'face/wink.png" />',
'\s(;\()' => ' <img alt="$1" src="' . IMAGE_URI . 'face/sad.png" />',
'\s(\:\()' => ' <img alt="$1" src="' . IMAGE_URI . 'face/sad.png" />',
'&(smile);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/smile.png" />',
'&(bigsmile);'=>' <img alt="[$1]" src="' . IMAGE_URI . 'face/bigsmile.png" />',
'&(huh);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/huh.png" />',
'&(oh);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/oh.png" />',
'&(wink);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/wink.png" />',
'&(sad);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/sad.png" />',
'&(heart);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/heart.png" />',
'&(worried);'=>' <img alt="[$1]" src="' . IMAGE_URI . 'face/worried.png" />',
'&(sweat);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/worried.png" />',
'&(tear);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/tear.png" />',
'&(umm);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/umm.png" />',
'&(star);' => ' <img alt="[$1]" src="' . IMAGE_URI . 'face/star.gif" />',
// Face marks, Japanese style
'\((\^\^\))' => ' <img alt="($1" src="' . IMAGE_URI . 'face/smile.png" />',
'\((\^-\^)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/bigsmile.png" />',
'\((\^Q\^)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/huh.png" />',
'\((\.\.;)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/oh.png" />',
'\((\^_-)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/wink.png" />',
'\((\^_-\))' => ' <img alt="($1" src="' . IMAGE_URI . 'face/wink.png" />',
'\((--;)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/sad.png" />',
'\((\^\^;)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/worried.png" />',
'\((\^\^;\))' => ' <img alt="($1" src="' . IMAGE_URI . 'face/worried.png" />', // Plus! not patched BugTrack2/144
'\((\T-T)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/tear.png" />',
'\((\T-T\))' => ' <img alt="($1" src="' . IMAGE_URI . 'face/tear.png" />',
'\((\;_;)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/tear.png" />',
'\((\;_;\))' => ' <img alt="($1" src="' . IMAGE_URI . 'face/tear.png" />',
'\((__;)' => ' <img alt="($1" src="' . IMAGE_URI . 'face/umm.png" />',
// Push buttons, 0-9 and sharp (Compatibility with cell phones)
'&(pb1);' => '[1]',
'&(pb2);' => '[2]',
'&(pb3);' => '[3]',
'&(pb4);' => '[4]',
'&(pb5);' => '[5]',
'&(pb6);' => '[6]',
'&(pb7);' => '[7]',
'&(pb8);' => '[8]',
'&(pb9);' => '[9]',
'&(pb0);' => '[0]',
'&(pb#);' => '[#]',
// Other icons (Compatibility with cell phones)
'&(zzz);' => '[zzz]',
'&(man);' => '[man]',
'&(clock);' => '[clock]',
'&(mail);' => '[mail]',
'&(mailto);'=> '[mailto]',
'&(phone);' => '[phone]',
'&(phoneto);'=>'[phoneto]',
'&(faxto);' => '[faxto]',
);
/////////////////////////////////////////////////
// クッキーを使用できないアドレス
// (通常、デスクトップでは存在しない)
$use_trans_sid_address = array(
);
/////////////////////////////////////////////////
//@include(add_homedir('default.usr.ini.php'));
?>