Help:Extension/JDXFunctions
From Metabolomics.JP
(Difference between revisions)
(Created page with "{{Extension |author=K, Suwa |version=0.1 }} __TOC__ JDXファイルのパス、及びファイルサイズを取得します。JDXファイルはgz圧縮されている必要...") |
|||
Line 24: | Line 24: | ||
<li>Insert the follow lines to LocalSettings.php | <li>Insert the follow lines to LocalSettings.php | ||
<pre>require_once( "$IP/extensions/JDXFunctions.php" );</pre></li> | <pre>require_once( "$IP/extensions/JDXFunctions.php" );</pre></li> | ||
+ | <li>gz拡張子のファイルをアップロードするために、LocalSettings.phpに以下を追加して下さい。 | ||
+ | <pre> $wgFileExtensions[] = 'gz';</pre> | ||
</ol> | </ol> | ||
Revision as of 16:45, 16 February 2011
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | |
License | |
Hooks used | |
Token type | |
Contents |
JDXファイルのパス、及びファイルサイズを取得します。JDXファイルはgz圧縮されている必要があります。
Requirements
None
Download
version | source | md5 | OperationCheck version |
0.1(December 09,2009) | JDXFunctions.phps | f274360fb7d643b5e5a3e2ab78ecfcc1 | 1.11.1, 1.16.2 |
Installtion
- Download the source code and rename it to JDXFunctions.php
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/JDXFunctions.php" );
- gz拡張子のファイルをアップロードするために、LocalSettings.phpに以下を追加して下さい。
$wgFileExtensions[] = 'gz';
Function
- jdxfilepath
- jdxfilesize