
























共有 2 个文件被更改,包括 16 次插入 和 6 次删除
@ -34,7 +34,7 @@
|
||||
<footer>
|
||||
<?php if(isset($me)): ?>
|
||||
<p>
|
||||
You're signed in as <code><?= $me ?> – <a href="/auth/logout">Sign out</a></code>
|
||||
You're signed in as <code><?= $me ?></code> – <a href="/auth/logout">Sign out</a>
|
||||
</p>
|
||||
<?php endif ?>
|
||||
<p>
|
||||
|
||||
@ -5,13 +5,23 @@
|
||||
This proof-of-concept <a href="https://en.wikipedia.org/wiki/Webring">webring</a> is a way for folks adding <a href="https://indieweb.org/building-blocks">IndieWeb building blocks</a> to their personal websites to find (and be found by) other folks with IndieWeb building blocks on their sites!
|
||||
</p>
|
||||
|
||||
<h2>Sign In</h2>
|
||||
<?php if(isset($me)): ?>
|
||||
<h2>Signed In</h2>
|
||||
|
||||
<p>
|
||||
Ready to join or already a member? Get started by signing in. The webring works with sites that support <a href="https://indieweb.org/IndieAuth">IndieAuth</a> or <a href="https://indieweb.org/RelMeAuth">RelMeAuth</a>.
|
||||
</p>
|
||||
<p>You're currently signed in as <code><?= $me ?></code></p>
|
||||
<p><ul>
|
||||
<li><a href="/dashboard">Visit your dashboard</a></li>
|
||||
<li><a href="/auth/logout">Sign out</a></li>
|
||||
</ul></p>
|
||||
<?php else: ?>
|
||||
<h2>Sign In</h2>
|
||||
|
||||
<p>
|
||||
Ready to join or already a member? Get started by signing in. The webring works with sites that support <a href="https://indieweb.org/IndieAuth">IndieAuth</a> or <a href="https://indieweb.org/RelMeAuth">RelMeAuth</a>.
|
||||
</p>
|
||||
|
||||
<?php $this->insert('partials/sign-in-form') ?>
|
||||
<?php $this->insert('partials/sign-in-form') ?>
|
||||
<?php endif ?>
|
||||
|
||||
<h2>Other Questions?</h2>
|
||||
|
||||
|
||||
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。