You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.0 KiB

  1. <div class="narrow">
  2. <div class="jumbotron h-x-app">
  3. <h1><img src="/images/icons/apple-icon-144x144.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Switchboard"> Switchboard</h1>
  4. <p class="tagline p-summary">Switchboard is a PubSubHubbub 0.4 hub.</p>
  5. <p>To publish content using Switchboard as your hub, add the following links to your home page:</p>
  6. <p><pre>&lt;link rel="self" href="https://example.com/"&gt;
  7. &lt;link rel="hub" href="https://switchboard.p3k.io/"&gt;</pre></p>
  8. <p>Then, send a POST request to <code>https://switchboard.p3k.io/</code> with the following
  9. parameters every time you add content to your home page:</p>
  10. <p>
  11. <ul>
  12. <li><code>hub.mode=publish</code></li>
  13. <li><code>hub.topic=https://example.com/</code></li>
  14. </ul>
  15. </p>
  16. <p>Read more info about <a href="https://indiewebcamp.com/how-to-push">how to publish and consume using PubSubHubbub</a>.</p>
  17. <a href="<?= Config::$base_url ?>/" class="u-url"></a>
  18. </div>
  19. </div>