Output format for generated feeds

hello,
generated feeds from my tt-rss-instance carry the “op=rss” parameter (like http://liberal.is/rssmix/public.php?op=rss&id=schweiz&key=l7upfi5bf41eec07ed1) but still output
<?xml-stylesheet type=“text/xsl” href=“atom-to-html.xsl”?>
<feed xmlns=“Atom Syndication Format namespace”>
:confused: both being rejected by a plugin I’m hoping to employ which expects “real” RSS (which, apparently, this isn’t) according to its developer. :confused:

Is there a way to set a setting anywhere to accomodate this expectation?
Thank you, as always; LX

yes, it does generate Atom, even though it says RSS. this message should probably be updated, i haven’t bothered because it would break all translations and normally feed consumers don’t care.

you can generate actual RSS (or anything else) by changing the template for generated feeds in templates/.

you can also export JSON which might be a better idea for automatic parsing.

oh, that’s great to know :slight_smile:
now “all I have to do” is learn how to create RSS templates :smiley: - or find a place where lazy leech like me can find one. :stuck_out_tongue: I can’t imagine I’d be the first to stumble into that requirement, can I? hope

Thanks for pointing me that direction, tho’; either way :slight_smile:
Cheers - LX

would this be workable?

https://ef.gy/transcoding-atom-to-rss

did it, by the way. Fumbled a working rss template (still ironing out kinks).
Should anybody else ever need this, I’ll be happy to post it here as a base to start out from;
just leave a reply, should you need that.
Cheers - LX

You can edit the generated feed template, I did it something like 5 years ago.

https://tt-rss.org/oldforum/viewtopic.php?f=8&t=2706&p=15890#p15892
https://tt-rss.org/oldforum/viewtopic.php?f=1&t=3884&p=22916#p22916

thank you, @darknite323; I’ve been fiddling my way into this in the meantime :slight_smile:

“the saga continues”, tho
:wink:
Images assigned to (generated) feed items kinda random?

Could you send/post me the template or a link to the template?

posted the current state of that @ https://codepen.io/anon/pen/rRYNVN
since code formatting here gave me a hard time. The XML is in the HTML window there.

Thanks. This is what i was just looking for!!