DokuWiki

It's better when it's simple

ユーザ用ツール

サイト用ツール


ja:config

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
ja:config [2012-09-14 20:54] – [利用可能なオプション] 高度な設定に追加 125.55.214.60ja:config [2023-07-06 19:16] (現在) – [DokuWiki の設定] 240b:c010:441:888d:30a6:f849:1fde:31cb
行 1: 行 1:
- 
 ====== DokuWiki の設定 ====== ====== DokuWiki の設定 ======
  
行 24: 行 23:
  
 ^ メインファイル     ^ ローカルファイル         ^ 設定の種類                          ^ 概要                                      ^ ^ メインファイル     ^ ローカルファイル         ^ 設定の種類                          ^ 概要                                      ^
-| ''dokuwiki.php''   | ''local.php''            | [[#設定オプション]]                 | 一般的な Wiki の設定                      +| ''dokuwiki.php''   | ''local.php''\\ ''local.protected.php''| [[#設定オプション]]   | 一般的な Wiki の設定                      |
-| :::                | ''local.protected.php''  | :::                                 | :::                                       |+
 | ''acronyms.conf''  | ''acronyms.local.conf''  | [[:ja:abbreviations|略語]]          | 自動付加される略語のヒントの設定          | | ''acronyms.conf''  | ''acronyms.local.conf''  | [[:ja:abbreviations|略語]]          | 自動付加される略語のヒントの設定          |
 | ''entities.conf''  | ''entities.local.conf''  | [[:ja:entities|文字実体]]           | 自動変換される文字列の設定                | | ''entities.conf''  | ''entities.local.conf''  | [[:ja:entities|文字実体]]           | 自動変換される文字列の設定                |
行 34: 行 32:
 | ---                | ''users.auth.php''       | [[:ja:acl|アクセス制御]]を参照      | ユーザとパスワードの設定                  | | ---                | ''users.auth.php''       | [[:ja:acl|アクセス制御]]を参照      | ユーザとパスワードの設定                  |
 | ''license.php''    | ''license.local.php''    | [[:ja:config:license]]              | 利用可能なライセンスの設定                | | ''license.php''    | ''license.local.php''    | [[:ja:config:license]]              | 利用可能なライセンスの設定                |
-| ''scheme.conf''    | ''scheme.local.conf''    | FIXME                               | リンクとして認識される URL スキームの設定 |+| ''scheme.conf''    | ''scheme.local.conf''    | [[:urlschemes]] (未訳)            | リンクとして認識される URL スキームの設定 |
 | ''mediameta.php''  | ---                      | [[:ja:exif|EXIF]]                   | 画像の編集できるメタデータの設定          | | ''mediameta.php''  | ---                      | [[:ja:exif|EXIF]]                   | 画像の編集できるメタデータの設定          |
 | ''wordblock.conf'' | ''wordblock.local.conf'' | [[:ja:blacklist|ブラックリスト]]    | スパム用ブラックリストの設定              | | ''wordblock.conf'' | ''wordblock.local.conf'' | [[:ja:blacklist|ブラックリスト]]    | スパム用ブラックリストの設定              |
 +|''plugins.required.php'' |''plugins.local.php''\\ ''plugins.protected.php'' |下記を参照  | プラグインの動作状態の設定(有効・無効) |
 | ---                | ''userscript.js''        | [[:ja:devel:javascript|Javascript]] | 追加で読み込む Javascript の設定          | | ---                | ''userscript.js''        | [[:ja:devel:javascript|Javascript]] | 追加で読み込む Javascript の設定          |
 | ---                | ''userstyle.css''        | [[:ja:devel:css|スタイルシート]]    | 追加で読み込むスタイルシートの設定        | | ---                | ''userstyle.css''        | [[:ja:devel:css|スタイルシート]]    | 追加で読み込むスタイルシートの設定        |
  
 +===== プラグインの有効・無効 =====
 +
 +インストール済みのプラグインはデフォルトで有効化されます。
 +[[ja:plugin:extension|拡張機能管理]]や[[ja:plugin:plugin|プラグイン管理]]を使って ''plugins.local.php'' ファイルに記録することで無効化できます。
 +''conf/plugins.protected.php'' に記載することで特定のプラグインを保護することもできます。
 +
 +DokuWikiは、デフォルトで次の順序で設定ファイルを読み込みます:
 +
 +  - ''conf/plugins.php'' -- デフォルトのプラグイン設定
 +  - ''conf/plugins.local.php'' -- プラグイン管理で変更
 +  - ''conf/plugins.required.php'' -- この同梱プラグインは、プラグイン管理での制御不可
 +  - ''conf/plugins.protected.php'' -- 他のファイルの設定よりも優先
 +
 +設定ファイルの読込み順は、''$config_cascade'' グローバル変数によって制御されています。
 +[[ja:devel:preload|プリロード]]ファイルを使用して、この動作は変更可能です。
 ===== 設定オプション ===== ===== 設定オプション =====
  
行 69: 行 83:
     * [[:ja:config:lang]]     * [[:ja:config:lang]]
     * [[:ja:config:template]]     * [[:ja:config:template]]
 +    * [[:ja:config:tagline]]
 +    * [[:ja:config:sidebar]]
     * [[:ja:config:license]]     * [[:ja:config:license]]
     * [[:ja:config:savedir]]     * [[:ja:config:savedir]]
行 78: 行 94:
   * **表示設定**   * **表示設定**
     * [[:ja:config:recent]]     * [[:ja:config:recent]]
 +    * [[:ja:config:recent_days]]
     * [[:ja:config:breadcrumbs]]     * [[:ja:config:breadcrumbs]]
     * [[:ja:config:youarehere]]     * [[:ja:config:youarehere]]
行 92: 行 109:
     * [[:ja:config:deaccent]]     * [[:ja:config:deaccent]]
     * [[:ja:config:useheading]]     * [[:ja:config:useheading]]
-    * [[:ja:config:refcheck]] +    * [[:ja:config:sneaky_index]] 
-    * [[:ja:config:refshow]]+    * [[:ja:config:hidepages]]
   * **認証設定**   * **認証設定**
     * [[:ja:config:useacl]]     * [[:ja:config:useacl]]
行 104: 行 121:
     * [[:ja:config:profileconfirm]]     * [[:ja:config:profileconfirm]]
     * [[:ja:config:rememberme]]     * [[:ja:config:rememberme]]
-    * [[:ja:config:registernotify]] 
     * [[:ja:config:disableactions]]     * [[:ja:config:disableactions]]
-    * [[:ja:config:sneaky_index]] 
     * [[:ja:config:auth_security_timeout]]     * [[:ja:config:auth_security_timeout]]
     * [[:ja:config:securecookie]]     * [[:ja:config:securecookie]]
 +    * [[:ja:config:remote]]
 +    * [[:ja:config:remoteuser]]
   * **スパム対策設定**   * **スパム対策設定**
     * [[:ja:config:usewordblock]]     * [[:ja:config:usewordblock]]
行 119: 行 136:
     * [[:ja:config:htmlok]]     * [[:ja:config:htmlok]]
     * [[:ja:config:phpok]]     * [[:ja:config:phpok]]
-    * [[:ja:config:notify]] 
-    * [[:ja:config:subscribers]] 
     * [[:ja:config:locktime]]     * [[:ja:config:locktime]]
     * [[:ja:config:cachetime]]     * [[:ja:config:cachetime]]
行 126: 行 141:
     * [[:ja:config:target|target (wiki, interwiki, extern, media, windows)]]     * [[:ja:config:target|target (wiki, interwiki, extern, media, windows)]]
   * **メディア設定**   * **メディア設定**
 +    * [[:config:mediarevisions]] (未訳)
     * [[:ja:config:gdlib]]     * [[:ja:config:gdlib]]
     * [[:ja:config:im_convert]]     * [[:ja:config:im_convert]]
     * [[:ja:config:jpg_quality]]     * [[:ja:config:jpg_quality]]
     * [[:ja:config:fetchsize]]     * [[:ja:config:fetchsize]]
 +    * [[:ja:config:refcheck]]
 +    * [[:ja:config:refshow]]
 +  * **通知設定**
 +    * [[:ja:config:subscribers]]
 +    * [[:config:subscribe_time]](未訳)
 +    * [[:ja:config:notify]]
 +    * [[:ja:config:registernotify]]
 +    * [[:ja:config:mailfrom]]
 +    * [[:config:mailprefix]](未訳)
 +    * [[:config:htmlmail]](未訳)
 +  * **RSSフィード設定**
 +    * [[:ja:config:sitemap]]
 +    * [[:ja:config:rss_type]]
 +    * [[:ja:config:rss_linkto]]
 +    * [[:ja:config:rss_content]]
 +    * [[:config:rss_media]] (未訳)
 +    * [[:ja:config:rss_update]]
 +    * [[:ja:config:rss_show_summary]]
   * **高度な設定**   * **高度な設定**
     * [[:ja:config:updatecheck]]     * [[:ja:config:updatecheck]]
行 138: 行 172:
     * [[:ja:config:fnencode]]     * [[:ja:config:fnencode]]
     * [[:ja:config:autoplural]]     * [[:ja:config:autoplural]]
-    * [[:ja:config:mailfrom]] 
     * [[:ja:config:compress]]     * [[:ja:config:compress]]
-    * [[:ja:config:cssdatauri]+    * [[:ja:config:cssdatauri]]
     * [[:ja:config:gzip_output]]     * [[:ja:config:gzip_output]]
-    * [[:ja:config:hidepages]] 
     * [[:ja:config:send404]]     * [[:ja:config:send404]]
     * [[:ja:config:compression]]     * [[:ja:config:compression]]
-    * [[:ja:config:sitemap]] 
-    * [[:ja:config:rss_type]] 
-    * [[:ja:config:rss_linkto]] 
-    * [[:ja:config:rss_content]] 
-    * [[:ja:config:rss_update]] 
-    * [[:ja:config:recent_days]] 
-    * [[:ja:config:rss_show_summary]] 
     * [[:ja:config:broken_iua]]     * [[:ja:config:broken_iua]]
     * [[:ja:config:xsendfile]]     * [[:ja:config:xsendfile]]
-    * [[:ja:config:xmlrpc]] 
-    * [[:ja:config:xmlrpcuser]] 
     * [[:ja:config:renderer_xhtml]]     * [[:ja:config:renderer_xhtml]]
     * [[:ja:config:readdircache]]     * [[:ja:config:readdircache]]
ja/config.1347648896.txt.gz · 最終更新: 2012-09-14 20:54 by 125.55.214.60

特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki