keyoxide-web/views/guides.php

44 lines
1.8 KiB
PHP
Raw Normal View History

<?php $this->layout('template.base', ['title' => $title]) ?>
2020-06-28 12:14:31 -06:00
<div class="content">
2020-07-11 11:33:56 -06:00
<h1>Guides</h1>
2020-06-28 12:14:31 -06:00
2020-07-16 10:22:47 -06:00
<div class="guides">
<div class="guides__section">
<h3>Using Keyoxide</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/self-hosting-keyoxide">Self-hosting Keyoxide</a><br>
</div>
2020-06-29 10:02:17 -06:00
2020-07-16 10:22:47 -06:00
<div class="guides__section">
<h3>OpenPGP and identity proofs</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>
</div>
<div class="guides__section">
<h3>Adding proofs</h3>
2020-07-21 17:13:33 -06:00
<a href="/guides/devto">Dev.to</a><br>
2020-07-16 10:22:47 -06:00
<a href="/guides/discourse">Discourse</a><br>
2020-07-21 17:13:33 -06:00
<a href="/guides/dns">Domain / DNS</a><br>
2020-07-16 10:22:47 -06:00
<a href="/guides/github">Github</a><br>
<a href="/guides/hackernews">Hackernews</a><br>
<a href="/guides/lobsters">Lobste.rs</a><br>
<a href="/guides/mastodon">Mastodon</a><br>
<a href="/guides/pleroma">Pleroma</a><br>
<a href="/guides/reddit">Reddit</a><br>
<a href="/guides/twitter">Twitter</a><br>
2020-07-22 08:56:15 -06:00
<a href="/guides/xmpp">XMPP+OMEMO</a><br>
2020-07-16 10:22:47 -06:00
</div>
<div class="guides__section">
<h3>Other services</h3>
<a href="/guides/feature-comparison-keybase">Feature comparison with Keybase</a><br>
<a href="/guides/migrating-from-keybase">Migrating from Keybase</a><br>
</div>
</div>
</div>