the attached patch adds a feed to the "?q=video" page.

Automatically generated Rss feed can be used with
video feeds reader such as Democracy Player - http://www.getdemocracy.com/

Please try and review this patch.

Fabio

CommentFileSizeAuthor
#1 video.module_0.feed_patch1.66 KBfax8
video.module.feed_patch1.67 KBfax8

Comments

fax8’s picture

StatusFileSize
new1.66 KB

Oops.. Use this patch.

sanduhrs’s picture

The page http://example.com/video provides an overview on the video nodes, which is nice.
The page http://example.com/video/feed from my point of view should display xml style page, but does not, instead displays the same overview page as http://example.com/video does (html).
vg

fax8’s picture

please run this query on your database:

DELETE FROM cache;

Then try again

sanduhrs’s picture

That did it.
Now it is working fine and it also displays in my favorite rss reader.
Thanks.

fax8’s picture

Status: Needs review » Fixed

Committed to CVS. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)