eLeXeM
1
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”>
both being rejected by a plugin I’m hoping to employ which expects “real” RSS (which, apparently, this isn’t) according to its developer. 
Is there a way to set a setting anywhere to accomodate this expectation?
Thank you, as always; LX
fox
2
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.
eLeXeM
3
eLeXeM
4
eLeXeM
5
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
eLeXeM
7
thank you, @darknite323; I’ve been fiddling my way into this in the meantime 
eLeXeM
8
jsven
9
Could you send/post me the template or a link to the template?
eLeXeM
10
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!!