OSDN Git Service

changed copyright
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 15 Mar 2005 07:29:28 +0000 (07:29 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 15 Mar 2005 07:29:28 +0000 (07:29 +0000)
added NP_SkinFiles
changed Nucleus Weblog to Nucleus CMS
localized submit button
added mb_emulator info at config.php description

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@36 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/install.php

index 9363476..1ad0b93 100755 (executable)
@@ -1,7 +1,7 @@
 <?php\r
        /**\r
          * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
-         * Copyright (C) 2002-2004 The Nucleus Group\r
+         * Copyright (C) 2002-2005 The Nucleus Group\r
          *\r
          * This program is free software; you can redistribute it and/or\r
          * modify it under the terms of the GNU General Public License\r
@@ -28,7 +28,7 @@
                //\r
                // example:\r
                //     array('NP_TrackBack', 'NP_MemberGoodies')\r
-               $aConfPlugsToInstall = array();\r
+               $aConfPlugsToInstall = array('NP_SkinFiles');\r
 \r
 \r
                // array with skins to install. skins must be present under the skins/ directory with\r
@@ -36,7 +36,7 @@
                //\r
                // example:\r
                //     array('base','rsd')\r
-               $aConfSkinsToImport = array();\r
+               $aConfSkinsToImport = array('default');\r
 \r
        /*\r
                -- End Of Configurable Part --\r
                <legend>ウェブログのデータ</legend>\r
                <table><tr>\r
                        <td>Blog名:</td>\r
-                       <td><input name="Blog_name" size="60" value="My Nucleus Weblog" /></td>\r
+                       <td><input name="Blog_name" size="60" value="My Nucleus CMS" /></td>\r
                </tr><tr>\r
                        <td>Blogの短縮名:</td>\r
                        <td>\r
-                               <input name="Blog_shortname" value="myweblog" />\r
+                               <input name="Blog_shortname" value="mynucleuscms" />\r
                                <small>(許可される文字:a-z と 0-9、スペースは不可)</small>\r
                        </td>\r
                </tr></table>\r
 \r
        <p>\r
                <input name="action" value="go" type="hidden" />\r
-               <input type="submit" value="Install Nucleus" onclick="return checkSubmit();" />\r
+               <input type="submit" value="Nucleus CMSのインストール" onclick="return checkSubmit();" />\r
        </p>\r
 \r
        </form>\r
 \r
        // include libs\r
        include($DIR_LIBS.'globalfunctions.php');\r
+       if (!extension_loaded('mbstring')) {\r
+               include($DIR_LIBS.'mb_emulator/mb-emulator.php');\r
+       }\r
 ?&gt;\r
                        </pre>\r
 \r
        /* for the non-php systems that decide to show the contents:\r
           ?></div><?php        */\r
 \r
-?>
\ No newline at end of file
+?>\r