Help:Extension/Persistency
From Metabolomics.JP
(Difference between revisions)
(New page: {{Extension |author=K, Suwa |version=0.1 |mediawiki=1.11.1 }} __TOC__ == Requirements == HTMLForm == Download == <table border="1" cellpadding="3" cellspacing...) |
|||
Line 21: | Line 21: | ||
<li>Put in extensions/ directory.</li> | <li>Put in extensions/ directory.</li> | ||
<li>Insert follow line to LocalSettings.php | <li>Insert follow line to LocalSettings.php | ||
− | <pre>require_once( "$IP/Persistency.php" ); | + | <pre>require_once( "$IP/extensions/Persistency.php" ); |
− | $ | + | $egPhpBin = "path to php binary";</pre> |
− | $ | + | $egPhpBinを定義しなかった場合、ページの作成は行われません。<br></li> |
</ol> | </ol> | ||
== Function == | == Function == | ||
# [[Doc:Extensions#Persist_Page__.7B.7B.23persist:pagename.7Cbutton_title.7Ctemplate_name.7Cnumber_of_args.7Cargs.7Cseparator.3D.3B.7D.7D|persistency]] | # [[Doc:Extensions#Persist_Page__.7B.7B.23persist:pagename.7Cbutton_title.7Ctemplate_name.7Cnumber_of_args.7Cargs.7Cseparator.3D.3B.7D.7D|persistency]] |
Revision as of 11:34, 18 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Requirements
Download
version | source | size |
0.1(September 11,2008) | Persistency.phps |
Installtion
- Download source and rename to Persistency.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/extensions/Persistency.php" ); $egPhpBin = "path to php binary";
$egPhpBinを定義しなかった場合、ページの作成は行われません。