=================================================
Title:   RSS for MyAlbum Module
Version: 0.20
Date:    2008-01-10
Author:  Kenichi OHWADA
URL:     http://linux2.ohwada.net/
Email:   webmaster@ohwada.net
=================================================

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"



=================================================
Version: 0.10
Date:    2007-07-16
=================================================

This is hack to add RSS in MyAlbum Module

(1) user can choice latest or random photos

(2) suppoted media rss
http://search.yahoo.com/mrss

(3) suppoted slideshow of Google Ajax Feeds
http://code.google.com/apis/ajaxfeeds/

there are 2 thumbnail tags.
one is thumbnail size, other is full size.
user can choice the photo size in slideshow.


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


* enclosed files
modified files
- templates/myalbum_header.html

added files
- rss.php
- templates/rss_latest.html
- templates/rss_random.html
- imagess/rss20.png

