From 9dfdd3e9d702ca2e43beea7b47222797308cc02c Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 23 Jul 2022 16:23:53 -0400 Subject: [PATCH] Patch a few more things up in the docs. --- Telodendria.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Telodendria.html b/Telodendria.html index 1d3ab5f..b887b80 100644 --- a/Telodendria.html +++ b/Telodendria.html @@ -68,6 +68,11 @@ Is packaged as a single small, statically-linked and highly-optimized binary that can be run just about anywhere. It is designed to be extremely easy to set up and consume as few resources as possible. +
  • +Is permissively licensed. Telodendria is licensed under the +MIT license, which imposes few restrictions on what you can do with +it. +
  • Telodendria is on Matrix! Check out the official Matrix rooms: @@ -242,27 +247,22 @@ $ ./make.sh

    If everything went well, that will produce -telodendria.cgi, which you can then place under your web -root and configure your web server to execute. You'll need to make sure -/.well-known/matrix and /_matrix and all the -paths under them actually execute telodendria.cgi. See the -provided OpenBSD httpd.conf for reference. Even if you -aren't using OpenBSD's httpd(8), you should find its -configuration syntax simple enough to adequately demonstrate the proper -configuration. +build/telodendria, which you can then place wherever you +want, and run as a system daemon. See the contrib folder +for configuration examples.

    Configure Telodendria

    -Once you get Telodendria built and hooked into your web server, -you will have to write a configuration file for it. The configuration -file is just JSON, and it should be called -Telodendria.json. +Once you get Telodendria built, you will have to write a +configuration file for it. The configuration file is a simple +OpenBSD-style configuration file, which should be called +telodendria.conf.

    Project Status

    Telodendria is a very ambitious project. There's a lot that needs to happen yet before it is usable. At the moment, there's nothing that -even remotely resembles a Matrix homeserver here; I'm still +even remotely ressembles a Matrix homeserver here; I'm still getting off the ground and building a foundation.