From 68848408d87fb475e8620cfd34525af98722eb57 Mon Sep 17 00:00:00 2001 From: shizuki Date: Wed, 4 Feb 2009 02:03:54 +0000 Subject: [PATCH] git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@897 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- utf8/extra/fancyurls/fancyurls.config.ja.php | 60 ++++++++++++++++ utf8/media/.htaccess | 11 +++ utf8/media/readme.ja.txt | 17 +++++ utf8/skins/.htaccess | 4 ++ utf8/skins/default/{readme.html => readme.en.html} | 29 +++++--- utf8/skins/default/readme.ja.html | 83 ++++++++++++++++++++++ utf8/skins/readme.ja.txt | 12 ++++ utf8/skins/readme.txt | 4 +- 8 files changed, 208 insertions(+), 12 deletions(-) create mode 100644 utf8/extra/fancyurls/fancyurls.config.ja.php create mode 100644 utf8/media/.htaccess create mode 100644 utf8/media/readme.ja.txt create mode 100644 utf8/skins/.htaccess rename utf8/skins/default/{readme.html => readme.en.html} (88%) create mode 100644 utf8/skins/default/readme.ja.html create mode 100644 utf8/skins/readme.ja.txt diff --git a/utf8/extra/fancyurls/fancyurls.config.ja.php b/utf8/extra/fancyurls/fancyurls.config.ja.php new file mode 100644 index 0000000..ee207f1 --- /dev/null +++ b/utf8/extra/fancyurls/fancyurls.config.ja.php @@ -0,0 +1,60 @@ + \ No newline at end of file diff --git a/utf8/media/.htaccess b/utf8/media/.htaccess new file mode 100644 index 0000000..da274e3 --- /dev/null +++ b/utf8/media/.htaccess @@ -0,0 +1,11 @@ +# You may modify following line to avoid script execution completely. +# In environment where multiple users are using Nucleus, +# be sure that any script cannot be executed due to your server setting. +# Note that this isn't needed when all members are super-admin. +# スクリプトの実行を避ける為に、適宜追加してください。 +# サーバの設定によっては、アップロードされたファイルをスクリプトとして +# 実行される恐れがありますので、複数人でNucleusを運用している場合は特に +# 注意が必要です。 +# + +RemoveHandler php cgi pl py rb shtml \ No newline at end of file diff --git a/utf8/media/readme.ja.txt b/utf8/media/readme.ja.txt new file mode 100644 index 0000000..73b4d8a --- /dev/null +++ b/utf8/media/readme.ja.txt @@ -0,0 +1,17 @@ +Nucleus Media ディレクトリ +----------------------- + +アップロードされた画像等のファイルは、最終的にこのディレクトリに移動されます。 + + +サブディレクトリについて: + +* 数字 (例 /media/1/) + +アップロードしたメンバーだけがファイルを使用できます。(ディレクトリ名はメンバーIDになります) + +* 数字以外 (例 /media/common/) + +誰が使ってもいいファイルを保存しておく為のディレクトリ。 +ディレクトリを作ってパーミッションを777等にしておくだけで、新しいコレクションとして追加されます。 + diff --git a/utf8/skins/.htaccess b/utf8/skins/.htaccess new file mode 100644 index 0000000..f7027bd --- /dev/null +++ b/utf8/skins/.htaccess @@ -0,0 +1,4 @@ + +Order allow,deny +Deny from all + \ No newline at end of file diff --git a/utf8/skins/default/readme.html b/utf8/skins/default/readme.en.html similarity index 88% rename from utf8/skins/default/readme.html rename to utf8/skins/default/readme.en.html index fc975b8..c7dd761 100644 --- a/utf8/skins/default/readme.html +++ b/utf8/skins/default/readme.en.html @@ -1,52 +1,59 @@ - Nucleus CMS 3.2 - default skin + Nucleus CMS 3.4 - default skin -

Nucleus CMS 3.2 - default skin

+

Nucleus CMS 3.4 - default skin

Default Nucleus CMS 3.2 skin based on the Stanch skin contributed by Stanch with assistance from roel.

Default skin's skin/templates/includes tweaked by hcgtv, CSS color scheme by moraes.

-
+


+

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.

If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with <div class="wrap1">, followed by <div class="wrap2">, and then <div class="wrap3">. Remember to close them with </div></div></div>. Please note also that the drop shadow has float:left style applied to it.

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.

-
+


+

Default skin files:

default_left.css - left side menu CSS code, change it in head.inc

default_right.css - right side menu CSS code, default CSS in head.inc

skinbackup.xml - backup of default skin, can be reimported just in case

/images - background, header, footer and misc images

-
+


+

This skin makes use of includes for skin abstraction:

head.inc - html header

-

navigation.inc - navigation & page titles

+

navigation.inc - navigation & page titles

header.inc - page header

sidebar.inc - page menu

footer.inc - page footer

-
+


+

Extra files:

nicetitles.js - tooltips javascript code, triggered by title="" attribute in links

nicetitle.css - tooltips color and layout code

favicon.ico - sample favorite icon, copy to site's root directory

-
-

The NP_SkinFiles plugin is recommended for maintenance of includes.

+


+ +

The NP_SkinFiles plugin is recommended for maintenance of includes.

Note: chmod 666 the .inc files in the /skins/default directory.

-
+


+

Tooltips courtesy of NiceTitles

-
+


+

Nucleus CMS 3.2 - to stop the flow of tears

diff --git a/utf8/skins/default/readme.ja.html b/utf8/skins/default/readme.ja.html new file mode 100644 index 0000000..5397882 --- /dev/null +++ b/utf8/skins/default/readme.ja.html @@ -0,0 +1,83 @@ + + + + + Nucleus CMS 3.33 - 標準スキン + + + +

Nucleus CMS 3.33 - 標準スキン

+ +

Nucleus CMS 3.33 の標準のスキンは、Stanch skinをベースに、roel氏のアシストを受けて、Stanch氏により寄贈されました。

+ +

標準のスキンの「スキン」「テンプレート」「読み込みファイル」はhcgtv氏が、CSSによる配色はmoraes氏が行いました。

+ +


+ +

Firefox 1.0/Internet Explorer 6.0/Opera 7.54/Netscape 7.2等の、メジャーなブラウザで動作確認を行っています。またこのスキンは、XHTML 1.0 と CSS の規格に完全に準拠するコードで書かれています。

+ +

画像にドロップシャドウの効果を付けたいと思ったら、効果を加えたい画像を三重の div タグで囲みます。
+ 最初のタグは「<div class="wrap1">」、2番目が「<div class="wrap2">」、そして最後に「<div class="wrap3">」を加えます。これらのタグを</div></div></div>と閉じる事も忘れないようにしましょう。
+ この時付加されるドロップシャドウ効果に「float:left」と、スタイルが定義されている事に気をつけます。

+ +

コメントが表示されるページにおいて、ブログオーナー(Nucleusの管理者)のコメントが、他の訪問者やメンバーのコメントとは違った表示になっているのに気付くと思います
+ これは CSS によって実現しています。
+ CSS ファイルの中にコメントを残しているので、他のメンバーのコメントに違うスタイルを適用したいと思ったり、管理者用のスタイルを削除したいと思った時にもすぐにわかると思います。

+ +


+ +

標準スキンの構成ファイル:

+
+
default_left.css
+
左側メニューCSSコード、head.incで変更できます。
+
default_right.css
+
右側メニューCSSコード、head.incで初期に設定されているCSSファイルです。
+
skinbackup.xml
+
標準スキンのバッックアップファイルです。読込/書出 より読み込むことができます。編集画面のテキストエリアに入力されている内容が書かれています。
+
/images
+
ヘッダ用、フッタ用、背景用などの画像が入っているディレクトリです
+
+ +


+ +

実行時に読み込まれるファイル:

+
+
head.inc
+
HTML ヘッダ
+
navigation.inc
+
ナビゲーション(キーボードナビゲーションの為の<link>タグ)、ページタイトル(<title>タグなど)
+
header.inc
+
ページのヘッダ部分。黄色い背景にブログのタイトルが表示されている部分
+
sidebar.inc
+
メニュー部分。初期設定では右側の部分
+
sidebar.inc
+
ページのフッタ部分。黄色背景で「Copyright」等が書かれている部分
+
+ +


+ +

スキンの機能を拡張する付属ファイル:

+
+
nicetitles.js
+
リンク部分にカーソルを移動した時にa タグの title属性をツールチップとして表示させる為のjavascript。
+
nicetitle.css
+
ツールチップの色やレイアウトを決定する為のCSSファイル
+
favicon.ico
+
サンプルのお気に入りアイコン、サイトのルートディレクトリへコピーして使用
+
+ +


+ +

スキン構成ファイルのメンテナンスのためにNP_SkinFilesがNucleus CMS本体に同梱されています。

+

注意:NP_SkinFiles使用のためには /skins/default ディレクトリのパーミッションを777に、/skins/default ディレクトリ内のincファイルのパーミッションを666に設定してください。

+ +


+ +

ツールチップ表示用javascriptは、NiceTitlesの好意により同梱されています

+ +


+ +

Nucleus CMS 3.33 - to stop the flow of tears

+ + + \ No newline at end of file diff --git a/utf8/skins/readme.ja.txt b/utf8/skins/readme.ja.txt new file mode 100644 index 0000000..073d092 --- /dev/null +++ b/utf8/skins/readme.ja.txt @@ -0,0 +1,12 @@ +Nucleus skins ディレクトリ +----------------------- + +注意:このディレクトリ内(サブディレクトリを含む)にある、skinbackup.xml や skindata.xml 等のファイルを直接編集することは避けてください。 + これらのファイルはユーザーに配布する為に、Nucleusの機能を使用して作成されています。 + + スキンを編集する時は、Nucleusの管理エリアで左のメニューから「スキン編集」を選択し、スキン編集画面へと進んでください。 + +注意:このディレクトリの.htaccessファイルは、ディレクトリ内(サブディレクトリを含む)の .inc ファイルや .php ファイルに外部から直接アクセス + することを禁止する為のものです。 + サーバの設定によっては、.htaccessに記述された内容が、意図したとおりに動作しないことがあります。 + スキンの表示が壊れている時は、.htaccess ファイルを修正することで直ることがあります。 \ No newline at end of file diff --git a/utf8/skins/readme.txt b/utf8/skins/readme.txt index ddecbfe..3844617 100755 --- a/utf8/skins/readme.txt +++ b/utf8/skins/readme.txt @@ -3,4 +3,6 @@ Nucleus skins directory 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. -To edit skins, open the Nucleus Admin Area, and select 'skins' in the left menu. \ No newline at end of file +To edit skins, open the Nucleus Admin Area, and select 'skins' in the left menu. + +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 -- 2.11.0