XOOPSの統合パッケージを開発するプロジェクトです。
* Changes *
1. supported the URL of RSS exceeded 255 characters.
2. lang pack
(1) added new Arabic
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=385&forum=5
3. bug fix
(1) fatal error when showing feed in weblinks
* DB table structure *
(1) modify field in feed table
link : varchar(255) -> text
* requirement *
(1) happy_linux module 1.40 is required.
* Update *
(1) Overwrite the files below rssc directory.
(2) Update rssc module in XOOPS management.
the rssc's update script is executed at the same time.
=====
● 変更内容
1. RSS の URL が255文字を超える場合に対応した
2. 言語ファイル
(1) アラビア語を新設した
http://linux2.ohwada.net/modules/newbb/viewtopic.php?topic_id=385&forum=5
3. バグ対策
(1) weblinks にて feed を表示するとき fatal error になる
● テーブル構造
(1) feed テーブル
属性を変更した
link : varchar(255) -> text
● 要求事項
(1) happy_linux モジュール 1.40 が必要です。
● アップデート
(1) rssc ディレクトリ以下のファイルを上書きする。
(2) XOOPS 管理画面より、rssc モジュールのアップデートをする。
onUpdate に対応しているので、rssc 独自のアップデート・スクリプトも同時に実行される。