[feature request] RSS feed for starred and tagged *items*

by secou, Saturday, April 20, 2013, 18:33 (3883 days ago)

Hope this is the right place for feature requests. If not, tell me.

Would be cool if we had a RSS for starred items.

And, hum, it would be cooler to have RSS feeds for tagged items (separating folders name and tags). Each tag would have its feed. It's a damned feature we had in Google Reader (public pages with feed). Very interesting when you have to redistribute your findings to other people or when you do some RSS2HTML thing.

Thanks

Serge

[feature request] RSS feed for starred and tagged *items*

by Darkwing, Saturday, April 20, 2013, 21:40 (3883 days ago) @ secou

Hope this is the right place for feature requests. If not, tell me.

Would be cool if we had a RSS for starred items.

And, hum, it would be cooler to have RSS feeds for tagged items (separating folders name and tags). Each tag would have its feed. It's a damned feature we had in Google Reader (public pages with feed). Very interesting when you have to redistribute your findings to other people or when you do some RSS2HTML thing.

Thanks

Serge

You can get a RSS-Feed for a single tag. Just add /feed?tag=<tagname> to your selfoss-feed-link.

[feature request] RSS feed for starred and tagged *items*

by secou, Saturday, April 20, 2013, 22:21 (3883 days ago) @ Darkwing

Thanks. And for starred items? Is there a way?

[feature request] RSS feed for starred and tagged *items*

by Darkwing, Saturday, April 20, 2013, 23:06 (3882 days ago) @ secou

Thanks. And for starred items? Is there a way?

Hmm... you can add the feature if you modify the file
controllers/Rss.php

Search for this code (Line 36/37)

if(\F3::get('PARAMS["tag"]')!=null)
$options['tag'] = \F3::get('PARAMS["tag"]');

and add the following lines direct behind them:


if(\F3::get('PARAMS["type"]')!=null)
$options['type'] = \F3::get('PARAMS["type"]');


Then you can modify your feed with ".../feed?tag=<tagname>&type=<type>"
As type you can use "unread" or "starred"

I already forked this change in GitHub, so it is maybe in the next version of selfoss...

[feature request] RSS feed for starred and tagged *items*

by secou, Sunday, April 21, 2013, 01:18 (3882 days ago) @ Darkwing

Oh great! Well I'll wait for this new feature to appear. Thanks!

RSS Feed of thread
powered by my little forum