From 6fc29e22bca07ec6fd12154e9d50d9dcaddc2d93 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 1 May 2017 09:10:00 -0700 Subject: [PATCH] WebSub --- README.md | 2 +- controllers/controllers.php | 2 +- views/index.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb5c806..72ce287 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Switchboard =========== -Switchboard is a PubSubHubbub 4.0 Hub +Switchboard is a WebSub Hub Credits diff --git a/controllers/controllers.php b/controllers/controllers.php index a52d4a4..dfd5198 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -3,7 +3,7 @@ $app->get('/', function() use($app) { $res = $app->response(); $html = render('index', array( - 'title' => 'Switchboard - a PubSub Hub', + 'title' => 'Switchboard - a WebSub Hub', 'meta' => '' )); $res->body($html); diff --git a/views/index.php b/views/index.php index a1777d3..84cfdc8 100644 --- a/views/index.php +++ b/views/index.php @@ -3,13 +3,13 @@

Switchboard

-

Switchboard is a PubSub hub.

+

Switchboard is a WebSub hub.

Switchboard Documentation

-

PubSub Spec

+

WebSub Spec

-

Read more about how to publish and consume using PubSub.

+

Read more about how to publish and consume using WebSub.