=================================================
Title:  RSS for MyAlbum Module
Date:   2007-07-16
Author: Kenichi OHWADA
URL:    http://linux.ohwada.jp/
Email:  webmaster@ohwada.jp
=================================================

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

