FrontPage

?php

if (! defined('PKWK_OPTIMISE'))

if (! defined('PKWK_READONLY'))

if (! defined('PKWK_SAFE_MODE'))

if (! defined('PKWK_DISABLE_INLINE_IMAGE_FROM_URI'))

define('PKWK_QUERY_STRING_MAX', 640); // Bytes, 0 = OFF

define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 1); // 1 = Disabled

define('LANG', 'ja');

define('UI_LANG', LANG); // 'en' for Internationalized wikisite

define('DATA_DIR', DATA_HOME . 'wiki/' ); // Latest wiki texts define('DIFF_DIR', DATA_HOME . 'diff/' ); // Latest diffs define('BACKUP_DIR', DATA_HOME . 'backup/' ); // Backups define('CACHE_DIR', DATA_HOME . 'cache/' ); // Some sort of caches define('UPLOAD_DIR', DATA_HOME . 'attach/' ); // Attached files and logs define('COUNTER_DIR', DATA_HOME . 'counter/' ); // Counter plugin's counts define('PLUGIN_DIR', DATA_HOME . 'plugin/' ); // Plugin directory

define('SKIN_DIR', 'skin/');

define('IMAGE_DIR', 'image/');

switch (LANG) { // or specifiy one case 'ja':

default :

}

$page_title = 'PukiWiki';

$modifier = 'anonymous';

$modifierlink = 'http://pukiwiki.example.com/';

$defaultpage = 'FrontPage'; // Top / Default page $whatsnew = 'RecentChanges'; // Modified page list $whatsdeleted = 'RecentDeleted'; // Removeed page list $interwiki = 'InterWikiName'; // Set InterWiki definition here $menubar = 'MenuBar'; // Menu

$nofollow = 0; // 1 = Try hiding from search engines

define('PKWK_ALLOW_JAVASCRIPT', 1);

$nowikiname = 0;

$autolink = 0; // Bytes, 0 = OFF (try 8)

$function_freeze = 1;

$notimeupdate = 1;

$adminpass = '{x-php-md5}!';

$pagereading_enable = 0;

$pagereading_kanji2kana_converter = 'none';

$pagereading_kanji2kana_encoding = 'EUC'; // Default for Unix

$pagereading_chasen_path = '/usr/local/bin/chasen';

$pagereading_kakasi_path = '/usr/local/bin/kakasi';

$pagereading_config_page = ':config/PageReading?';

$pagereading_config_dict = ':config/PageReading?/dict';

$ldap_user_account = 0; // (0: Disabled, 1: Enabled)

$auth_provider_user_prefix_default = 'default:'; $auth_provider_user_prefix_ldap = 'ldap:'; $auth_provider_user_prefix_external = 'external:'; $auth_provider_user_prefix_saml = 'saml:';

$auth_users = array(

);

$auth_groups = array(

);

$auth_method_type

$read_auth = 0;

$read_auth_pages = array(

);

$edit_auth = 0;

$edit_auth_pages = array(

);

$search_auth = 0;

$ticket_link_sites = array( /*

/

); /* $ticket_jira_default_site = array(

);

$external_link_cushion_page = 0; $external_link_cushion = array(

);

$topicpath_title = 1;

$html_meta_referrer_policy = '';

$http_response_custom_headers = array(

);

$maxshow = 500;

$maxshow_deleted = 200;

$cantedit = array( $whatsnew, $whatsdeleted );

$lastmod = 0;

$date_format = 'Y-m-d';

$time_format = 'H:i:s';

$rss_max = 15;

$do_backup = 1;

$del_backup = 0;

$cycle = 3; // Wait N hours between backup (0 = no wait) $maxage = 120; // Stock latest N backups

define('PKWK_SPLITTER', '>>>>>>>>>>');

define('PKWK_UPDATE_EXEC', '');

$use_proxy = 0;

$proxy_host = 'proxy.example.com'; $proxy_port = 8080;

$need_proxy_auth = 0; $proxy_auth_user = 'username'; $proxy_auth_pass = 'password';

$no_proxy = array(

);

$notify = 0;

$notify_diff_only = 1;

$smtp_server = 'localhost';

$notify_to = 'to@example.com'; $notify_from = 'from@example.com';

$notify_subject = '[PukiWiki] $page';

$notify_header = '';

$smtp_auth = 0;

$pop_server = 'localhost'; $pop_port = 110; $pop_userid = ''; $pop_passwd = '';

$non_list = '^\:';

$search_non_list = 1;

$page_redirect_rules = array(

);

$auto_template_func = 1; $auto_template_rules = array(

);

$fixed_heading_anchor = 1;

$preformat_ltrim = 1;

$line_break = 0;

$usedatetime = 1;

$logging_updates = 0; $logging_updates_log_dir = '/var/log/pukiwiki';

$agents = array(

   // Embedded browsers (Rich-clients for PukiWiki)
   // Embedded browsers (Non-rich)
   // Desktop-PC browsers
   

);


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS