Hi
PS: @onli If you ask the icon author (pfefferle), say "hi" to him from me, I know him personally ;)
Sure will do that :)
Let me try to cover those concerns.
it's an external service that loads a lot of external stuff
The way it is build, that is not really true. It only loads external stuff when clicking on the rss-icon. And it does not load much, it loads one small js file (
https://www.subtome.com/load.js) which loads one iframe (
https://www.subtome.com/?subs/#/subscri ... s%29%29%3B) that is not that big as well.
and who knows how long it will live anyway.
This is backed by the long-lived superfeedr (
https://superfeedr.com/). And it all is open source, if the central service died, we could - in the worst case - host our own instance. Or just replace it with a button to the raw feed.
People like me who host their own instance of ttrss, however, gain little from it.
That is true, I don't see that as a real negative though… no gain doesn't mean harm.
@Garvin: Looking at the script, it looks to me that one can indeed set a suggested service, cause the script reads
Code: Select all
document.subtomeBtn.dataset.subtomeSuggestedServiceUrl;
I will try this out.