OSDN Git Service

Purge or rename several files for generating Japanese package.
authorsakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Thu, 30 Dec 2010 01:25:55 +0000 (01:25 +0000)
committersakamocchi <sakamocchi@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Thu, 30 Dec 2010 01:25:55 +0000 (01:25 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1076 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/createaccount.html.en [deleted file]
utf8/createaccount.html.ja [deleted file]
utf8/media/readme.ja.txt [deleted file]
utf8/media/readme.txt
utf8/readme.html [new file with mode: 0644]
utf8/readme.html.en [deleted file]
utf8/readme.html.ja [deleted file]
utf8/skins/default/readme.html
utf8/skins/readme.ja.txt [deleted file]
utf8/skins/readme.txt

diff --git a/utf8/createaccount.html.en b/utf8/createaccount.html.en
deleted file mode 100644 (file)
index 2525062..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
-       <meta http-equiv="Refresh" content="5;url=createaccount.php" />
-       <title>Create Member Account</title>
-       <style type="text/css">@import url(nucleus/styles/manual.css);</style>
-       <!--
-               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
-               Copyright (C) 2002-2010 The Nucleus Group
-
-               This program is free software; you can redistribute it and/or
-               modify it under the terms of the GNU General Public License
-               as published by the Free Software Foundation; either version 2
-               of the License, or (at your option) any later version.
-               (see nucleus/documentation/index.html#license for more info)
-
-               @license http://nucleuscms.org/license.txt GNU General Public License
-               @copyright Copyright (C) 2002-2010 The Nucleus Group
-               @version $Id$
-       -->
-</head>
-<body>
-       <h1>Create Account</h1>
-
-       <p>Sorry, the URL of the Create Account Form has changed.</p>
-       <p>If you are not redirected automatically please use this link: <a href="createaccount.php">Create Member Account</a>.</p>
-       <p>Thank you. :-)</p>
-       
-</body>
-</html>
diff --git a/utf8/createaccount.html.ja b/utf8/createaccount.html.ja
deleted file mode 100644 (file)
index 7517992..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-       <meta http-equiv="Refresh" content="5;url=createaccount.php" />
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
-       <title>メンバーアカウントの作成</title>
-       <style type="text/css">@import url(nucleus/styles/manual.css);</style>
-       <!--
-               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
-               Copyright (C) 2002-2010 The Nucleus Group
-
-               This program is free software; you can redistribute it and/or
-               modify it under the terms of the GNU General Public License
-               as published by the Free Software Foundation; either version 2
-               of the License, or (at your option) any later version.
-               (see nucleus/documentation/index.html#license for more info)
-
-               @license http://nucleuscms.org/license.txt GNU General Public License
-               @copyright Copyright (C) 2002-2010 The Nucleus Group
-               @version $Id$
-       -->
-</head>
-<body>
-       <h1>アカウントの作成</h1>
-
-       <p>アカウント作成用のURLは変更になりました</p>
-       <p>自動的にジャンプしない場合は「<a href="createaccount.php">ここ</a>」をクリックしてください</p>
-       <p>Thank you. :-)</p>
-       
-</body>
-</html>
diff --git a/utf8/media/readme.ja.txt b/utf8/media/readme.ja.txt
deleted file mode 100644 (file)
index 73b4d8a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Nucleus Media ディレクトリ
------------------------
-
-アップロードされた画像等のファイルは、最終的にこのディレクトリに移動されます。
-
-
-サブディレクトリについて:
-
-* 数字 (例 /media/1/)
-
-アップロードしたメンバーだけがファイルを使用できます。(ディレクトリ名はメンバーIDになります)
-
-* 数字以外 (例 /media/common/)
-
-誰が使ってもいいファイルを保存しておく為のディレクトリ。
-ディレクトリを作ってパーミッションを777等にしておくだけで、新しいコレクションとして追加されます。
-
index 308d3a1..73b4d8a 100755 (executable)
@@ -1,15 +1,17 @@
-Nucleus Media Directory
+Nucleus Media ディレクトリ
 -----------------------
 
-Uploaded images will end up in the media directory.
+アップロードされた画像等のファイルは、最終的にこのディレクトリに移動されます。
 
-Subdirectories work as follows:
 
-* numeric (e.g. /media/1/)
+サブディレクトリについて:
 
-Media files for a certain member (directory name is the memberid)
+* 数字 (例 /media/1/)
 
-* other directories (e.g. /media/common/)
+アップロードしたメンバーだけがファイルを使用できます。(ディレクトリ名はメンバーIDになります)
 
-Global media collections that can be used by any member that is on a team. In order to create a new collection, simply create a new directory and assure write access is enabled for it.
+* 数字以外 (例 /media/common/)
+
+誰が使ってもいいファイルを保存しておく為のディレクトリ。
+ディレクトリを作ってパーミッションを777等にしておくだけで、新しいコレクションとして追加されます。
 
diff --git a/utf8/readme.html b/utf8/readme.html
new file mode 100644 (file)
index 0000000..0563741
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+<title>Nucleus - Readme</title>
+<style type="text/css">
+<!--
+       @import url(nucleus/styles/manual.css);
+-->
+</style>
+<!--
+       Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+       Copyright (C) 2002-2010 The Nucleus Group
+       
+       This program is free software; you can redistribute it and/or
+       modify it under the terms of the GNU General Public License
+       as published by the Free Software Foundation; either version 2
+       of the License, or (at your option) any later version.
+       (see nucleus/documentation/index.html#license for more info)
+       
+       @license http://nucleuscms.org/license.txt GNU General Public License
+       @copyright Copyright (C) 2002-2010 The Nucleus Group
+       @version $Id$
+-->
+</head>
+<body>
+<h1>Readme</h1>
+
+<p>
+<a href="nucleus/documentation/index.html">Nucleus マニュアル</a>を参照して下さい。
+</p>
+</body>
+</html>
\ No newline at end of file
diff --git a/utf8/readme.html.en b/utf8/readme.html.en
deleted file mode 100644 (file)
index 61c3cc6..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
-       <title>Nucleus - Readme</title>
-       <style type="text/css">
-       <!--
-               @import url(nucleus/styles/manual.css);
-       -->
-       </style>
-       <!--\r
-               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
-               Copyright (C) 2002-2010 The Nucleus Group
-
-               This program is free software; you can redistribute it and/or
-               modify it under the terms of the GNU General Public License
-               as published by the Free Software Foundation; either version 2
-               of the License, or (at your option) any later version.
-               (see nucleus/documentation/index.html#license for more info)
-
-               @license http://nucleuscms.org/license.txt GNU General Public License\r
-               @copyright Copyright (C) 2002-2010 The Nucleus Group\r
-               @version $Id$\r
-       -->\r
-</head>
-<body>
-<h1>Readme</h1>
-
-<p>
-The only purpose of this file is to guide you to <a href="nucleus/documentation/index.html">the Nucleus manual</a>.
-</p>
-</body>
-</html>
\ No newline at end of file
diff --git a/utf8/readme.html.ja b/utf8/readme.html.ja
deleted file mode 100644 (file)
index 859200b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
-       <title>Nucleus - Readme</title>
-       <style type="text/css">
-       <!--
-               @import url(nucleus/styles/manual.css);
-       -->
-       </style>
-       <!--
-               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
-               Copyright (C) 2002-2010 The Nucleus Group
-
-               This program is free software; you can redistribute it and/or
-               modify it under the terms of the GNU General Public License
-               as published by the Free Software Foundation; either version 2
-               of the License, or (at your option) any later version.
-               (see nucleus/documentation/index.html#license for more info)
-
-               @license http://nucleuscms.org/license.txt GNU General Public License
-               @copyright Copyright (C) 2002-2010 The Nucleus Group
-               @version $Id$
-       -->
-</head>
-<body>
-<h1>Readme</h1>
-
-<p>
-このファイルは<a href="nucleus/documentation/index.html">Nucleus マニュアル</a>へのポインタとしてのみ存在します
-</p>
-</body>
-</html>
\ No newline at end of file
index 8ae8366..d1feae6 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">\r
-<head>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
-       <title>Nucleus CMS 3.3 - default skin</title>\r
-       <link rel="stylesheet" type="text/css" href="../../nucleus/styles/manual.css" />\r
-\r
-</head>\r
-\r
-<body>\r
-\r
-       <h1>Nucleus CMS 3.3 - jdefault(日本語) skin</h1>\r
-\r
-\r
-\r
-       <p>Default Nucleus CMS 3.3 skin based on the Stanch skin contributed by <a href="http://www.stanch.net/">Stanch</a> with assistance from <a href="http://roelg.nl/">roel</a>.</p>\r
-\r
-\r
-\r
-       <p>Default skin's skin/templates/includes tweaked by <a href="http://nupusi.com/">hcgtv</a>, CSS color scheme by <a href="http://smalltalking.com/">moraes</a>.</p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>This skin has been tested on major modern browsers, such as Firefox 1.0, Internet Explorer 6.0, Opera 7.54 and Netscape 7.2. The skin is coded using valid XHTML 1.0 and valid CSS.</p>\r
-\r
-\r
-\r
-       <p>If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with &lt;div class="wrap1"&gt;, followed by &lt;div class="wrap2"&gt;, and then &lt;div class="wrap3"&gt;. Remember to close them with &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;. Please note also that the drop shadow has float:left style applied to it.</p>\r
-\r
-\r
-\r
-       <p>On the comments page, you will notice that the owner (Nucleus administrator) has a different kind of styling to his/her comments, as opposed to the comments made by visitors. This is made possible using CSS. I have included short comments in the CSS file, I'm sure it is easy to understand, in case you want to remove this styling or you want to add styling for different members.</p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>Defaultスキンファイル:</p>\r
-\r
-       <p>default_left.css - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">左側メニューCSSコード、head.incで変更できます。</span></p>\r
-\r
-       <p>default_right.css - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">右側メニューCSSコード、head.incで初期に設定されているCSSファイルです。</span></p>\r
-\r
-       <p>skinbackup.xml - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">デフォルトスキンのバックアップです。読込/書出 より読み込むことができます。</span></p>\r
-\r
-       <p>/images - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">イメージ 、 背景、ヘッダ、フッタ、その他イメージ</span></p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>このスキンは以下のファイルを読込み組み立てられます。</p>\r
-\r
-       <p>head.inc - html ヘッダー</p>\r
-\r
-       <p>navigation.inc - ナビゲーション、ページタイトル</p>\r
-\r
-       <p>header.inc - ページヘッダー</p>\r
-\r
-       <p>sidebar.inc - ページメニュー</p>\r
-\r
-       <p>footer.inc - ページフッター</p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>その他のファイル:</p>\r
-\r
-       <p>nicetitles.js - linkタグのtitle=""属性によって動作するツールチップのjavascriptコード</p>\r
-\r
-       <p>nicetitle.css - ツールチップの色とレイアウト設定</p>\r
-       <p>jlocal.css - 日本語スタイリングのためのCSSファイル</p>\r
-       <p>favicon.ico - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">サンプルのお気に入りアイコン、サイトのルートディレクトリへコピー</span></p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>ファイルのメンテナンスのために<a href="http://japan.nucleuscms.org/wiki/plugins:skinfiles">NP_SkinFiles</a>が含まれます。</p>\r
-\r
-       <p>注意:NP_SkinFiles使用のためには /skins/default ディレクトリのパーミッションを777に、/skins/default ディレクトリ内のincファイルのパーミッションを666に設定してください。</p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <p>Tooltips courtesy of <a href="http://neo.dzygn.com/code/nicetitles">NiceTitles</a></p>\r
-\r
-\r
-\r
-       <br />\r
-\r
-       <h1>Nucleus CMS 3.3 - to stop the flow of tears</h1>\r
-\r
-\r
-\r
-</body>\r
-\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Nucleus CMS 3.51 - default skin</title>
+<link rel="stylesheet" type="text/css" href="../../nucleus/styles/manual.css" />
+
+</head>
+
+<body>
+<h1>Nucleus CMS 3.51 - 標準スキン(日本語版)</h1>
+<p>Default Nucleus CMS 3.51 skin based on the Stanch skin contributed by <a href="http://www.stanch.net/">Stanch</a> with assistance from <a href="http://roelg.nl/">roel</a>.</p>
+<p>Default skin's skin/templates/includes tweaked by <a href="http://nupusi.com/">hcgtv</a>, CSS color scheme by <a href="http://smalltalking.com/">moraes</a>.</p>
+<p>This skin has been tested on major modern browsers, such as Firefox 1.0, Internet Explorer 6.0, Opera 7.54 and Netscape 7.2. The skin is coded using valid XHTML 1.0 and valid CSS.</p>
+<p>If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with &lt;div class="wrap1"&gt;, followed by &lt;div class="wrap2"&gt;, and then &lt;div class="wrap3"&gt;. Remember to close them with &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;. Please note also that the drop shadow has float:left style applied to it.</p>
+<p>On the comments page, you will notice that the owner (Nucleus administrator) has a different kind of styling to his/her comments, as opposed to the comments made by visitors. This is made possible using CSS. I have included short comments in the CSS file, I'm sure it is easy to understand, in case you want to remove this styling or you want to add styling for different members.</p>
+
+<h2>Defaultスキンファイル</h2>
+<ul>
+<li>default_left.css - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">左側メニューCSSコード、head.incで変更できます。</span></li>
+<li>default_right.css - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">右側メニューCSSコード、head.incで初期に設定されているCSSファイルです。</span></li>
+<li>skinbackup.xml - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">デフォルトスキンのバックアップです。読込/書出より読み込むことができます。</span></li>
+<li>/images - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">イメージ、 背景、ヘッダ、フッタ、その他イメージ</span></li>
+</ul>
+
+<p>このスキンは以下のファイルを読込み組み立てられます。</p>
+<ul>
+<li>head.inc - html ヘッダー</li>
+<li>navigation.inc - ナビゲーション、ページタイトル</li>
+<li>header.inc - ページヘッダー</li>
+<li>sidebar.inc - ページメニュー</li>
+<li>footer.inc - ページフッター</li>
+</ul>
+
+<p>その他のファイル:</p>
+<ul>
+<li>nicetitles.js - linkタグのtitle=""属性によって動作するツールチップのjavascriptコード</li>
+<li>nicetitle.css - ツールチップの色とレイアウト設定</li>
+<li>jlocal.css - 日本語スタイリングのためのCSSファイル</li>
+<li>favicon.ico - <span xml:lang="ja" class="CRHTML_TXN" lang="ja">サンプルのお気に入りアイコン、サイトのルートディレクトリへコピー</span></li>
+</ul>
+
+<p>ファイルのメンテナンスのために<a href="http://japan.nucleuscms.org/wiki/plugins:skinfiles">NP_SkinFiles</a>が含まれます。</p>
+<p>注意:NP_SkinFiles使用のためには /skins/default ディレクトリのパーミッションを777に、/skins/default ディレクトリ内のincファイルのパーミッションを666に設定してください。</p>
+<p>Tooltips courtesy of <a href="http://neo.dzygn.com/code/nicetitles">NiceTitles</a></p>
+
+<h1>Nucleus CMS 3.3 - to stop the flow of tears</h1>
+
+</body>
+
 </html>
\ No newline at end of file
diff --git a/utf8/skins/readme.ja.txt b/utf8/skins/readme.ja.txt
deleted file mode 100644 (file)
index 073d092..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Nucleus skins ディレクトリ
------------------------
-
-注意:このディレクトリ内(サブディレクトリを含む)にある、skinbackup.xml や skindata.xml 等のファイルを直接編集することは避けてください。
-         これらのファイルはユーザーに配布する為に、Nucleusの機能を使用して作成されています。
-
-         スキンを編集する時は、Nucleusの管理エリアで左のメニューから「スキン編集」を選択し、スキン編集画面へと進んでください。
-
-注意:このディレクトリの.htaccessファイルは、ディレクトリ内(サブディレクトリを含む)の .inc ファイルや .php ファイルに外部から直接アクセス
-         することを禁止する為のものです。
-         サーバの設定によっては、.htaccessに記述された内容が、意図したとおりに動作しないことがあります。
-         スキンの表示が壊れている時は、.htaccess ファイルを修正することで直ることがあります。
\ No newline at end of file
index 3844617..073d092 100755 (executable)
@@ -1,8 +1,12 @@
-Nucleus skins directory
+Nucleus skins ディレクトリ
 -----------------------
 
-PLEASE NOTE: the skinbackup.xml or skindata.xml files in these directories are not where you should edit the skins. These files get generated by the Nucleus skin export function and are meant to distribute skins between Nucleus users.
+注意:このディレクトリ内(サブディレクトリを含む)にある、skinbackup.xml や skindata.xml 等のファイルを直接編集することは避けてください。
+         これらのファイルはユーザーに配布する為に、Nucleusの機能を使用して作成されています。
 
-To edit skins, open the Nucleus Admin Area, and select 'skins' in the left menu.
+         スキンを編集する時は、Nucleusの管理エリアで左のメニューから「スキン編集」を選択し、スキン編集画面へと進んでください。
 
-PLEASE NOTE: the .htaccess file in this directory is intended to prohibit, for enhanced security, direct access .inc and .php files in the skin folders. Depending on the web server configuration, the code in this .htaccess file may not work as intended. In this case, your site will be displayed incorrectly, with missing content or style. Renaming the .htaccess file should fix the problem.
\ No newline at end of file
+注意:このディレクトリの.htaccessファイルは、ディレクトリ内(サブディレクトリを含む)の .inc ファイルや .php ファイルに外部から直接アクセス
+         することを禁止する為のものです。
+         サーバの設定によっては、.htaccessに記述された内容が、意図したとおりに動作しないことがあります。
+         スキンの表示が壊れている時は、.htaccess ファイルを修正することで直ることがあります。
\ No newline at end of file