Skip to content
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

Closed
jendefig opened this issue Oct 10, 2022 · 14 comments
Closed

RSS feed: useful? replace? #4032

jendefig opened this issue Oct 10, 2022 · 14 comments
Assignees
Labels
type: discussion Requires active participation to reach a conclusion. website Link checker? (automatic)

Comments

@jendefig
Copy link
Contributor

jendefig commented Oct 10, 2022

Report

Working on this today and going through landing page. Noticed the RSS feed link under the email entry box is broken.

image

@rogermparent
Copy link
Contributor

rogermparent commented Oct 10, 2022

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?

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Oct 12, 2022

Thanks @jendefig ! It's supposed to look like that 😋 (meant for 🤖 RSS readers not hooman 🐶)

@jorgeorpinel jorgeorpinel added the website Link checker? (automatic) label Oct 12, 2022
@jendefig
Copy link
Contributor Author

Okie dokie. I'm totally lost.

@jorgeorpinel
Copy link
Contributor

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:

image

@rogermparent
Copy link
Contributor

rogermparent commented Oct 12, 2022

It's an easy mistake to make! Very few people use RSS these days.

if for example you install an in-browser reader

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.

@jendefig
Copy link
Contributor Author

@rogermparent @jorgeorpinel Thanks for this explanation.
I don't use them, but did try to back in the day when they became popular and I remember just clicking on something that enabled me to add to my RSS feed, but I never saw any code. I would have immediately left and never used it. I must have had an in-browser reader.

@jorgeorpinel
Copy link
Contributor

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.

@rogermparent
Copy link
Contributor

rogermparent commented Oct 12, 2022

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.

@jorgeorpinel
Copy link
Contributor

Do we have/want a JSON feed?

@rogermparent
Copy link
Contributor

Have: not currently, unless somehow one of the Gatsby libraries does it automatically- even if so, we don't link to it.
Want: not high priority, but if someone asks for it we could do so. I think we were asked about RSS which is why we have it now. Maybe we'd introduce it if feeds get overhauled for any other reason.

@jendefig
Copy link
Contributor Author

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?

@jorgeorpinel jorgeorpinel changed the title Rss feed link at the bottom of the landing page is broken RSS feed: useful? replace? Oct 14, 2022
@jorgeorpinel jorgeorpinel added the type: discussion Requires active participation to reach a conclusion. label Oct 14, 2022
@jorgeorpinel jorgeorpinel reopened this Oct 14, 2022
@yathomasi
Copy link
Contributor

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.

@shcheklein
Copy link
Member

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?

@rogermparent
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: discussion Requires active participation to reach a conclusion. website Link checker? (automatic)
Projects
None yet
Development

No branches or pull requests

5 participants