PEAK XOOPS - wraps 1.12 in englishin japanese






Main : XOOPS Modules : 

Category: XOOPS Modules     x22     xc21   php5
Download Now! wraps 1.12 Popular Version: 1.12
Submitted Date:  2007/1/10
Description:
in englishin japanese
==== ページラップモジュール WRAPS ===

Duplicatable V3 (D3) 技術を応用したページラップ専用モジュールです。
XOOPS_TRUST_PATH についての設定も必要です。



最初の1個をインストールする方法:

(1) アーカイブを展開して、html/modules/wraps を moduels の下にコピー

(2) ディレクトリ名は好きにつけてください。(例 mycompany)

(3) DocumentRootの外に専用のディレクトリを作ります (例 /home/yourhome/xoops_trust_path)

(4) そのディレクトリのフルパスをmainfile.phpに記述します。場所はXOOPS_URL定義行の直後が良いでしょう。

        define('XOOPS_TRUST_PATH','/home/yourhome/xoops_trust_path');

(このステップ(3)と(4)は、最速キャッシュハックと同じです)

(5) XOOPS_TRUST_PATHの下にmodulesディレクトリを作ります (例 /home/yourhome/xoops_trust_path/modules)

(6) XOOPS_TRUST_PATHの下にwrapsディレクトリを作ります (例 /home/yourhome/xoops_trust_path/wraps)

(7) アーカイブのxoops_trust_path/modules/wrapsをXOOPS_TRUST_PATH/modules/にコピーします (例 /home/yourhome/xoops_trust_path/modules/wraps)

(8) XOOPS_TRUST_PATH/wraps/ の下に(2)と同じ名前のディレクトリを作ります (例 /home/yourhome/xoops_trust_path/wraps/mycompany)

(9) そのディレクトリにラップ用ファイルを好きに突っ込んでください (例 /home/yourhome/xoops_trust_path/wraps/mycompany/index.html)

(10) XOOPSモジュールとしてインストールしてください。

(おまけ) モジュールディレクトリ内の .htaccess.rewrite を.htaccessにリネームすると幸せになれるかもしれません。


もう一個モジュールをインストールする方法:

(1) アーカイブの html/modules/wraps を moduels の下にコピー

(2) ディレクトリ名を好きにつけてください (例 mypolicy)

(3) XOOPS_TRUST_PATH/wraps/ の下に(2)と同じ名前のディレクトリを作ります (例 /home/yourhome/xoops_trust_path/wraps/mypolicy)

(4) そのディレクトリにラップ用ファイルを好きに突っ込んでください (例 /home/yourhome/xoops_trust_path/wraps/mypolicy/index.html)

(5) install it in XOOPS modulesadmin

以上です!



モジュールをバージョンアップする方法:

(1) アーカイブのxoops_trust_path/modules/wrapsをXOOPS_TRUST_PATH/modules/に上書きコピーします (例 /home/yourhome/xoops_trust_path/modules/wraps)

(2) 必要に応じて、モジュールアップデートをかけます。

たったこれだけですべてのモジュールがアップデートされたことになります。



FAQ:

Q) メインメニューからクリックしても、真っ白ページが出るだけ
A) 以下をチェックしてください
- モジュールディレクトリ名とラップ用ディレクトリ名は同じになっていますか?
--- XOOPS_ROOT_PATH/modules/(dir) と XOOPS_TRUST_PATH/wraps/(dir) です。
- ラップ用ディレクトリ内にindex.htmlはちゃんと存在していますか? 存在していない場合は、そのファイル名を明示的に指定する必要があります。



更新履歴:

1.12 (2007/01/10) ※要モジュールアップデート
- 検索用インデックスの自動更新機能追加
- D3モジュールとしての標準機能をキャッチアップ

1.11 (2006/10/27) ※要モジュールアップデート
- モジュールトップページ指定を追加

1.10 (2006/10/20) XOOPS_ROOT_PATH側も上書きする必要があります(要アップデート)
- Cube 2.1 beta で管理画面が動かないことに対応

1.06 (2006/09/14)
- Cube 2.1 での一括インストールでfatalを出していたのを修正
- モジュールアイコン差し替え (thx argon)

1.05 (2006/09/05)
- Cube 2.1 alpha4-c により沿ったコードに書き換えた
- 検索機能がサブフォルダー内のHTML等にも対応
- 将来のためにpreloadをroot_path側に持たせておいた

1.04 (2006/08/09)
- Cube 2.1 alpha4 との相性問題改善

1.03 (2006/07/18)
- Cube 2.1 alpha3 との相性問題改善

1.02 (2006/06/22)
- 大きなファイルへの対応
- 出力バッファリングによる影響の除去

1.01 (2006/06/18)
- XOOPS 2.2.x への対応
- menuにおけるlanguage typoの修正 (thx kenchi)

1.00 (2006/05/16)
- 最初のリリース
- ページラップ機能
- 検索機能 (suinさんのXOOPS検索対応) .html .htm .txt のみ
- rewrite モード
- mymenu (altsys 対応)
- XOOPS_TRUST_PATH
- Duplicatable V3
- 動的生成モジュールアイコン





Downloaded 8940 times  8940  File Size 12.15 KB  Supported Platforms zip|php5|x22|xc21  Home Page http://www.peak.ne.jp/
Modify | Report Broken File | Tell a Friend | Comments (1)


Comments list

irmtfan  Posted on 2006/10/28 6:16
Quote:
Or do you mean INDEX as listing files of the directory?
Yes,
i exactly want this in folders without index.html
GIJOE  Posted on 2006/10/28 5:02
Quote:
you mean i linked them from a html file?
my misunderstanding?

If you have no index.html, you can link any wrapped files directly via
XOOPS_URL/modules/(dirname)/index.php/(filename)

Or do you mean INDEX as listing files of the directory?
irmtfan  Posted on 2006/10/27 6:40
its amazing
i even cant install and test as fast as you release new versions.


Quote:
1. you can do that without index.html

you mean i linked them from a html file?

Yes its a way
GIJOE  Posted on 2006/10/27 5:15
1. you can do that without index.html
2. the latest 1.11 has this feature.
irmtfan  Posted on 2006/10/25 4:13 | Last modified
thanks for the release.
i just have some feature request:

1- show the content of a folder even when there is No index.html.
for example i just want to put some files/pics for download somewhere OUTSIDE of http.

2- can recognize other indexes like index.htm index.php and ...
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!