FAQinEnglish
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[FAQ]]
* FAQ in English [#l2c17de7]
//((英語分からないので助けてください。 -- [[ぱんだ]]))
FAQs about this Site(PukiWiki-official)
#contents
** How can I create/edit pages on PukiWiki-official? [#n4...
Please insert the desired name you want to create in the ...
** Is English Documentation available? [#c55ced9d]
English Documentation for PukiWiki is now in the process ...
** Where are the [[FormatRules>FormatRule]]? [#bac5ad00]
-Take a look here [[Detailed Format Rule>FormatRule]]
-Please have a look here [[Simplified Format Rules>Format...
** Are SubPages possible? [#i2e598d7]
PukiWiki uses SubPage-like Categories. There are some plu...
** How does the Adminpassword work? Where is the Login Sc...
~PukiWiki 1.3: The Adminpassword is needed to freeze/unfr...
~PukiWiki 1.4: The Adminpassword must be used to Rename p...
** With respect to deleted pages, how can I find out what...
~PukiWiki 1.3 doesn't have a function that shows deleted ...
~PukiWiki 1.4 has the "deleted" plugin for showing delete...
:deleted plugin|
-type : command
-synopsys : ?cmd=deleted
-function : Shows a named list of deleted pages.
#hr
** Save Pages for Reading/Writing [#x4871240]
:|
~ pukiwiki.ini.php has two settings:
$read_auth = 0; and
$write_auth = 0;
~if you set them both to 1, protection is enabled. Insert...
$read_auth_pages = array() and
$edit_auth_pages = array()
together with the usernames, listed in
$auth_users = array()
-Is it possible to show a key or something like that on p...
-- I cannot see why you would need to show a key on the c...
-- For example on the Page "RecentChanges", so users who ...
-- I thought you wanted to show the password itself... lo...
** Edit-Button next to Headers [#zf745cc8]
There is a small pen icon for editing a particular sectio...
- There exists a patch so called "paraedit". See [[para_e...
*** How to [#c4233633]
-''(STEP1) pukiwiki.php''
~Insert the folowing code at the beginning of main script.
include_once('plugin/paraedit.inc.php');
$post["msg"] = _plugin_paraedit_parse_postmsg($post["msg...
-''(STEP2)skin (skin/pukiwiki.skin.en.php, or skin/pukiwi...
&br;Replace <?php echo $body?> with:
<?php include_once 'plugin/paraedit.inc.php'; echo _plug...
(PukiWiki1.3.5 has 1 line for it.1.4rc3 has two lines for...
-''(STEP3)paraedit.inc.php''
~upload paraedit.inc.php([[download:http://linux.s33.xrea...
~some archives: [[dev:PukiWiki/1.3/自作プラグイン/ParaEdi...
-''(STEP4)convert_html()''
--''(STEP4-A-)If you use Pukiwiki1.3.5 follow this instru...
[Edit] "html.php"&br; Search the following line(it would ...
array_push($result, "<h$level><a name=\"content_{$conten...
And replace it with the following new code:
$paraedit_flag = ($content_id_local == 1) ? ' paraedit_f...
array_push($result, "<h$level $paraedit_flag><a name=\"c...
--''(STEP4-B-) If you use Pukiwiki1.4 follow this instruc...
[EDIT]"convert_html.php (lib/convert_html.php)"&br; Searc...
return $this->msg_top.
$this->wrap(parent::toString(),'h'.$this->level," id=\"...
Replace them with the following 3 lines:
$paraedit_flag = (preg_match("/^content_1_/", $this->id)...
return $this->msg_top.
$this->wrap(parent::toString(),'h'.$this->level," id=\"...
** How do I revert spam? [#y006fc82]
~A spammer replaced good text on a page with his spam. Ho...
Another spammer replaced the previous spam with his own s...
...
~At present, we can't revert automatically. Edit the page...
**Comments. [#m028f159]
-In RecentChanges I found nothing :-( &br;
#br
And a few feedback for Pukiwiki 1.3.4, which I'm using (i...
#br
"_" in css-class-names is not allowed, I changed this in ...
#br
-[[Errata in REC-CSS2-19980512:http://www.w3.org/Style/cs...
>[2001-07-30] The underscore should be allowed in identif...
>>In CSS2, identifiers [...] contains only the characters...
<<
<
-You can start with ":" when you make a closed page, whic...
-Well, if you want to show the key automatically on every...
-Pukiwiki provides some functions to check if the page is...
This resource is also useful when you make a plugin - [[p...
- Is there an area for Q&A in English anywhere? Temporari...
[[englishQandA]]
-Hi. How do I customize the side menu? I would like to ad...
--Default menubar width is too small to add a Carendar2. ...
- DATA_DIR is not found or not writable -- &new{2006-05-...
終了行:
[[FAQ]]
* FAQ in English [#l2c17de7]
//((英語分からないので助けてください。 -- [[ぱんだ]]))
FAQs about this Site(PukiWiki-official)
#contents
** How can I create/edit pages on PukiWiki-official? [#n4...
Please insert the desired name you want to create in the ...
** Is English Documentation available? [#c55ced9d]
English Documentation for PukiWiki is now in the process ...
** Where are the [[FormatRules>FormatRule]]? [#bac5ad00]
-Take a look here [[Detailed Format Rule>FormatRule]]
-Please have a look here [[Simplified Format Rules>Format...
** Are SubPages possible? [#i2e598d7]
PukiWiki uses SubPage-like Categories. There are some plu...
** How does the Adminpassword work? Where is the Login Sc...
~PukiWiki 1.3: The Adminpassword is needed to freeze/unfr...
~PukiWiki 1.4: The Adminpassword must be used to Rename p...
** With respect to deleted pages, how can I find out what...
~PukiWiki 1.3 doesn't have a function that shows deleted ...
~PukiWiki 1.4 has the "deleted" plugin for showing delete...
:deleted plugin|
-type : command
-synopsys : ?cmd=deleted
-function : Shows a named list of deleted pages.
#hr
** Save Pages for Reading/Writing [#x4871240]
:|
~ pukiwiki.ini.php has two settings:
$read_auth = 0; and
$write_auth = 0;
~if you set them both to 1, protection is enabled. Insert...
$read_auth_pages = array() and
$edit_auth_pages = array()
together with the usernames, listed in
$auth_users = array()
-Is it possible to show a key or something like that on p...
-- I cannot see why you would need to show a key on the c...
-- For example on the Page "RecentChanges", so users who ...
-- I thought you wanted to show the password itself... lo...
** Edit-Button next to Headers [#zf745cc8]
There is a small pen icon for editing a particular sectio...
- There exists a patch so called "paraedit". See [[para_e...
*** How to [#c4233633]
-''(STEP1) pukiwiki.php''
~Insert the folowing code at the beginning of main script.
include_once('plugin/paraedit.inc.php');
$post["msg"] = _plugin_paraedit_parse_postmsg($post["msg...
-''(STEP2)skin (skin/pukiwiki.skin.en.php, or skin/pukiwi...
&br;Replace <?php echo $body?> with:
<?php include_once 'plugin/paraedit.inc.php'; echo _plug...
(PukiWiki1.3.5 has 1 line for it.1.4rc3 has two lines for...
-''(STEP3)paraedit.inc.php''
~upload paraedit.inc.php([[download:http://linux.s33.xrea...
~some archives: [[dev:PukiWiki/1.3/自作プラグイン/ParaEdi...
-''(STEP4)convert_html()''
--''(STEP4-A-)If you use Pukiwiki1.3.5 follow this instru...
[Edit] "html.php"&br; Search the following line(it would ...
array_push($result, "<h$level><a name=\"content_{$conten...
And replace it with the following new code:
$paraedit_flag = ($content_id_local == 1) ? ' paraedit_f...
array_push($result, "<h$level $paraedit_flag><a name=\"c...
--''(STEP4-B-) If you use Pukiwiki1.4 follow this instruc...
[EDIT]"convert_html.php (lib/convert_html.php)"&br; Searc...
return $this->msg_top.
$this->wrap(parent::toString(),'h'.$this->level," id=\"...
Replace them with the following 3 lines:
$paraedit_flag = (preg_match("/^content_1_/", $this->id)...
return $this->msg_top.
$this->wrap(parent::toString(),'h'.$this->level," id=\"...
** How do I revert spam? [#y006fc82]
~A spammer replaced good text on a page with his spam. Ho...
Another spammer replaced the previous spam with his own s...
...
~At present, we can't revert automatically. Edit the page...
**Comments. [#m028f159]
-In RecentChanges I found nothing :-( &br;
#br
And a few feedback for Pukiwiki 1.3.4, which I'm using (i...
#br
"_" in css-class-names is not allowed, I changed this in ...
#br
-[[Errata in REC-CSS2-19980512:http://www.w3.org/Style/cs...
>[2001-07-30] The underscore should be allowed in identif...
>>In CSS2, identifiers [...] contains only the characters...
<<
<
-You can start with ":" when you make a closed page, whic...
-Well, if you want to show the key automatically on every...
-Pukiwiki provides some functions to check if the page is...
This resource is also useful when you make a plugin - [[p...
- Is there an area for Q&A in English anywhere? Temporari...
[[englishQandA]]
-Hi. How do I customize the side menu? I would like to ad...
--Default menubar width is too small to add a Carendar2. ...
- DATA_DIR is not found or not writable -- &new{2006-05-...
ページ名: