Download List

프로젝트 설명

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

System Requirements

System requirement is not defined

Released at 2008-01-11 23:45
hack_patch myalbum_rss_020 (1 files Hide)

Release Notes

This is hack to add RSS in MyAlbum Module


* Changes *
(1) not output media tag when there are no image data.
Because myalbum module can be uploaded the files except the image

(2) add clear mode
the admin only can clear the complied template for RSS

(3) support W3C
add name in webMaster tag, managingEditor tag

(4) support Piclens
not output madia:group tag

Piclens is Firefox addon for slide show
http://www.piclens.com/


* usage *
rss.php?mode=xxx
mode : leatst (default), random, clear (admin only)


* RSS Auto Discovery *
add the following lines under title tag in theme.html
-----
<link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/modules/myalbum/rss.php" />
-----


* notice *
conflict "myalbum_header.html", if using with "popup for MyAlbum Module".
please use "Popup + RSS + Piclens for MyAlbum Module"


MyAlbum モジュールに RSS を付加するハックです。

● 変更内容
(1) myalbum には 画像以外のファイルも掲載できるため、
画像データがない場合には media タグを出力しないようにした

(2) clear mode を追加した
RSSのコンパイル済みテンプレートをクリアする
管理者のみが使用できる

(3) W3C 準拠
webMaster タグ、managingEditor タグに名前を追加した

(4) Piclens 対応
madia:group タグを出力しないようにした

Piclens は スライドショーを表示する Firefox のアドオンです。
http://www.piclens.com/


● 使用方法
rss.php?mode=xxx
mode : leatst (default), random, clear (管理者のみ)


● RSS Auto Discovery の設定
使用している テーマ の theme.html の title タグの下に下記を追加する
-----
<link rel="alternate" type="application/rss+xml" title="RSS" href="<{$xoops_url}>/modules/myalbum/rss.php" />
-----


● 注意
「Popup for MyAlbum Module」と併用すると、「myalbum_header.html」が衝突します。
「Popup + RSS + Piclens for MyAlbum Module」をご利用ください。

Changelog

No Changelogs