The newest version is 3.71.62 on CVS.
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
$const['PKWK_READONLY'] = 0; $root->function_freeze = 1; $root->adminpass = '{x-php-md5}!'; $root->html_head_title = '$page_title$content_title - $module_title'; $root->modifier = 'nao-pon'; $root->modifierlink = 'http://xoops.hypweb.net/'; $root->notify = 0; $root->notify_diff_only = 1; $root->defaultpage = 'FrontPage'; $root->page_case_insensitive = 0; $const['SKIN_NAME'] = 'default'; $const['SKIN_CHANGER'] = 1; $root->referer = 0; $root->allow_pagecomment = 1; $root->nowikiname = 0; $root->pagename_num2str = 1; $root->static_url = 0; $root->link_target = ''; $root->class_extlink = 'ext'; $root->nofollow_extlink = 0; $root->autolink = 3; $root->autolink_omissible_upper = 2; $root->autoalias = 0; $root->autoalias_max_words = 50; $root->plugin_follow_editauth = 0; $root->plugin_follow_freeze = 1; $root->fixed_heading_anchor_edit = 1; $root->paraedit_partarea = 'compat'; $root->pagecache_min = 0; $root->pre_width = 'auto'; $root->pre_width_ie = '650px'; $root->pagereading_enable = 0; $root->pagereading_kanji2kana_converter = 'none'; $root->pagereading_kanji2kana_encoding = 'EUC'; $root->pagereading_chasen_path = '/usr/local/bin/chasen'; $root->pagereading_kakasi_path = '/usr/local/bin/kakasi'; $root->pagereading_config_dict = ':config/PageReading/dict';
&
1 2
// CSS ID prefix ( ex. #xo-canvas ) $root->css_prefix = '#xo-canvas';