summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-25 23:22:12 +0200
committerdefault <nobody@localhost>2022-09-25 23:22:12 +0200
commit39de21e860aea83ad41e3774e5a41e6282a88759 (patch)
treeb6012dbce809907381aaac71e052dfce09e9287e
parentd86f6ee27f63b120fce952e0905a8c627861ba81 (diff)
New file README.md.
-rw-r--r--README.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e6ac2ff
--- /dev/null
+++ b/README.md
@@ -0,0 +1,42 @@
+# snac
+
+A simple, minimalistic ActivityPub instance
+
+# Features
+
+- lightweight, minimal dependencies
+- large support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages...
+- Easily-accessed MUTE button to silence morons
+- Tested interoperability with similar software
+- No database needed
+- Not much bullshit
+
+# About
+
+This program runs as a daemon (proxied by a TLS-enabled real httpd server) and provides the basic services for a Fediverse / ActivityPub instance (sharing messages and stuff from/to other systems like Mastodon, Pleroma, Friendica, etc.).
+
+This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) and `snac(8)` (administrator manual) are what you are looking for.
+
+**This is a work in progress and everything is on fire and you can get hurt.**
+
+`snac` stands for Social Networks Are Crap.
+
+# Installation
+
+This 2.x release is written in C (unlike the 1.x prototype, which was written in Python). The only external dependencies are `openssl` and `curl`.
+
+On Debian/Ubuntu, you can satisfy these requirements by running
+
+```
+ apt install libssl-dev libcurl4-openssl-dev
+```
+
+On OpenBSD you don't need to install anything because the base system provides all the needed software.
+
+Run `make` and then `make install` as root.
+
+See the administrator manual on how to proceed from here.
+
+# License and author
+
+See the LICENSE file for details.