OSDN Git Service

InterWikiName: Correct Google.jp => Google, Yahoo.jp => Yahoo
[pukiwiki/pukiwiki.git] / pukiwiki.ini.php
1 <?php
2 // PukiWiki - Yet another WikiWikiWeb clone
3 // $Id: pukiwiki.ini.php,v 1.107 2005/01/23 03:33:38 henoheno Exp $
4 //
5 // PukiWiki setting file
6
7 /////////////////////////////////////////////////
8 // Functionality settings
9
10 // PKWK_READONLY - Prohibit editing (Not work yet)
11 if (! defined('PKWK_READONLY'))
12         define('PKWK_READONLY', 0); // 0 or 1
13
14 // PKWK_OPTIMISE - Ignore verbose but understandable checking and warning
15 //   If you end testing this PukiWiki, set '1'.
16 //   If you feel in trouble about this PukiWiki, set '0'.
17 if (! defined('PKWK_OPTIMISE'))
18         define('PKWK_OPTIMISE', 0); // 0 or 1
19
20 /////////////////////////////////////////////////
21 // Security settings
22
23 // PKWK_SAFE_MODE - prohibits some unsafe(but compatible) functions 
24 if (! defined('PKWK_SAFE_MODE'))
25         define('PKWK_SAFE_MODE', 0); // 0 or 1
26
27 // PKWK_QUERY_STRING_MAX
28 //   Max length of GET method, prohibits some worm attack ASAP
29 //   NOTE: Keep (page-name + attach-file-name) <= PKWK_QUERY_STRING_MAX
30 define('PKWK_QUERY_STRING_MAX', 640);
31
32 /////////////////////////////////////////////////
33 // Language / Encoding settings
34
35 // LANG - Internal content encoding ('en', 'ja', or ...)
36 define('LANG', 'ja');
37
38 // UI_LANG - Content Language for buttons, menus,  etc
39 define('UI_LANG', LANG); // 'en' for Internationalized wikisite
40
41 /////////////////////////////////////////////////
42 // Directory settings I (ended with '/', permission '777')
43
44 // You may hide these directories (from web browsers)
45 // by setting DATA_HOME at index.php.
46
47 define('DATA_DIR',      DATA_HOME . 'wiki/'     ); // Latest wiki texts
48 define('DIFF_DIR',      DATA_HOME . 'diff/'     ); // Latest diffs
49 define('BACKUP_DIR',    DATA_HOME . 'backup/'   ); // Backups
50 define('CACHE_DIR',     DATA_HOME . 'cache/'    ); // Some sort of caches
51 define('UPLOAD_DIR',    DATA_HOME . 'attach/'   ); // Attached files and logs
52 define('COUNTER_DIR',   DATA_HOME . 'counter/'  ); // Counter plugin's counts
53 define('TRACKBACK_DIR', DATA_HOME . 'trackback/'); // TrackBack logs
54 define('PLUGIN_DIR',    DATA_HOME . 'plugin/'   ); // Plugin directory
55
56 /////////////////////////////////////////////////
57 // Directory settings II (ended with '/')
58
59 // Skins / Stylesheets
60 define('SKIN_DIR', 'skin/');
61 // Skin files (SKIN_DIR/*.skin.php) are needed at
62 // ./DATAHOME/SKIN_DIR from index.php, but
63 // CSSs(*.css) and JavaScripts(*.js) are needed at
64 // ./SKIN_DIR from index.php.
65
66 // Static image files
67 define('IMAGE_DIR', 'image/');
68 // Keep this directory shown via web browsers like
69 // ./IMAGE_DIR from index.php.
70
71 /////////////////////////////////////////////////
72 // Local time setting
73
74 switch (LANG) { // or specifiy one
75 case 'ja':
76         define('ZONE', 'JST');
77         define('ZONETIME', 9 * 3600); // JST = GMT + 9
78         break;
79 default  :
80         define('ZONE', 'GMT');
81         define('ZONETIME', 0);
82         break;
83 }
84
85 /////////////////////////////////////////////////
86 // Title of your Wikisite (Define this)
87 // and also RSS feed's channel name
88 $page_title = 'PukiWiki';
89
90 // ¥¹¥¯¥ê¥×¥È̾¤ÎÀßÄê
91 // ¤È¤¯¤ËÀßÄꤷ¤Ê¤¯¤Æ¤âÌäÂê¤Ê¤·
92 //$script = 'http://example.com/pukiwiki/';
93
94 // $script ¤«¤é¥Õ¥¡¥¤¥ë̾¤ò¥«¥Ã¥È¤¹¤ë (URL¤òû¤¯¤¹¤ë)
95 // Web¥µ¡¼¥Ð¡¼Â¦¤ÎÀßÄê¤Ç¡¢¥Ç¥£¥ì¥¯¥È¥ê¤ò»ØÄꤷ¤¿¤È¤­¤Ë
96 // É½¼¨¤¹¤ë¥Ç¥Õ¥©¥ë¥È¤Î¥Õ¥¡¥¤¥ë̾¤Î¸õÊä¤Ë¤³¤³¤Ç»ØÄꤹ¤ë
97 // ¥Õ¥¡¥¤¥ë̾¤¬´Þ¤Þ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹
98 //$script_directory_index = 'index.php';
99
100 // ÊÔ½¸¼Ô¤Î̾Á°(½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤)
101 $modifier = 'anonymous';
102
103 // ÊÔ½¸¼Ô¤Î¥Û¡¼¥à¥Ú¡¼¥¸(½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤)
104 $modifierlink = 'http://pukiwiki.example.com/';
105
106 // ¥Ç¥Õ¥©¥ë¥È¤Î¥Ú¡¼¥¸Ì¾
107 $defaultpage  = 'FrontPage';    // ¥È¥Ã¥×¥Ú¡¼¥¸ (¥Ú¡¼¥¸¤ò»ØÄꤷ¤Ê¤¤¤È¤­)
108 $whatsnew     = 'RecentChanges';        // ¹¹¿·ÍúÎò
109 $whatsdeleted = 'RecentDeleted';        // ºï½üÍúÎò
110 $interwiki    = 'InterWikiName';        // InterWikiName ¤Î°ìÍ÷¤ò½ñ¤¯¥Ú¡¼¥¸
111 $menubar      = 'MenuBar';      // ¥á¥Ë¥å¡¼¤È¤·¤Æɽ¼¨¤µ¤»¤ëÆâÍƤò½ñ¤¯¥Ú¡¼¥¸
112
113 /////////////////////////////////////////////////
114 // Default Document Type Definition
115 // Web¥Ö¥é¥¦¥¶¤Î¥Ð¥°¤ä¡¢Java applet ¤Ê¤É¤¬Strict¤Ç¤Ê¤¤ÃͤòÍ׵᤹¤ë¤³¤È¤¬¤¢¤ë
116 // paint¥×¥é¥°¥¤¥ó¤Ï¼«Æ°Åª¤Ëtransitional¤Ë¤¹¤ë
117 //$pkwk_dtd = PKWK_DTD_XHTML_1_1; // Default
118 //$pkwk_dtd = PKWK_DTD_XHTML_1_0_STRICT;
119 //$pkwk_dtd = PKWK_DTD_XHTML_1_0_TRANSITIONAL;
120 //$pkwk_dtd = PKWK_DTD_HTML_4_01_STRICT;
121 //$pkwk_dtd = PKWK_DTD_HTML_4_01_TRANSITIONAL;
122
123 /////////////////////////////////////////////////
124
125 // Allow using JavaScript
126 //   JavaScript¤ò»ÈÍѤ¹¤ë¥×¥é¥°¥¤¥ó¤Ê¤É¤Î
127 //   µ¡Ç½¤òÍÞÀ©¤·¤Þ¤¹
128 define('PKWK_ALLOW_JAVASCRIPT', 0);     // 0 or 1
129
130 /////////////////////////////////////////////////
131 // TrackBackµ¡Ç½¤ò»ÈÍѤ¹¤ë
132 $trackback = 0;
133
134 // Show trackbacks with an another window
135 $trackback_javascript = 0;
136
137 /////////////////////////////////////////////////
138 // Refererµ¡Ç½¤ò»ÈÍѤ¹¤ë
139 $referer = 0;
140
141 /////////////////////////////////////////////////
142 // WikiName¤ò *̵¸ú¤Ë* ¤¹¤ë
143 $nowikiname = 0;
144
145 /////////////////////////////////////////////////
146 // AutoLink¤òÍ­¸ú¤Ë¤¹¤ë¾ì¹ç¤Ï¡¢AutoLinkÂоݤȤʤë
147 // ¥Ú¡¼¥¸Ì¾¤ÎºÇû¥Ð¥¤¥È¿ô¤ò»ØÄê
148 // AutoLink¤ò̵¸ú¤Ë¤¹¤ë¾ì¹ç¤Ï0
149 $autolink = 8;
150
151 /////////////////////////////////////////////////
152 // Åà·ëµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë
153 $function_freeze = 1;
154
155 /////////////////////////////////////////////////
156 // ´ÉÍý¼Ô¥Ñ¥¹¥ï¡¼¥É
157
158 // °Ê²¼¤Ï md5('pass') ¤Î½ÐÎÏ·ë²Ì¤Ç¤¹
159 $adminpass = '1a1dc91c907325c69271ddf0c944bc72';
160
161 // = Ãí°Õ =
162 //
163 // ¥Ñ¥¹¥ï¡¼¥É¤òÀßÄꤹ¤ëÊýË¡¤È¤·¤Æ¡¢md5()´Ø¿ô¤ò»È¤¦ÊýË¡¤È¡¢
164 // md5()´Ø¿ô¤Î·ë²Ì¤òÊÌÅÓ»»½Ð¤·¤Æ»È¤¦ÊýË¡¤¬¤¢¤ê¤Þ¤¹¡£
165 // ¤¢¤Ê¤¿¤¬¥³¥ó¥Ô¥å¡¼¥¿¤ÎÁàºî¤Ë½¼Ê¬´·¤ì¤Æ¤¤¤ë¤Î¤Ç¤¢¤ì¤Ð¡¢
166 // ¸å¼Ô¤ò¤ª´«¤á¤·¤Þ¤¹¡£
167 //
168 // Î㤨¤Ð¥Ñ¥¹¥ï¡¼¥É¤ò¡Öpass¡×¤È¤·¤¿¤¤¾ì¹ç¡¢°Ê²¼¤ÎÍͤ˵­½Ò¤¹¤ë
169 // ¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
170 //
171 // $adminpass = md5('pass');    // md5() ´Ø¿ô¤ò»È¤¦ÊýË¡
172 //
173 // ¤¿¤À¤·¡¢¤³¤ÎÊýË¡¤Ç¤Ï¡¢¤³¤Î¥Õ¥¡¥¤¥ë¤òÇÁ¤­¸«¤ë¤³¤È¤¬¤Ç¤­¤ë
174 // (¤Ç¤­¤¿) Ã¯¤«¤Ë¡¢¥Ñ¥¹¥ï¡¼¥É¤½¤Î¤â¤Î¤òÃΤé¤ì¤ë¹â¤¤´í¸±À­¤¬
175 // ¤¢¤ê¤Þ¤¹¡£¤³¤Î´í¸±À­¤ò²¼¤²¤ë¤¿¤á¤Ë¡¢md5()´Ø¿ô¤Î·ë²Ì¤À¤±¤ò
176 // µ­½Ò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
177 //
178 // md5()´Ø¿ô¤Î·ë²Ì(MD5¥Ï¥Ã¥·¥å)¤Ï0¤«¤é9¤Î¿ô»ú¤È¡¢A¤«¤éF¤Þ¤Ç
179 // ¤Î±Ñ»ú¤«¤é¤Ê¤ë32ʸ»ú¤Îʸ»úÎó¤Ç¡¢¤³¤Î¾ðÊó¤À¤±¤Ç¤Ï¸µ¤Îʸ»úÎó¤ò
180 // ¿ä¬¤¹¤ë¤³¤È¤Ïº¤Æñ¤Ç¤¹¡£
181 //
182 // MD5¥Ï¥Ã¥·¥å¤Ï¡¢Linux¤äcygwin¤Ç¤¢¤ì¤Ð
183 //
184 //    $ echo -n 'pass' | md5sum
185 //
186 // ¤ÎÍͤˤ·¤Æ·×»»¤µ¤»¤ë»ö¤¬¤Ç¤­¤Þ¤¹¡£('-n' ¥ª¥×¥·¥ç¥ó¤ò˺¤ì¤º¤Ë!)
187 // FreeBSD¤Ê¤É¤Ç¤Ï md5sum ¤ÎÂå¤ï¤ê¤Ë md5 ¥³¥Þ¥ó¥É¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£
188 //
189 // ¤ª´«¤á¤Ç¤­¤Þ¤»¤ó¤¬¡¢PukiWiki¤Îmd5¥×¥é¥°¥¤¥ó¤Ç¤â»»½Ð¤¬²Äǽ¤Ç¤¹¡£
190 //
191 // http://<ÀßÃÖ¤·¤¿¾ì½ê>/index.php?plugin=md5
192 //
193 // ¤³¤ÎURL¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤È¡¢MD5¥Ï¥Ã¥·¥å¤ò»»½Ð¤¹¤ë¤¿¤á¤Î¥Õ¥©¡¼¥à¤¬
194 // É½¼¨¤µ¤ì¡¢¤½¤³¤Ë²¿¤é¤«¤Îʸ»úÎó¤òÆþÎϤ¹¤ë¤È¥Ï¥Ã¥·¥å¤¬É½¼¨¤µ¤ì¤Þ
195 // ¤¹¡£¤¿¤À¤·¤³¤Îµ¡Ç½¤ò»È¤Ã¤Æ¥Ñ¥¹¥ï¡¼¥É¤ò·è¤á¤ë¤È¤¤¤¦¤³¤È¤Ï¡¢¥Ñ¥¹
196 // ¥ï¡¼¥É(¤Î¸õÊä)¤ä¥Ï¥Ã¥·¥å¤ò¥Í¥Ã¥È¥ï¡¼¥¯¾å¤Ëή¤·¤Æ¤·¤Þ¤¦¤È¤¤¤¦
197 // ¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¤«¤é¡¢°­°Õ¤Î¤¢¤ë¼Ô¤Ë¤è¤ëÅðÄ°¤ÎÀ®¸ùΨ¤ò¹â¤á¤¿¤ê¡¢
198 // Èà¤é¤Ë¹¶·â¤Î¤¿¤á¤Î¥Ò¥ó¥È¤ò¤è¤ê¿¤¯Í¿¤¨¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£
199 // ¥Ñ¥¹¥ï¡¼¥É¤È¥Ï¥Ã¥·¥å¤ÎÁȤ߹ç¤ï¤»¤ò¼ê¤ËÆþ¤ì¤¿¼Ô¤Ë¤È¤Ã¤Æ¤Ï¡¢
200 // "$adminpass ¤Ë¥Ï¥Ã¥·¥å¤À¤±½ñ¤¯" ¤È¤¤¤¦Âбþ¤â°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó¡£
201
202 /////////////////////////////////////////////////
203 // ChaSen, KAKASI ¤Ë¤è¤ë¡¢¥Ú¡¼¥¸Ì¾¤ÎÆɤߤμèÆÀ (0:̵¸ú,1:Í­¸ú)
204 $pagereading_enable = 0;
205
206 // ChaSen('chasen') or KAKASI('kakasi') or None('none')
207 $pagereading_kanji2kana_converter = 'none';
208
209 // ChaSen/KAKASI ¤È¤Î¼õ¤±ÅϤ·¤Ë»È¤¦´Á»ú¥³¡¼¥É (UNIX·Ï¤Ï EUC¡¢Win·Ï¤Ï SJIS ¤¬´ðËÜ)
210 $pagereading_kanji2kana_encoding = 'EUC';
211 //$pagereading_kanji2kana_encoding = 'SJIS';
212
213 // ChaSen/KAKASI ¤Î¼Â¹Ô¥Õ¥¡¥¤¥ë (³Æ¼«¤Î´Ä¶­¤Ë¹ç¤ï¤»¤ÆÀßÄê)
214 $pagereading_chasen_path = '/usr/local/bin/chasen';
215 //$pagereading_chasen_path = 'c:\progra~1\chasen21\chasen.exe';
216
217 $pagereading_kakasi_path = '/usr/local/bin/kakasi';
218 //$pagereading_kakasi_path = 'c:\kakasi\bin\kakasi.exe';
219
220 // ¥Ú¡¼¥¸Ì¾Æɤߤò³ÊǼ¤·¤¿¥Ú¡¼¥¸¤Î̾Á°
221 $pagereading_config_page = ':config/PageReading';
222
223 // converter ='none' ¤Î¾ì¹ç¤ÎÆɤ߲¾Ì¾¼­½ñ
224 $pagereading_config_dict = ':config/PageReading/dict';
225
226 /////////////////////////////////////////////////
227 // ¥æ¡¼¥¶ÄêµÁ
228 $auth_users = array(
229         'foo'   => 'foo_passwd',
230         'bar'   => 'bar_passwd',
231         'hoge'  => 'hoge_passwd',
232 );
233
234 /////////////////////////////////////////////////
235 // Ç§¾ÚÊý¼°¼ïÊÌ
236 // 'pagename' : ¥Ú¡¼¥¸Ì¾
237 // 'contents' : ¥Ú¡¼¥¸ÆâÍÆ
238 $auth_method_type = 'contents';
239
240 /////////////////////////////////////////////////
241 // ±ÜÍ÷ǧ¾Ú¥Õ¥é¥° (0:ÉÔÍ× 1:ɬÍ×)
242 $read_auth = 0;
243
244 // ±ÜÍ÷ǧ¾ÚÂоݥѥ¿¡¼¥óÄêµÁ
245 $read_auth_pages = array(
246         '#¤Ò¤­¤³¤â¤ë¤Û¤²#'      => 'hoge',
247         '#(¥Í¥¿¥Ð¥ì|¤Í¤¿¤Ð¤ì)#' => 'foo,bar,hoge',
248 );
249
250 /////////////////////////////////////////////////
251 // ÊÔ½¸Ç§¾Ú¥Õ¥é¥° (0:ÉÔÍ× 1:ɬÍ×)
252 $edit_auth = 0;
253
254 // ÊÔ½¸Ç§¾ÚÂоݥѥ¿¡¼¥óÄêµÁ
255 $edit_auth_pages = array(
256         '#Bar¤Î¸ø³«Æüµ­#'       => 'bar',
257         '#¤Ò¤­¤³¤â¤ë¤Û¤²#'      => 'hoge',
258         '#(¥Í¥¿¥Ð¥ì|¤Í¤¿¤Ð¤ì)#' => 'foo',
259 );
260
261 /////////////////////////////////////////////////
262 // ¸¡º÷ǧ¾Ú¥Õ¥é¥°
263 // 0: ±ÜÍ÷¤¬µö²Ä¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ú¡¼¥¸ÆâÍƤ⸡º÷ÂоݤȤ¹¤ë
264 // 1: ¸¡º÷»þ¤Î¥í¥°¥¤¥ó¥æ¡¼¥¶¤Ëµö²Ä¤µ¤ì¤¿¥Ú¡¼¥¸¤Î¤ß¸¡º÷ÂоݤȤ¹¤ë
265 $search_auth = 0;
266
267 /////////////////////////////////////////////////
268 // $whatsnew: ¹¹¿·ÍúÎò¤òɽ¼¨¤¹¤ë¤È¤­¤ÎºÇÂç·ï¿ô
269 $maxshow = 60;
270
271 // $whatsdeleted: ºï½üÍúÎò¤ÎºÇÂç·ï¿ô(0¤Çµ­Ï¿¤·¤Ê¤¤)
272 $maxshow_deleted = 60;
273
274 /////////////////////////////////////////////////
275 // ÊÔ½¸¤¹¤ë¤³¤È¤Î¤Ç¤­¤Ê¤¤¥Ú¡¼¥¸¤Î̾Á° , ¤Ç¶èÀÚ¤ë
276 $cantedit = array( $whatsnew, $whatsdeleted );
277
278 /////////////////////////////////////////////////
279 // Last-Modified ¥Ø¥Ã¥À¤ò½ÐÎϤ¹¤ë
280 $lastmod = 0;
281
282 /////////////////////////////////////////////////
283 // ÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È
284 $date_format = 'Y-m-d';
285
286 // »þ¹ï¥Õ¥©¡¼¥Þ¥Ã¥È
287 $time_format = 'H:i:s';
288
289 /////////////////////////////////////////////////
290 // RSS ¤Ë½ÐÎϤ¹¤ë¥Ú¡¼¥¸¿ô
291 $rss_max = 15;
292
293 /////////////////////////////////////////////////
294 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¹Ô¤¦
295 $do_backup = 1;
296
297 // ¥Ú¡¼¥¸¤òºï½ü¤·¤¿ºÝ¤Ë¥Ð¥Ã¥¯¥¢¥Ã¥×¤â¤¹¤Ù¤Æºï½ü¤¹¤ë
298 $del_backup = 0;
299
300 // ¥Ð¥Ã¥¯¥¢¥Ã¥×´Ö³Ö¤ÈÀ¤Âå¿ô
301 $cycle  = 3;    // Ä¾Á°¤Î½¤Àµ¤«¤é²¿»þ´Ö·Ð²á¤·¤Æ¤¤¤¿¤é¥Ð¥Ã¥¯¥¢¥Ã¥×¤¹¤ë¤« (0¤Ç¹¹¿·Ëè)
302 $maxage = 120;  // À¤Âå¿ô
303
304 // NOTE: $cycle x $maxage / 24 = ¥Ç¡¼¥¿¤ò¼º¤¦¤¿¤á¤ËºÇÄã¸ÂɬÍפÊÆü¿ô
305 //          3   x   120   / 24 = 15
306
307 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ÎÀ¤Âå¤ò¶èÀÚ¤ëʸ»úÎó
308 define('PKWK_SPLITTER', '>>>>>>>>>>');
309
310 /////////////////////////////////////////////////
311 // ¥Ú¡¼¥¸¤Î¹¹¿·»þ¤Ë¥Ð¥Ã¥¯¥°¥é¥ó¥É¤Ç¼Â¹Ô¤¹¤ë¥³¥Þ¥ó¥É(mknmz¤Ê¤É)
312 $update_exec = '';
313 //$update_exec = '/usr/bin/mknmz --media-type=text/pukiwiki -O /var/lib/namazu/index/ -L ja -c -K /var/www/wiki/';
314
315 /////////////////////////////////////////////////
316 // HTTP¥ê¥¯¥¨¥¹¥È¤Ë¥×¥í¥­¥·¥µ¡¼¥Ð¤ò»ÈÍѤ¹¤ë
317 $use_proxy = 0;
318
319 $proxy_host = 'proxy.example.com'; // proxy¥µ¡¼¥Ð̾
320 $proxy_port = 8080; // ¥Ý¡¼¥ÈÈÖ¹æ
321
322 // Basicǧ¾Ú¤ò¹Ô¤¦
323 $need_proxy_auth = 0;
324 $proxy_auth_user = 'username';  // ¥æ¡¼¥¶¡¼Ì¾
325 $proxy_auth_pass = 'password';  // ¥Ñ¥¹¥ï¡¼¥É
326
327 // ¥×¥í¥­¥·¥µ¡¼¥Ð¤ò»ÈÍѤ·¤Ê¤¤¥Û¥¹¥È¤Î¥ê¥¹¥È
328 $no_proxy = array(
329         'localhost',    // localhost
330         '127.0.0.0/8',  // loopback
331 //      '10.0.0.0/8'    // private class A
332 //      '172.16.0.0/12' // private class B
333 //      '192.168.0.0/16'        // private class C
334 //      'no-proxy.com',
335 );
336
337 ////////////////////////////////////////////////
338 // ¥á¡¼¥ëÁ÷¿®
339
340 $notify = 0;    // (1:¥Ú¡¼¥¸¤Î¹¹¿·»þ¤Ë¥á¡¼¥ë¤òÁ÷¿®¤¹¤ë)
341 $notify_diff_only = 0;  // (1:º¹Ê¬¤À¤±¤òÁ÷¿®¤¹¤ë)
342
343 // SMTP¥µ¡¼¥Ð (Windows ¤Î¤ß, Ä̾ï¤Ï php.ini ¤Ç»ØÄê)
344 $smtp_server = 'localhost';
345
346 $notify_to   = 'to@example.com';        // To:¡Ê°¸Àè¡Ë
347 $notify_from = 'from@example.com';      // From:¡ÊÁ÷¤ê¼ç¡Ë
348
349 // Subject:¡Ê·ï̾¡Ë $page¤Ë¥Ú¡¼¥¸Ì¾¤¬Æþ¤ê¤Þ¤¹
350 $notify_subject = '[pukiwiki] $page';
351
352 // ¥á¡¼¥ë¥Ø¥Ã¥À
353 $notify_header = "From: $notify_from\r\n" .
354         'X-Mailer: PukiWiki/' .  S_VERSION . ' PHP/' . phpversion();
355
356 /////////////////////////////////////////////////
357 // ¥á¡¼¥ëÁ÷¿®: POP / APOP Before SMTP
358
359 // ¥á¡¼¥ëÁ÷¿®Á°¤ËPOP¤Þ¤¿¤ÏAPOP¤Ë¤è¤ëǧ¾Ú¤ò¹Ô¤¦
360 $smtp_auth = 0;
361
362 $pop_server = 'localhost';      // POP¥µ¡¼¥Ð
363 $pop_port   = 110;      // ¥Ý¡¼¥ÈÈÖ¹æ
364 $pop_userid = '';       // POP¥æ¡¼¥¶Ì¾
365 $pop_passwd = '';       // POP¥Ñ¥¹¥ï¡¼¥É
366
367 // Ç§¾Ú¤Ë APOP ¤òÍøÍѤ¹¤ë¤«¤É¤¦¤« (¢¨¥µ¡¼¥Ð¦¤ÎÂбþ¤¬É¬Í×)
368 //   Ì¤ÀßÄê = ¼«Æ° (²Äǽ¤Ç¤¢¤ì¤ÐAPOP¤ò»ÈÍѤ¹¤ë)
369 //   1 = APOP¸ÇÄê  (ɬ¤ºAPOP¤ò»ÈÍѤ¹¤ë)
370 //   0 = POP¸ÇÄê   (ɬ¤ºPOP¤ò»ÈÍѤ¹¤ë)
371 // $pop_auth_use_apop = 1;
372
373 /////////////////////////////////////////////////
374 // °ìÍ÷¡¦¹¹¿·°ìÍ÷¤Ë´Þ¤á¤Ê¤¤¥Ú¡¼¥¸Ì¾(Àµµ¬É½¸½¤Ç)
375 $non_list = '^\:';
376
377 // $non_list¤òʸ»úÎ󸡺÷¤ÎÂоݥڡ¼¥¸¤È¤¹¤ë¤«
378 // 0¤Ë¤¹¤ë¤È¡¢¾åµ­¥Ú¡¼¥¸Ì¾¤¬Ã±¸ì¸¡º÷¤«¤é¤â½ü³°¤µ¤ì¤Þ¤¹¡£
379 $search_non_list = 1;
380
381 /////////////////////////////////////////////////
382 // ¥Ú¡¼¥¸Ì¾¤Ë½¾¤Ã¤Æ¼«Æ°¤Ç¡¢¿÷·Á¤È¤¹¤ë¥Ú¡¼¥¸¤ÎÆɤ߹þ¤ß
383 $auto_template_func = 1;
384 $auto_template_rules = array(
385         '((.+)\/([^\/]+))' => '\2/template'
386 );
387
388 /////////////////////////////////////////////////
389 // ¸«½Ð¤·¹Ô¤Ë¸ÇÍ­¤Î¥¢¥ó¥«¡¼¤ò¼«Æ°ÁÞÆþ¤¹¤ë
390 $fixed_heading_anchor = 1;
391
392 /////////////////////////////////////////////////
393 // <pre>¤Î¹ÔƬ¥¹¥Ú¡¼¥¹¤ò¤Ò¤È¤Ä¼è¤ê½ü¤¯
394 $preformat_ltrim = 1;
395
396 /////////////////////////////////////////////////
397 // ²þ¹Ô¤òÈ¿±Ç¤¹¤ë(²þ¹Ô¤ò<br />¤ËÃÖ´¹¤¹¤ë)
398 $line_break = 0;
399
400 /////////////////////////////////////////////////
401 // ¥æ¡¼¥¶¡¼¥¨¡¼¥¸¥§¥ó¥ÈÂбþÀßÄê
402 //
403 // ¥ê¥Ã¥Á¥¯¥é¥¤¥¢¥ó¥È¤òÁ°Äó¤È¤·¤¿¥µ¥¤¥È¤ò¹½ÃÛ¤¹¤ë
404 // ¤¿¤á¤Ë¡¢·ÈÂÓÅÅÏäʤɤ˰տÞŪ¤ËÈóÂбþ¤È¤·¤¿¤¤¾ì¹ç¡¢
405 // ºÇ¸å¤Î¥Ç¥Õ¥©¥ë¥ÈÀßÄê°Ê³°¤Î¹Ô¤òÁ´¤Æºï½ü¤¢¤ë¤¤¤Ï
406 // ¥³¥á¥ó¥È¥¢¥¦¥È¤·¤Æ²¼¤µ¤¤¡£
407 //
408 // ¥Ç¥¶¥¤¥ó¤ä¥¹¥¿¥¤¥ë¤ò´ÊÁǤÊkeitai¥×¥í¥Õ¥¡¥¤¥ë¤Ë
409 // Åý°ì¤·¤¿¤¤»þ¤Ï¡¢¥Ç¥Õ¥©¥ë¥ÈÀßÄê°Ê³°¤Î¹Ô¤òÁ´¤Æºï½ü
410 // ¤¢¤ë¤¤¤Ï¥³¥á¥ó¥È¥¢¥¦¥È¤·¤¿¸å¤Ë¡¢¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ò
411 // 'profile'=>'keitai' ¤È½¤Àµ¤·¤Æ²¼¤µ¤¤¡£
412
413 $agents = array(
414 // pattern: A regular-expression that matches device(browser)'s name and version
415 // profile: A group of browsers
416
417     // Embedded browsers (Rich-clients for PukiWiki)
418
419         // Windows CE (Microsoft(R) Internet Explorer 5.5 for Windows(R) CE)
420         // Sample: "Mozilla/4.0 (compatible; MSIE 5.5; Windows CE; sigmarion3)" (sigmarion, Hand-held PC)
421         array('pattern'=>'#\b(?:MSIE [5-9]).*\b(Windows CE)\b#', 'profile'=>'default'),
422
423         // ACCESS "NetFront" / "Compact NetFront" and thier OEM, expects to be "Mozilla/4.0"
424         // Sample: "Mozilla/4.0 (PS2; PlayStation BB Navigator 1.0) NetFront/3.0" (PlayStation BB Navigator, for SONY PlayStation 2)
425         // Sample: "Mozilla/4.0 (PDA; PalmOS/sony/model crdb/Revision:1.1.19) NetFront/3.0" (SONY Clie series)
426         // Sample: "Mozilla/4.0 (PDA; SL-A300/1.0,Embedix/Qtopia/1.1.0) NetFront/3.0" (SHARP Zaurus)
427         array('pattern'=>'#^(?:Mozilla/4).*\b(NetFront)/([0-9\.]+)#',   'profile'=>'default'),
428
429     // Embedded browsers (Non-rich)
430
431         // Windows CE (the others)
432         // Sample: "Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320 )" (GFORT, NTT DoCoMo)
433         array('pattern'=>'#\b(Windows CE)\b#', 'profile'=>'keitai'),
434
435         // ACCESS "NetFront" / "Compact NetFront" and thier OEM
436         // Sample: "Mozilla/3.0 (AveFront/2.6)" ("SUNTAC OnlineStation", USB-Modem for PlayStation 2)
437         // Sample: "Mozilla/3.0(DDIPOCKET;JRC/AH-J3001V,AH-J3002V/1.0/0100/c50)CNF/2.0" (DDI Pocket: AirH" Phone by JRC)
438         array('pattern'=>'#\b(NetFront)/([0-9\.]+)#',   'profile'=>'keitai'),
439         array('pattern'=>'#\b(CNF)/([0-9\.]+)#',        'profile'=>'keitai'),
440         array('pattern'=>'#\b(AveFront)/([0-9\.]+)#',   'profile'=>'keitai'),
441         array('pattern'=>'#\b(AVE-Front)/([0-9\.]+)#',  'profile'=>'keitai'), // The same?
442
443         // NTT-DoCoMo, i-mode (embeded Compact NetFront) and FOMA (embedded NetFront) phones
444         // Sample: "DoCoMo/1.0/F501i", "DoCoMo/1.0/N504i/c10/TB/serXXXX" // c°Ê¹ß¤Ï²ÄÊÑ
445         // Sample: "DoCoMo/2.0 MST_v_SH2101V(c100;TB;W22H12;serXXXX;iccxxxx)" // ()¤ÎÃæ¤Ï²ÄÊÑ
446         array('pattern'=>'#^(DoCoMo)/([0-9\.]+)#',      'profile'=>'keitai'),
447
448         // Vodafone's embedded browser
449         // Sample: "J-PHONE/2.0/J-T03"  // 2.0¤Ï"¥Ö¥é¥¦¥¶¤Î"¥Ð¡¼¥¸¥ç¥ó
450         // Sample: "J-PHONE/4.0/J-SH51/SNxxxx SH/0001a Profile/MIDP-1.0 Configuration/CLDC-1.0 Ext-Profile/JSCL-1.1.0"
451         array('pattern'=>'#^(J-PHONE)/([0-9\.]+)#',     'profile'=>'keitai'),
452
453         // Openwave(R) Mobile Browser (EZweb, WAP phone, etc)
454         // Sample: "OPWV-SDK/62K UP.Browser/6.2.0.5.136 (GUI) MMP/2.0"
455         array('pattern'=>'#\b(UP\.Browser)/([0-9\.]+)#',        'profile'=>'keitai'),
456
457         // Opera, dressing up as other embedded browsers
458         // Sample: "Mozilla/3.0(DDIPOCKET;KYOCERA/AH-K3001V/1.4.1.67.000000/0.1/C100) Opera 7.0" (Like CNF at 'keitai'-mode)
459         array('pattern'=>'#\bDDIPOCKET\b.+\b(Opera) ([0-9\.]+)\b#',     'profile'=>'keitai'),
460
461         // Planetweb http://www.planetweb.com/
462         // Sample: "Mozilla/3.0 (Planetweb/v1.07 Build 141; SPS JP)" ("EGBROWSER", Web browser for PlayStation 2)
463         array('pattern'=>'#\b(Planetweb)/v([0-9\.]+)#', 'profile'=>'keitai'),
464
465         // DreamPassport, Web browser for SEGA DreamCast
466         // Sample: "Mozilla/3.0 (DreamPassport/3.0)"
467         array('pattern'=>'#\b(DreamPassport)/([0-9\.]+)#',      'profile'=>'keitai'),
468
469         // Palm "Web Pro" http://www.palmone.com/us/support/accessories/webpro/
470         // Sample: "Mozilla/4.76 [en] (PalmOS; U; WebPro)"
471         array('pattern'=>'#\b(WebPro)\b#',      'profile'=>'keitai'),
472
473         // ilinx "Palmscape" / "Xiino" http://www.ilinx.co.jp/
474         // Sample: "Xiino/2.1SJ [ja] (v. 4.1; 153x130; c16/d)"
475         array('pattern'=>'#^(Palmscape)/([0-9\.]+)#',   'profile'=>'keitai'),
476         array('pattern'=>'#^(Xiino)/([0-9\.]+)#',       'profile'=>'keitai'),
477
478         // SHARP PDA Browser (SHARP Zaurus)
479         // Sample: "sharp pda browser/6.1[ja](MI-E1/1.0) "
480         array('pattern'=>'#^(sharp [a-z]+ browser)/([0-9\.]+)#',        'profile'=>'keitai'),
481
482         // WebTV
483         array('pattern'=>'#^(WebTV)/([0-9\.]+)#',       'profile'=>'keitai'),
484
485     // Desktop-PC browsers
486
487         // Opera (for desktop PC, not embedded) -- See BugTrack/743 for detail
488         // NOTE: Keep this pattern above MSIE and Mozilla
489         // Sample: "Opera/7.0 (OS; U)" (not disguise)
490         // Sample: "Mozilla/4.0 (compatible; MSIE 5.0; OS) Opera 6.0" (disguise)
491         array('pattern'=>'#\b(Opera)[/ ]([0-9\.]+)\b#', 'profile'=>'default'),
492
493         // MSIE: Microsoft Internet Explorer (or something disguised as MSIE)
494         // Sample: "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
495         array('pattern'=>'#\b(MSIE) ([0-9\.]+)\b#',     'profile'=>'default'),
496
497         // Mozilla Firefox
498         // NOTE: Keep this pattern above Mozilla
499         // Sample: "Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.7) Gecko/20040803 Firefox/0.9.3"
500         array('pattern'=>'#\b(Firefox)/([0-9\.]+)\b#',  'profile'=>'default'),
501
502         // Loose default: Including something Mozilla
503         array('pattern'=>'#^([a-zA-z0-9 ]+)/([0-9\.]+)\b#',     'profile'=>'default'),
504
505         array('pattern'=>'#^#', 'profile'=>'default'),  // Sentinel
506 );
507 ?>