forked from XoopsX/none
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
120 lines (114 loc) · 4.58 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="ja" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<title>README - None; Nothing but templates</title>
<style type="text/css">
#noneHelp {margin: 1em 5%; background: white; padding: 0.5em}
#noneHelp h1 {letter-spacing: 0.2em; font-family:serif}
#noneHelp h2 {margin-bottom: 0.5em; border-width:0em 0em 0.2em 0em; border-color: teal; border-style: solid; background:#ddd; padding: 0.2em; font-size:100%;}
#noneHelp p {margin-bottom: 0.7em;}
.tips {border: 0.2em dashed orange; background:#ffc; pading: 0.5em; margin: 0.5em 0em 0.5em 0.1em;}
.center {text-align:center;}
</style>
</head>
<body>
<div id="noneHelp" class="help">
<h1 lang="en">None; Nothing but templates</h1>
<table class="outer">
<tbody>
<tr>
<td class="head center" rowspan="6">
<img src="html/modules/none/none.gif" alt="none">
<div class="legacy_list_imagetitle">none</div>
</td>
<td class="head">モジュール名</td>
<td class="odd">none</td>
</tr>
<tr>
<td class="head">バージョン</td>
<td class="even">1.11</td>
</tr>
<tr>
<td class="head">最終更新日</td>
<td class="odd">2010-03-10</td>
</tr>
<tr>
<td class="head">モジュール説明</td>
<td class="even">テンプレート機能を強化したNONEモジュール</td>
</tr>
<tr>
<td class="head">ライセンス</td>
<td class="odd">GPL</td>
</tr>
<tr>
<td class="head">モジュール作者</td>
<td class="even">naoto (株式会社 RYUS) <office@ryus.co.jp></td>
</tr>
</tbody>
</table>
<p>
複製可能な、テンプレートとブロックをもつモジュールです。
個別のロジック的なものは特にありません。
</p>
<ul>
<li>Xoops Cube Legacy 2.1.xシリーズ対応</li>
<li>ホダ塾ディストリビューション 1.0.xシリーズ対応</li>
<li>altsysモジュール必須 バージョン0.7以降推奨</li>
<li>d3forum コメント統合対応 テンプレートを編集することにより、複数のトピックを使えます</li>
<li>サイト内検索対応 searchモジュールの本文表示に対応</li>
<li>「予備」のテンプレートを9コ用意しています</li>
<li>一般設定に、自由に使える設定項目が3種9項目あります</li>
</ul>
<h2>インストール</h2>
<p>
いわゆる「D3モジュール」の、一般的なインストール方法と変りません。
</p>
<p>
altsys(必須)をインストールした段階で、XOOPS_TRUST_PATHのセットアップは済んでいると思いますので、それほど難しくはないと思います。
</p>
<p>
XOOPS_ROOT_PATH side: modules/ 以下のディレクトリ名は任意(英数字) 複製可能です<br />
XOOPS_TRUST_PATH side: "modules/none".<br />
</p>
<h2>おしらせ</h2>
<p>
このモジュールを使いこなす鍵は、「テンプレート」にあります。
</p>
<p>
テンプレートに関しては以下のページも参考にしてください。<br />
<a href="http://usadeki.jp/modules/xcl_template/">テンプレート変数 早見</a> (ちなみにこのページも、noneモジュールで作成しました)
</p>
<p class="notice tips">
使い方に困った、など、Xoopsに関する相談は、<a href="http://usadeki.jp/">うさぎにもできるXOOPS Cube入門♪</a> へどうぞ!
</p>
<p class="notice tips">
定期的に発行しているメルマガ「<a href="http://usadeki.jp/modules/pico2/index.php?content_id=10" title="XOOPSうさぎ通信って何">XOOPSうさぎ通信</a>」もあります。よろしければどうぞ。
</p>
<h2>その他</h2>
<p>
Xoops Cube Legacyの実装に依存しているため、「D3 仕様」を満たしていません。(このモジュール自身は定義上、D3モジュールではありません。)
</p>
<p>
d3none を参考にしました。
gnavi D3 を参考にしました。
多くのコードを移植しました。
オリジナルのNONEに触発されました。
</p>
<p>
based on D3none Version 0.10.<br />
based on GnaviD3 Version 0.96.<br />
</p>
<h2>連絡先</h2>
<address>
<p>naoto (株式会社 RYUS)<office@ryus.co.jp><br />
TEL 03-5207-7202 FAX 03-5207-7785
</p>
</address>
</div>
</body>
</html>