diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/partials/auth-endpoint-help.php | 1 | ||||
-rw-r--r-- | views/partials/micropub-endpoint-help.php | 1 | ||||
-rw-r--r-- | views/partials/token-endpoint-help.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/views/partials/auth-endpoint-help.php b/views/partials/auth-endpoint-help.php index 6378db4..c2505a9 100644 --- a/views/partials/auth-endpoint-help.php +++ b/views/partials/auth-endpoint-help.php @@ -1,3 +1,2 @@ <p>You can create your own authorization endpoint, but it's easier to use an existing service such as <a href="https://indieauth.com/">IndieAuth.com</a>. To delegate to IndieAuth.com, you can use the markup provided below.</p> <p><pre><code><link rel="authorization_endpoint" href="https://indieauth.com/auth"></code></pre></p> - <p><pre><code>Link: <https://indieauth.com/auth>; rel="authorization_endpoint"</code></pre></p> diff --git a/views/partials/micropub-endpoint-help.php b/views/partials/micropub-endpoint-help.php index 35705ca..6557a6a 100644 --- a/views/partials/micropub-endpoint-help.php +++ b/views/partials/micropub-endpoint-help.php @@ -1,3 +1,2 @@ <p>You will need to <a href="/creating-a-micropub-endpoint">create a Micropub endpoint</a> for your website which can create posts on your site. Once you've created the Micropub endpoint, you can indicate its location using the markup below.</p> <p><pre><code><link rel="micropub" href="https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub"></code></pre></p> - <p><pre><code>Link: <https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub>; rel="micropub"</code></pre></p> diff --git a/views/partials/token-endpoint-help.php b/views/partials/token-endpoint-help.php index ea5442e..6cbd2bd 100644 --- a/views/partials/token-endpoint-help.php +++ b/views/partials/token-endpoint-help.php @@ -3,4 +3,3 @@ it's easier to use an existing service such as <a href="https://tokens.indieauth.com">tokens.indieauth.com</a>. To use this service as your token endpoint, use the markup provided below.</p> <p><pre><code><link rel="token_endpoint" href="https://tokens.indieauth.com/token"></code></pre></p> - <p><pre><code>Link: <https://tokens.indieauth.com/token>; rel="token_endpoint"</code></pre></p> |