XOOPSの統合パッケージを開発するプロジェクトです。
* Changes *
1. Supoort GeoRSS
http://georss.org/
2. Supoort MediaRSS
http://search.yahoo.com/mrss
3. Supoort GoogleMap
require webmap module.
show in main and block
4. Set the icon each link
* DB table structure *
(1) link table
add following fields
icon, gicon_id
(2) feed table
add following fields
geo_lat, geo_long,
media_content_url, media_content_type, media_content_medium,
media_content_filesize, media_content_width, media_content_height,
media_thumbnail_url, media_thumbnail_width, media_thumbnail_height,
● 変更内容
1. GeoRSS に対応した
http://georss.org/
2. MediaRSS に対応した
http://search.yahoo.com/mrss
3. GoogleMap に対応した
webmap モジュールが必要です。
メイン表示とブロック表示
4. リンク毎にアイコンを設定する
● テーブル構造
(1) link テーブル
下記の項目を追加した
icon, gicon_id
(2) feed テーブル
下記の項目を追加した
geo_lat, geo_long,
media_content_url, media_content_type, media_content_medium,
media_content_filesize, media_content_width, media_content_height,
media_thumbnail_url, media_thumbnail_width, media_thumbnail_height,