-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement WebSub? #1
Comments
I have zero knowledge about WebSub, but I know that it's used for a lot of folks in the IndieWeb community. Though, I don't know what Atom feeds have to do with WebSub, or what kind of support would need to be added. CC'ing @aaronpk to help join these 2 things. @aaronpk This project is a theme component for the Hugo static site generator which generates an ATOM feed for user configured pages. I'm trying to understand what that has to do with WebSub. |
I understand you may use a hub server to be notified as part of the Hugo post script. For example, there is Google PubSubHubbub Hub (which uses the old name instead of WebPub but should essentially be the same). However, not sure about the timeout that is mentioned there and how often one would need to re-build the feed file and/or ping-notify the hub (guess it is every couple of days). Essentially using an external hub like this will likely change your RSS/Atom Feed URL from a clients perspective but not sure. |
As of January 2018 WebSub is a W3C Recommendation.
Google does not link to the spec on their site but they do suggest its predecessor, PubSubHubub:
https://developers.google.com/search/docs/guides/submit-URLs
My understanding of the intent of this protocol is to inform subscribers (a kind of end user, such as flipboard) of an update on a specific topic made available by a publisher. Benefits include 1) subscribers, such as crawlers, do not need to poll as often for updated info—saving resources across the board—and 2) publishers could better automate content discovery.
Here's more info in English on Wikipedia: https://en.wikipedia.org/wiki/WebSub
Beyond that I have not looked into this further but this feels like a good place to raise this for investigation, doc and possible implementation. Curious to hear your thoughts @kaushalmodi.
The text was updated successfully, but these errors were encountered: