From 47547cdf21eacc61be99556357f40f48c20e7dec Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 28 Nov 2016 09:17:08 +1300 Subject: [PATCH] pubsub -> websub --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6284f7a..3123330 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,15 @@ actor-style research language [Syndicate](http://syndicate-lang.org/). ## What is WebSub? -On the 20th of October 2016, the W3C released a First Public Working -Draft of (what was called at the time) PubSub, later renamed to -WebSub. +On the 24th of November 2016, the W3C released a Working Draft of +WebSub, "an open, simple, web-scale and decentralized pubsub +protocol". See the specification of the W3C WebSub protocol at - (and track its development at -). -**N.B.: These URLs will eventually have `websub` in place of `pubsub`.** + (and track its development at +). - [w3cspec]: https://www.w3.org/TR/pubsub/ + [w3cspec]: https://www.w3.org/TR/websub/ ## Quick Start @@ -243,7 +242,7 @@ in the URL that the WebSocket was initially connected to. At the time of writing, no official list of conformance criteria exists; however, there is a draft list of Candidate Recommendation -implementation criteria at . +implementation criteria at . ## Codebase Layout