OSDN Git Service

Modify some articles related to installing script.
authorsakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 21 Mar 2011 02:24:34 +0000 (02:24 +0000)
committersakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 21 Mar 2011 02:24:34 +0000 (02:24 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1175 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/documentation/devdocs/custominstall.html
utf8/nucleus/documentation/index.html

index 5a2d6c4..d2dc7fb 100755 (executable)
 \r
 <h1>設定</h1>\r
 \r
-<p><code>install.php</code>をエディタで開き、次のコードを探してください:</p>\r
-\r
-<pre><code>    // array with names of plugins to install. Plugin files must be present in the nucleus/plugin/\r
-    // directory.\r
-    //\r
-    // example:\r
-    //     array('NP_TrackBack', 'NP_MemberGoodies')\r
-    $aConfPlugsToInstall = array();\r
-\r
-\r
-    // array with skins to install. skins must be present under the skins/ directory with\r
-    // a subdirectory having the same name that contains a skinbackup.xml file\r
-    //\r
-    // example:\r
-    //     array('base','rsd')\r
-    $aConfSkinsToImport = array();</code></pre>\r
+<p><code>install/index.php</code>をエディタで開き、次のコードを探してください:</p>\r
+\r
+<pre><code>// array with names of plugins to install. Plugin files must be present in the nucleus/plugin/\r
+// directory.\r
+//\r
+// example:\r
+//      array('NP_TrackBack', 'NP_MemberGoodies')\r
+$aConfPlugsToInstall = array(\r
+       'NP_SkinFiles',\r
+);\r
+\r
+\r
+// array with skins to install. skins must be present under the skins/ directory with\r
+// a subdirectory having the same name that contains a skinbackup.xml file\r
+//\r
+// example:\r
+//      array('base','rsd')\r
+$aConfSkinsToImport = array(\r
+       'atom',\r
+       'rss2.0',\r
+       'rsd',\r
+       'default',\r
+);</code></pre>\r
 \r
 <p>やるべき事はこのコードを変更するだけです:自動インストールしたいプラグインとスキンの名前を、例のような配列リストにしてください。</p>\r
 \r
index 453d0b2..6651ae3 100755 (executable)
                </p>\r
 \r
                <div class="note">\r
-                       <b>注意:</b> <i>/install/</i> ディレクトリにアクセスした際、「If you see this text in your browser...」というテキストが表示されたり、 install.phpのダウンロードが促されたりした場合は、そのサーバではphpスクリプトは動作しません。当然、残念ながらphpスクリプトであるNucleusを運用することができません。\r
+                       <b>注意:</b> <i>/install/</i> ディレクトリにアクセスした際、「If you see this text in your browser...」というテキストが表示されたり、 index.phpのダウンロードが促されたりした場合は、そのサーバではphpスクリプトは動作しません。当然、残念ながらphpスクリプトであるNucleusを運用することができません。\r
                </div>\r
 \r
                <h2>4. 完了</h2>\r