-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS feed: useful? replace? #4032
Comments
Is it actually broken? That looks like an RSS feed to me, they're pretty ugly when looked at raw. Have you tried opening it in an RSS Reader? |
Thanks @jendefig ! It's supposed to look like that 😋 (meant for 🤖 RSS readers not hooman 🐶) |
Okie dokie. I'm totally lost. |
Hehe no worries. What it means is that if for example you install an in-browser reader like this extension fro Chrome, then when you open https://dvc.org/blog/rss.xml it looks like this: |
It's an easy mistake to make! Very few people use RSS these days.
One important thing to know is that RSS readers started as external applications, so people could get email-like notifications for new website content without having to actually go to every website and check- this is the primary reason we offer RSS and don't just direct people to a human-readable page. Things like push notifications and massive platforms with channel subscriptions have pushed RSS to the outskirts, but some people still like to use them and it's not too much effort to maintain in our setup. |
@rogermparent @jorgeorpinel Thanks for this explanation. |
Maybe the Q is whether we want this since it's probably a technology "on the way out". Feel free to reopen this to explore removing it but then again it's probably a free feature included in Gatsby so why not keep it. |
Even if RSS is on the way out, it's because of other technologies that take the same "slot" like JSON Feed. I'd probably opt to include a choice of feeds (maybe on a human-readable "feeds" page that takes the existing links) before removing RSS. |
Do we have/want a JSON feed? |
Have: not currently, unless somehow one of the Gatsby libraries does it automatically- even if so, we don't link to it. |
If i'm not mistaken, the reason the RSS feed was added in the first place was because of this Slack message about a way for people to see the kind of mail they will get easily before signing up. The RSS was the low-hanging fruit. But if it's not useful we could ditch in exchange for doing a page as mentioned in the thread. Is there a way to tell how many hits we get on the RSS button? |
I don't think replacing it with any other format will do any good. We can leverage the RSS feed to send emails to our subscribers and I can see Mailchimp provides such automation. We can collaborate if we want to get this done. |
Ppl still use RSS for automation (e.g we are subscribed to SO questions about DVC and publish them into Slack), crawlers use them to extract snippets, etc. I would not remove this, I think it's good to provide all the basic ways of publishing. Unless it gives us some headaches, but ASAIK it comes pretty much our of the box with Gatsby? |
Not quite "out of the box" since we have to translate blog post nodes into feed data, but it's much easier than the average feature especially where we already have it set up. Definitely not replacing the RSS feed, like I mentioned earlier in the thread I think our viable choices are either sticking with what we have now or including additional formats like JSON feed, and we've got enough on our plate that this can sit as it is for a while. |
Report
Working on this today and going through landing page. Noticed the RSS feed link under the email entry box is broken.
The text was updated successfully, but these errors were encountered: