403
The way we consume content on the internet is increasingly driven by walled-garden platforms and black-box feed algorithms. This shift is making our media diets miserable. Ironically, a solution to the problem predates algorithmic feeds, social media and other forms of informational junk food. It is called RSS (Really Simple Syndication) and it is beautiful.
What the hell is RSS? RSS is just a format that defines how websites can publish updates (articles, posts, episodes, and so on) in a standard feed that you can subscribe to using an RSS reader (or aggregator). Don’t worry if this sounds extremely uninteresting to you; there aren’t many people that get excited about format specifications; the beauty of RSS is in its simplicity. Any content management system or blog platform supports RSS out of the box, and often enables it by default. As a result, a large portion of the content on the internet is available to you in feeds that you can tap into. But this time, you’re in full control of what you’re receiving, and the feeds are purely reverse chronological bliss. Coincidentally, you might already be using RSS without even knowing, because the whole podcasting world runs on RSS.
freshrss doesn’t cache images. how do you do it offline?
Couple different ways.
It came with my setup script back a year or so ago but https://github.com/FreshRSS/Extensions/tree/master/xExtension-ImageProxy works. Also the caching occurs when it gets transfered over to my phone or client. The client does the heavy lifting. I dont really care after that.
I remember that extension but I didn’t user it because it didn’t cleanup after it self (old not needed images stayed in cache).
what is “your phone”? you mean an app? I know about text caching (I don’t know if frehsrss has an option to get original page for RSSs that has just a simple text that redirects to full page), but even inoreader that had that (if i remember correctly) didn’t have image caching.
TTRSS reader. It has a “cache image” button on it. I assume it works.
Ive never had any issues even outside of internet. comics come in from what I see.
it works with freshrss self hosted?
Yep doing it now! :)
tt-rss and frehsrss are two different self-hosted apps. are you sure using that app doesnt mess with freshrss?
…Im not sure what to tell you. freshrss has an API that TTRSS-Reader works on the backend with. And its working. Fresh ALSO has its own frontend that can work.
In preferences theres an “connection” area. Otehr than showing you a lot of screenshots im not sure what else to say. GL!