s/pubsubhubbub/websub/
[push-tester.git] / www / index.php
index 6a98ad05e37ff6af492657c4bf2b1803808bf22f..9be78bc1289bca6816b25953ec3b5683c287eb02 100644 (file)
@@ -8,14 +8,19 @@ $articles = loadArticles();
 ?>
 <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
-  <title>PubSubHubbub tester</title>
-  <link rel="alternate" type="application/atom+xml" title="PubSubHubbub tester" href="feed.php" />
+  <title>WebSub tester</title>
+  <link rel="alternate" type="application/atom+xml" title="WebSub tester" href="feed.php" />
  </head>
  <body class="h-feed">
   <p>
    <a href="add-article.php">create new article</a>
    | <a href="feed.php">atom feed</a>
   </p>
+  <p>
+   This is a tool to test your <a href="https://www.w3.org/TR/websub/">WebSub</a>
+   subscriber.
+   With one click, a new post gets published and the hub gets notified.
+  </p>
   <h1>Articles</h1>
   <?php foreach ($articles as $article) { ?>
    <article class="h-entry">