Computer/OpenSource/PukiWiki
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Computer/OpenSource]]
*PukiWiki [#y79cdf95]
**ハッシュ [#qb3eb786]
$ slappasswd -h {SSHA} -s password
**文字サイズを大きくする [#rc79ecb3]
./skin/pukiwiki.css.phpの以下の部分を変更する.
body,td {
. . .
font-size:100%;
元は90%.
**URL中のindex.phpを省略する [#m6aaaaaf]
次の部分のコメントアウトを解除する.
$script_directory_index = 'index.php';
**編集画面の文字サイズを大きくする [#pa241349]
./skin/pukiwiki.css.phpの以下の部分を変更する.
.edit_form { clear:both; }
これをたとえば
.edit_form { width:800px; } textarea{width:800px; height...
のように変更する.
**スマートフォン対応 [#n8ff0f06]
pukiwiki.ini.phpの第474行くらいに次の記述を加える.
array('pattern'=>'#\b(iPhone|iPod|Android)\b#', 'profil...
utf-8で表示できない場合はkeitai.skin.phpの第87–89行をコメ...
// header('Content-Type: text/html; charset=Shift_JIS');
// $title = mb_convert_encoding($title, 'SJIS', SOURCE_E...
// $body = mb_convert_encoding($body, 'SJIS', SOURCE_E...
転送容量を大きくするにはkeitai.ini.phpの第110行の値を変更...
$max_size = 50; // SKINで使用, KByte
携帯電話・スマートフォン用cssを作成する場合,keitai.skin....
< ?><html><head>
< <link rel="stylesheet" type="text/css" media="screen" ...
< <title><?php
keitai.css.phpは存在しないので,pukiwiki.css.phpを改変し...
**リンク [#ed2db1ec]
-http://mrs.suzu841.com/puki/
終了行:
[[Computer/OpenSource]]
*PukiWiki [#y79cdf95]
**ハッシュ [#qb3eb786]
$ slappasswd -h {SSHA} -s password
**文字サイズを大きくする [#rc79ecb3]
./skin/pukiwiki.css.phpの以下の部分を変更する.
body,td {
. . .
font-size:100%;
元は90%.
**URL中のindex.phpを省略する [#m6aaaaaf]
次の部分のコメントアウトを解除する.
$script_directory_index = 'index.php';
**編集画面の文字サイズを大きくする [#pa241349]
./skin/pukiwiki.css.phpの以下の部分を変更する.
.edit_form { clear:both; }
これをたとえば
.edit_form { width:800px; } textarea{width:800px; height...
のように変更する.
**スマートフォン対応 [#n8ff0f06]
pukiwiki.ini.phpの第474行くらいに次の記述を加える.
array('pattern'=>'#\b(iPhone|iPod|Android)\b#', 'profil...
utf-8で表示できない場合はkeitai.skin.phpの第87–89行をコメ...
// header('Content-Type: text/html; charset=Shift_JIS');
// $title = mb_convert_encoding($title, 'SJIS', SOURCE_E...
// $body = mb_convert_encoding($body, 'SJIS', SOURCE_E...
転送容量を大きくするにはkeitai.ini.phpの第110行の値を変更...
$max_size = 50; // SKINで使用, KByte
携帯電話・スマートフォン用cssを作成する場合,keitai.skin....
< ?><html><head>
< <link rel="stylesheet" type="text/css" media="screen" ...
< <title><?php
keitai.css.phpは存在しないので,pukiwiki.css.phpを改変し...
**リンク [#ed2db1ec]
-http://mrs.suzu841.com/puki/
ページ名: