The Rise and Contentious Fork of RSS
11–20 of 192 posts
Re: The Rise and Contentious Fork of RSS
#12> After all, The Onion is a publication that relies on syndication through Facebook and Twitter https://www.theonion.com/rss That didn't take long to find. Why use that as an example?
Re: The Rise and Contentious Fork of RSS
#13Re: The Rise and Contentious Fork of RSS
#14Re: The Rise and Contentious Fork of RSS
#15Also use it every day, but there is something to be said about the issues with it, mainly that it’s invisible to most people. It’s very much a techie thing and I think the only reason it’s still around is because it’s default in a lot of site software. It’d be interesting to see what kind of engagement larger news organizations get from RSS links.
"WordPress powers 31% of the internet.", according to wordpress.com and Wordpress has RSS built in and ON by default.
Re: The Rise and Contentious Fork of RSS
#16I still use it every day. I run a python script through Cron that parses a list of feeds and caches new items in a sqlite database. Then it pulls the most recent 100 items out of the database and generates a static html page in which I read them
Re: The Rise and Contentious Fork of RSS
#17https://github.com/feediron/ttrss_plugin-feediron
On occasion I have needed to use a site parser like rss-bridge but honestly it's so rare that a site doesn't have rss (albeit often hidden from view). Just a hint for people searching for rss feeds the most common I find are:
/rss
/rss.xml
/feed
/feed.xml
/index.php/feed
/index?format=xml
Re: The Rise and Contentious Fork of RSS
#18Re: The Rise and Contentious Fork of RSS
#19Recently had a client that needed me to read their RSS feed into email templates and update their template after they switched their email service. First time working with RSS. 10/10, would do so again.
Re: The Rise and Contentious Fork of RSS
#20I'm speaking from my own experience running Feedity - https://feedity.com, a growing startup that helps with custom feeds for unstructured sources like webpages.