2020-07-01 18:36:15 -06:00
|
|
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
2020-06-28 12:14:31 -06:00
|
|
|
|
2020-07-01 18:36:15 -06:00
|
|
|
<h1>Guides</h1>
|
|
|
|
<div class="content">
|
|
|
|
<h3>Using Keyoxide.org</h3>
|
|
|
|
<a href="/guides/verify">Verifying a signature</a><br>
|
|
|
|
<a href="/guides/encrypt">Encrypting a message</a><br>
|
|
|
|
<a href="/guides/proofs">Verifying identity proofs</a><br>
|
|
|
|
<a href="/guides/contributing">Contributing to Keyoxide</a><br>
|
|
|
|
<a href="/guides/migrating-from-keybase">Migrating from Keybase</a><br>
|
|
|
|
<a href="/guides/feature-comparison-keybase">Feature comparison with Keybase</a><br>
|
2020-06-28 12:14:31 -06:00
|
|
|
|
2020-07-01 18:36:15 -06:00
|
|
|
<h3>Beyond Keyoxide.org</h3>
|
|
|
|
<a href="/guides/openpgp-proofs">How OpenPGP identity proofs work</a><br>
|
|
|
|
<a href="/guides/web-key-directory">Uploading keys using web key directory</a><br>
|
2020-07-04 10:13:03 -06:00
|
|
|
<a href="/guides/self-hosting-keyoxide">Self-hosting Keyoxide</a><br>
|
2020-07-01 18:36:15 -06:00
|
|
|
<a href="/guides/service-provider">Are you a service provider?</a><br>
|
2020-06-29 10:02:17 -06:00
|
|
|
|
2020-07-01 18:36:15 -06:00
|
|
|
<h3>Adding proofs</h3>
|
|
|
|
<a href="/guides/dns">Adding a DNS proof</a><br>
|
|
|
|
<a href="/guides/mastodon">Adding a Mastodon proof</a><br>
|
2020-07-07 00:14:57 -06:00
|
|
|
<a href="/guides/pleroma">Adding a Pleroma proof</a><br>
|
2020-07-01 18:36:15 -06:00
|
|
|
<a href="/guides/twitter">Adding a Twitter proof</a><br>
|
|
|
|
<a href="/guides/lobsters">Adding a Lobste.rs proof</a><br>
|
|
|
|
<a href="/guides/hackernews">Adding a Hackernews proof</a><br>
|
|
|
|
<a href="/guides/reddit">Adding a Reddit proof</a><br>
|
2020-07-06 03:51:10 -06:00
|
|
|
<a href="/guides/discourse">Adding a Discourse proof</a><br>
|
2020-07-01 18:36:15 -06:00
|
|
|
<a href="/guides/github">Adding a Github proof</a><br>
|
|
|
|
<a href="/guides/xmpp">Adding a XMPP proof</a><br>
|
|
|
|
</div>
|