keyoxide-web/pages/guides.html

66 lines
2.8 KiB
HTML
Raw Normal View History

2020-06-28 12:14:31 -06:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-06-28 16:15:58 -06:00
<link rel="shortcut icon" href="/favicon.png">
2020-06-28 12:14:31 -06:00
<title>Guides - Keyoxide</title>
<link rel="stylesheet" href="/assets/styles.css">
</head>
<body>
<header>
<div class="container">
<a href="/">Keyoxide</a>
<div class="spacer"></div>
<nav>
<a href="/verify">verify</a>
<a href="/encrypt">encrypt</a>
<a href="/proofs">proofs</a>
</nav>
</div>
</header>
<div class="container">
<h1>Guides</h1>
<div class="content">
2020-06-29 10:02:17 -06:00
<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>
2020-06-29 10:23:02 -06:00
<a href="/guides/contributing">Contributing to Keyoxide</a><br>
2020-06-28 12:14:31 -06:00
<a href="/guides/migrating-from-keybase">Migrating from Keybase</a><br>
2020-06-28 17:15:43 -06:00
<a href="/guides/feature-comparison-keybase">Feature comparison with Keybase</a><br>
2020-06-28 12:14:31 -06:00
2020-06-29 10:02:17 -06:00
<h3>Beyond Keyoxide.org</h3>
<a href="/guides/openpgp-proofs">How OpenPGP identity proofs work</a><br>
2020-06-29 13:14:25 -06:00
<a href="/guides/web-key-directory">Uploading keys using web key directory</a><br>
2020-06-29 10:02:17 -06:00
<a href="/guides/selfhosting-keyoxide">Selfhosting Keyoxide</a><br>
2020-06-30 05:37:39 -06:00
<a href="/guides/service-provider">Are you a service provider?</a><br>
2020-06-29 10:02:17 -06:00
2020-06-28 12:14:31 -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>
<a href="/guides/twitter">Adding a Twitter proof</a><br>
2020-06-30 04:48:30 -06:00
<a href="/guides/lobsters">Adding a Lobste.rs proof</a><br>
2020-06-28 12:14:31 -06:00
<a href="/guides/hackernews">Adding a Hackernews proof</a><br>
<a href="/guides/reddit">Adding a Reddit proof</a><br>
<a href="/guides/github">Adding a Github proof</a><br>
2020-06-30 03:37:12 -06:00
<a href="/guides/xmpp">Adding a XMPP proof</a><br>
2020-06-28 12:14:31 -06:00
</div>
<footer>
<p>
Sitemap:
<a href="/">index</a> -
<a href="/encrypt">encrypt</a> -
<a href="/verify">verify</a> -
<a href="/proofs">proofs</a> -
2020-06-29 00:59:37 -06:00
<a href="/guides">guides</a> -
2020-06-28 12:14:31 -06:00
<a href="/faq">faq</a>
</p>
</footer>
</div>
</body>
</html>