Blame


1 93390e9f 2024-03-14 o <html>
2 93390e9f 2024-03-14 o <head>
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">
7 93390e9f 2024-03-14 o </head>
8 93390e9f 2024-03-14 o
9 93390e9f 2024-03-14 o <body>
10 93390e9f 2024-03-14 o <h1>Apas</h1>
11 93390e9f 2024-03-14 o <nav>
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>
15 93390e9f 2024-03-14 o </nav>
16 93390e9f 2024-03-14 o <hr />
17 93390e9f 2024-03-14 o
18 93390e9f 2024-03-14 o <p>
19 93390e9f 2024-03-14 o <b>Apas</b>
20 93390e9f 2024-03-14 o is a system to interact with ActivityPub systems using email.
21 93390e9f 2024-03-14 o </p>
22 93390e9f 2024-03-14 o <p>
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.
26 93390e9f 2024-03-14 o </p>
27 93390e9f 2024-03-14 o
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!
31 93390e9f 2024-03-14 o </p>
32 93390e9f 2024-03-14 o
33 93390e9f 2024-03-14 o <h2>Introduction</h2>
34 93390e9f 2024-03-14 o <p>
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.
37 93390e9f 2024-03-14 o </p>
38 93390e9f 2024-03-14 o
39 93390e9f 2024-03-14 o <h2>Install</h2>
40 93390e9f 2024-03-14 o <p>
41 93390e9f 2024-03-14 o Apas runs on Linux and Unix-like (OpenBSD, FreeBSD...) systems.
42 93390e9f 2024-03-14 o </p>
43 93390e9f 2024-03-14 o <pre><code>go install olowe.co/apub/cmd/...
44 93390e9f 2024-03-14 o </pre></code>
45 93390e9f 2024-03-14 o
46 93390e9f 2024-03-14 o <footer>
47 93390e9f 2024-03-14 o <hr />
48 93390e9f 2024-03-14 o <p>
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>
51 93390e9f 2024-03-14 o </p>
52 93390e9f 2024-03-14 o </footer>
53 93390e9f 2024-03-14 o
54 93390e9f 2024-03-14 o </body>
55 93390e9f 2024-03-14 o </html>