Download List

项目描述

XOOPSの統合パッケージを開発するプロジェクトです。

系统要求

System requirement is not defined

发布: 2009-03-25 18:41
timeline timeline_010 (1 files 隐藏)

发布版本通知


This module is the timeline using MIT Timeline
http://code.google.com/p/simile-widgets/wiki/Timeline

* Main features *
1. Sample
(1) Sample1 : simple exsample using XML format data
(2) Sample2 : simple exsample using Event object
(3) Sample3 : CompactEventPainter using JSON format date
(3) Sample4 : CompactEventPainter using Event object

2. API features
This modules provide the interface for the other module to show the timeline.


* Install *
1. common ( xoops 2.0.16a JP and XOOPS Cube 2.1.x )
When you unzip the zip file, there are two directories html and xoops_trust_path.
Please copy in the directory which XOOPS correspond

When you install, the xoops output warning like the following.
Please ignore, because xoops and webphoto work well.
-----
Warning [Xoops]: Smarty error: unable to read resource: "db:_inc_simple_xml_js.html" in file class/smarty/Smarty.class.php line 1095
-----

2. xoops 2.0.18
in addition to the above

(1) rename preload file.
XOOPS_TRUUST_PATH/modules/timeline/preload/_constants.php (with undebar)
-> constants.php (without undebar)

(2) change _C_TIMELINE_PRELOAD_XOOPS_2018 in valid
remove // at the head.
-----
//define("_C_TIMELINE_PRELOAD_XOOPS_2018", "1" )
-----


* Special Thanks *
Special thanks to MIT Simile Project.
- http://code.google.com/p/simile-widgets/wiki/Timeline


MIT Timeline を使用してタイムラインをモジュールです。
http://code.google.com/p/simile-widgets/wiki/Timeline

● 主な機能
1. 見本
(1) 例1:XML 形式のデータを読込むシンプルな例
(2) 例2:Event オブジェクトを設定するシンプルな例
(3) 例3:JSON 形式のデータを読込む CompactEventPainter の例
(3) 例4:Event オブジェクトを設定する CompactEventPainter の例

2. API機能
他のモジュールがタイムラインを表示するためのインタフェースを提供する


● インストール
1. 共通 ( xoops 2.0.16a JP および XOOPS Cube 2.1.x )
解凍すると、html と xoops_trust_path の2つディレクトリがあります。
それぞれ、XOOPS の該当するディレクトリに格納ください。

イントール時に下記のような Warning が出ますが、
動作には支障ないので、無視してください。
-----
Warning [Xoops]: Smarty error: unable to read resource: "db:_inc_simple_xml_js.html" in file class/smarty/Smarty.class.php line 1095
-----

2. xoops 2.0.18
上記に加えて
(1) preload ファイルをリネームする
XOOPS_TRUST_PATH/modules/timeline/preload/_constants.php (アンダーバーあり)
-> constants.php (アンダーバーなし)

(2) _C_TIMELINE_PRELOAD_XOOPS_2018 を有効にする
先頭の // を削除する
-----
//define("_C_TIMELINE_PRELOAD_XOOPS_2018", 1 ) ;
-----


● 謝辞
MIT Simile Project の方々に、感謝します。
- http://code.google.com/p/simile-widgets/wiki/Timeline

变更日志

No Changelogs