- Timestamp:
- Jul 6, 2009, 8:54:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/xpress_i18n/en/howto_make_xpressme.html
r315 r320 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang=" ja">2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> 3 3 4 4 <head profile="http://gmpg.org/xfn/11"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 7 <title> モジュール作成とインストール| XPressME Integration Kit</title>7 <title>XPressME module Making & Install| XPressME Integration Kit</title> 8 8 9 9 </head> … … 15 15 16 16 <div> 17 <h3> 注意事項(Notes)</strong></h3>17 <h3>Notes</strong></h3> 18 18 <ol> 19 <li>XpressME Integration KitはそれだけではXOOPSモジュールとして機能しません。<br /> 20 (XpressME Integration Kit doesn’t function only by it as XOOPS module.) 21 </li> 22 <li>対象となるWordPressのバージョンは2.7以上となります。(それ以下のバージョンでの動作確認は行っておりません。)<br /> 23 (Being able to integrate by this is WordPress version 2.7 or more. )</li> 19 <li>XpressME Integration Kit doesn’t function only by it as XOOPS module.</li> 20 <li>Being able to integrate by this is WordPress version 2.7 or more.</li> 24 21 </ol> 25 22 26 <h3> 必要なファイルのダウンロード</h3>23 <h3>Download of necessary file</h3> 27 24 <ol> 28 <li>XPressME Integration Kit のダウンロード(Download of XPressME Integration Kit)<br /> 29 <a href="http://ja.xpressme.info/download/" target="_blank">ダウンロードページ</a>からXPressME Integration Kitをダウンロードします。<br /> 30 (XPressME Integration Kit is downloaded on the <a href="http://ja.xpressme.info/download/">download page</a>. )</p> 31 <p>ダウンロードしたファイルの構成は以下のようになっています。<br /> 32 (The composition of the downloaded file is as follows. )</p> 25 <li>Download of XPressME Integration Kit<br /> 26 <p>XPressME Integration Kit is downloaded on the <a href="http://ja.xpressme.info/download/">download page</a>. </p> 27 <p>The composition of the downloaded file is as follows.</p> 33 28 <p style="padding-left: 60px;"><img title="xp_intrgration_kit" src="../document_image/xp_intrgration_kit.png" alt="xp_intrgration_kit"/></p> 34 29 </li> 35 <li> WordPressのダウンロード(Download of WordPress)<br /> 36 <a href="http://wordpress.org/download/" target="_blank">WordPress.org</a>(あるいは<a href="http://ja.wordpress.org/releases/" target="_blank">WordPress日本語</a>などのローカライズサイト)からWordPressをダウンロードします。<br /> 37 (WordPress is downloaded from <a href="http://wordpress.org/download/" target="_blank">WordPress.org</a> Or, localize site of <a href="http://ja.wordpress.org/releases/" target="_self">WordPress Japanese</a> etc. )</p> 38 <p>ダウンロードしたファイルの構成は以下のようになっています。(WordPress2.7の場合)<br /> 39 (The composition of the downloaded file is as follows for WordPress2.7. )</p> 30 <li> Download of WordPress<br /> 31 WordPress is downloaded from <a href="http://wordpress.org/download/" target="_blank">WordPress.org</a></p> 32 <p>The composition of the downloaded file is as follows for WordPress2.7. </p> 40 33 <p style="padding-left: 60px;"><img title="wordpress_file" src="../document_image/wordpress_file.png" alt="wordpress_file"/></p> 41 34 </li> 42 35 </ol> 43 36 44 <h3> モジュール作成(Making XPressME module for XOOPS)</h3>37 <h3>Making XPressME module for XOOPS</h3> 45 38 <ol> 46 39 <li> 47 作業用のフォルダーを作成します。(フォルダー名はxpressなどのモジュールの名前にします)<br /> 48 (The work directory is made. The directory name is made the module name such as ‘xpress’. ) 40 The work directory is made. The directory name is made the module name such as ‘xpress’. 49 41 </li> 50 42 <li> 51 XPressME Integration Kitのファイルを 手順1.で作成した作業用フォルダーにコピーします。<br /> 52 (The file of XPressME Integration Kit is copied onto the work directory of step 1. ) 43 The file of XPressME Integration Kit is copied onto the work directory of step 1. 53 44 </li> 54 45 <li> 55 WordPressのファイルを 手順1.で作成した作業用フォルダーにコピーします。<br /> 56 (The file of WordPress is copied onto the work directory of step 1. ) 46 The file of WordPress is copied onto the work directory of step 1. 57 47 </li> 58 48 </ol> 59 49 <p style="padding-left: 60px;"><img title="make_xp_module" src="../document_image/make_xp_module.png" alt="make_xp_module"/></p> 60 50 61 <h3><strong> ローカライズ(Making XPressME module for XOOPS)</strong></h3>51 <h3><strong>Localaize</strong></h3> 62 52 <p style="padding-left: 30px;"> 63 あなたが必要とする言語ファイルが extras/xpress_i18nフォルダー内に存在すれば<br /> 64 extras/xpress_i18n/**/xpressme_modules_root内の<br /> 65 wp-config.php ファイル<br /> 66 language フォルダー<br /> 67 wp-content フォルダー<br /> 68 をモジュールルートに上書きしてください。 53 If the language file that you need exists in the extras/xpress_i18n folder<br /> 54 The file and the folder in extras/xpress_i18n/test/xpressme_modules_root are overwrited to the route of the module.<br /> 55 <p style="padding-left: 60px;"> 56 wp-config.php file<br /> 57 language folder<br /> 58 wp-content folder<br /> 59 </p> 69 60 </p> 70 61 <p style="padding-left: 60px;"><img title="xp_i18n" src="../document_image/xp_i18n.png" alt="xp_i18n"/></p> 71 62 72 <h3> XpressME モジュールのインストール(Installation of XpressME module)</h3>73 <p style="padding-left: 30px;"> 上記、「モジュールの作成」で作成したモジュールは、</p>63 <h3>Installation of XpressME module</h3> 64 <p style="padding-left: 30px;">The made module is used.</p> 74 65 <ol style="padding-left: 30px;"> 75 <li> 通常のモジュール同等に、XOOPS_ROOT_PATH/modules/ディレクトリ内にアップロード</li>76 <li> XPressMEモジュールの /templatesディレクトリと、wp-contentsディレクトリのパーミッションを777に変更</li>66 <li>Up-loads it in the directory 'XOOPS_ROOT_PATH/modules/' as well as other modules.</li> 67 <li>The permission of /templates directory and the /wp-contents directory of the XPressME module is changed to 777. </li> 77 68 78 <li> モジュールインストール</li>69 <li>The module is installed on the XOOPS admin page. </li> 79 70 </ol> 80 <p style="padding-left: 30px;">の手順でインストールを行います。</p> 81 <p style="padding-left: 30px;"><strong>備考 </strong></p> 82 <p style="padding-left: 60px;">モジュール名(ディレクトリー名)はXOOPSの他のモジュールと重複しない限り、任意の名前をつけることができます。<br /> 83 モジュール名を変えて複製利用することもできます。(D3対応ではありません)</p> 71 <p style="padding-left: 30px;"><strong>Others</strong></p> 72 <p style="padding-left: 60px;">The module name (directory name) can give an arbitrary name as long as it doesn't overlap with other modules of XOOPS. <br /> 73 Two or more XPressME modules can be installed by changing the module name. (However, it is not D3 module. )</p> 84 74 </div> 85 75 </body>
Note: See TracChangeset
for help on using the changeset viewer.