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