Commit Graph

7 Commits

Author SHA1 Message Date
Bharat Mediratta
20a0700fcb Set the content type to application/rss+xml 2008-11-19 03:29:57 +00:00
Bharat Mediratta
a197c057c8 rename views/feed.media_rss.php to views/feed.mrss.php because
mrss is a more standard abbreviation for MediaRSS.  Sigh.
2008-11-19 03:23:40 +00:00
Bharat Mediratta
c67f9069d0 Rename views/media_rss.html.php -> views/feed.media_rss.php because as
Tim points out, "it's not html".  My bad!
2008-11-19 03:21:43 +00:00
Bharat Mediratta
9311c12f1f rename views/media.rss.php to views/media_rss.html.php for consistency. 2008-11-19 03:18:59 +00:00
Bharat Mediratta
df4832bf6f Change Media_RSS_Controller so that it does not extend REST_Controller, since it
doesn't refer to a fixed resource or collection of resources.

Fix some minor bugs in the code so that we can actually generate a
feed.  It looks pretty cool!  Improved pagination links, but didn't actually test them.
2008-11-19 03:17:56 +00:00
Tim Almdal
693080669a fix a few minor issues 2008-11-19 02:50:11 +00:00
Tim Almdal
ad7ace9b72 The continuing evolution of the slideshow...
1) added a mime_type property to the item module(no database change)
2) created a media_rss module
3) moved most of the functionality for the downloading the images to the media_rss module
2008-11-19 02:31:20 +00:00