|
|
@ -3,13 +3,13 @@ |
|
|
|
<div class="jumbotron h-x-app"> |
|
|
|
<h1><img src="/images/switchboard-logo.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Switchboard"> Switchboard</h1> |
|
|
|
|
|
|
|
<p class="tagline p-summary">Switchboard is a PubSub hub.</p> |
|
|
|
<p class="tagline p-summary">Switchboard is a WebSub hub.</p> |
|
|
|
|
|
|
|
<p><a href="/docs">Switchboard Documentation</a></p> |
|
|
|
|
|
|
|
<p><a href="https://www.w3.org/TR/pubsub/">PubSub Spec</a></p> |
|
|
|
<p><a href="https://www.w3.org/TR/websub/">WebSub Spec</a></p> |
|
|
|
|
|
|
|
<p>Read more about <a href="https://indiewebcamp.com/how-to-push">how to publish and consume using PubSub</a>.</p> |
|
|
|
<p>Read more about <a href="https://indieweb.org/how-to-push">how to publish and consume using WebSub</a>.</p> |
|
|
|
|
|
|
|
<a href="<?= Config::$base_url ?>/" class="u-url"></a> |
|
|
|
</div> |
|
|
|