Now Is the Perfect Time for an RSS Renaissance
1–10 of 358 posts
Re: Now Is the Perfect Time for an RSS Renaissance
#2Re: Now Is the Perfect Time for an RSS Renaissance
#3Can part of the renaissance be switching to a JSON format? Please?
That being said, I don't see what's "wrong" with XML in this context.
Re: Now Is the Perfect Time for an RSS Renaissance
#4Can part of the renaissance be switching to a JSON format? Please?
{
"head" : [...],
"body" : [ { "name" : "H1", "text" : "Hello JSON" },
... ]
}
So much easier on the eye. ; )Re: Now Is the Perfect Time for an RSS Renaissance
#5Can part of the renaissance be switching to a JSON format? Please?
Re: Now Is the Perfect Time for an RSS Renaissance
#6Can part of the renaissance be switching to a JSON format? Please?
https://jsonfeed.org/ has had some preliminary traction. Of course, the reason RSS works so well is that everyone uses the same format. So you wouldn't see so much of a "switch" as a bunch of readers accepting either format, for a very, very long time. That being said, I don't see what's "wrong" with XML in this context.
Re: Now Is the Perfect Time for an RSS Renaissance
#7Can part of the renaissance be switching to a JSON format? Please?
https://jsonfeed.org/ has had some preliminary traction. Of course, the reason RSS works so well is that everyone uses the same format. So you wouldn't see so much of a "switch" as a bunch of readers accepting either format, for a very, very long time. That being said, I don't see what's "wrong" with XML in this context.
Re: Now Is the Perfect Time for an RSS Renaissance
#8TTRSS only gave me trouble. Threw all kinds of strange errors at unexpected times. I don't know how many times it died on me after an upgrade. I eventually gave up and found FreshRSS. Been running (and updating) it over a year, without a single problem.
One of the best things about it is escaping the algorithmically curated feeds.
Every and service that I use has an RSS feed, except for Twitter. I use https://twitrss.me/ to follow users. If you don't find a feed, sometimes you just have to dig a little. You learn at which URIs the most commons CMSes presents their Atom/RSS feeds (hello /feed/).
Re: Now Is the Perfect Time for an RSS Renaissance
#9Can part of the renaissance be switching to a JSON format? Please?
Re: Now Is the Perfect Time for an RSS Renaissance
#10RSS never went away for me. Try FreshRSS[1], it's awesome. It works well on shared hosting and it runs on SQLite. TTRSS only gave me trouble. Threw all kinds of strange errors at unexpected times. I don't know how many times it died on me after an upgrade. I eventually gave up and found FreshRSS. Been running (and updating) it over a year, without a single problem. One of the best things about it is escaping the algo…