Top > Administrator
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to Administrator.

TITLE: Wiki管理メモ


- [[Navigation]]
- [[MenuBar]]
- [[RecentChanges]] | [[RecentDeleted]]
- [[AutoAliasName]]
- [[整形ルール]]

----

#contents

* 環境 [#t7b02f73]

** log 残らない問題 [#i9218c65]
 chmod 777 log
 cd log/
 chmod 777 browse download update

** skin permission [#nfa6aa88]
- greybox 等で 403 エラー
 chmod go+x greybox lang

* 設定 [#j3a339f9]
** skin/default.css (章のインデント、カレンダーの幅) [#s3be0536]
- plus にはカレンダーの幅が狭い minicalendar プラグインがあるので意味無し‥ ○rz
** plugin/topicpath.inc.php [#zfad189f]
- カレンダー対応:前後の日へのリンク表示
** pukiwiki.ini.php [#s36bac71]
-  index.php 消し。ini で対処できた
-  READONLY を 0 から 5.5 に変更
-  $fixed_heading_edited = 1;
- // Spam URI insertion filtering
 //$spam = 1;    // 1 = On
 $spam = 0;      // 1 = On

** config-log.ini.php [#g25205c2]
- update, brouse, cmd の use を 1 に (default では 0)
- [[:log/signature]]
- [[:log/cmd/data]]

** spam.ini.php [#xa34b9de]
- whitelist に色々追加

- [[:config/spam/WhiteList/praivate_network]]

** remote ip 管理 [#p871b9c6]
- [[:config/plugin/remoteip]]

** config-log.ini.php [#w7cb64e4]
- netbios 以外の use を全部 1 に


* 改造 [#tc7009f7]

** func.php [#p36b6213]

 function get_resolve_uri($cmd='', $page='', $path_reference='rel',
                          $query='', $\fragment='', $location=1)
 <略>
        if (! empty($page)) {
                $ret .= $flag.$page_pref.rawurlencode($page);
                $ret = preg_replace('/%2F/', '/', $ret); // yoya
                $flag = '&';
        }

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes