Blob


1 <html>
2 <head>
3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <title>Apas: ActivityPub via email</title>
6 <link rel="stylesheet" href="style.css">
7 </head>
9 <body>
10 <h1>Apas</h1>
11 <nav>
12 <a href="https://git.olowe.co/apub">Source code</a> |
13 <a href="https://pkg.go.dev/olowe.co/apub">GoDoc</a> |
14 <a href="mailto:o@olowe.co">Contact</a>
15 </nav>
16 <hr />
18 <p>
19 <b>Apas</b>
20 is a system to interact with ActivityPub systems using email.
21 </p>
22 <p>
23 Learn how ActivityPub works and
24 participate in the Fediverse alongside systems like Mastodon and Lemmy
25 using any email client.
26 </p>
28 <p><em>Warning!</em> <b>Apas</b> is alpha-quality software
29 intended for research and experimentation <em>only</em>.
30 Beware of hardcoded paths, credentials... It's all TODO!
31 </p>
33 <h2>Introduction</h2>
34 <p>
35 See the <a href="apas.html">Apas overview</a>
36 for a high level overview and motivations for the system.
37 </p>
39 <h2>Install</h2>
40 <p>
41 Apas runs on Linux and Unix-like (OpenBSD, FreeBSD...) systems.
42 </p>
43 <pre><code>go install olowe.co/apub/cmd/...
44 </pre></code>
46 <footer>
47 <hr />
48 <p>
49 <b>Apas</b> is published under the <a href="https://git.olowe.co/apub/plain/LICENSE">ISC license</a>.
50 © 2024- <a href="https://www.srcbeat.com">Oliver Lowe</a>
51 </p>
52 </footer>
54 </body>
55 </html>