From a15fce45fbaab0673cb330a6af9de7ca235c1ac5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 7 Mar 2020 21:57:47 +0100 Subject: [PATCH] s/pubsubhubbub/websub/ --- README.rst | 6 +++--- www/feed.php | 2 +- www/index.php | 9 +++++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 8b73957..47d5a34 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -******************* -PubSubHubbub tester -******************* +************* +WebSub tester +************* Simulates a blog with an atom and an h-feed. Sends a publish notification to the hub when a new article has been created. diff --git a/www/feed.php b/www/feed.php index 04bead9..e3e1ac0 100644 --- a/www/feed.php +++ b/www/feed.php @@ -11,7 +11,7 @@ $lastUpdate = key($articles); ?> - PubSubHubbub tester + WebSub tester Someone someone@example.org diff --git a/www/index.php b/www/index.php index 6a98ad0..9be78bc 100644 --- a/www/index.php +++ b/www/index.php @@ -8,14 +8,19 @@ $articles = loadArticles(); ?> - PubSubHubbub tester - + WebSub tester +

create new article | atom feed

+

+ This is a tool to test your WebSub + subscriber. + With one click, a new post gets published and the hub gets notified. +

Articles

-- 2.30.2