Patch a few more things up in the docs.

This commit is contained in:
Jordan Bancino 2022-07-23 16:23:53 -04:00
parent c2ab88dc25
commit 9dfdd3e9d7

View file

@ -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 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. extremely easy to set up and consume as few resources as possible.
</li> </li>
<li>
Is permissively licensed. <b>Telodendria</b> is licensed under the
MIT license, which imposes few restrictions on what you can do with
it.
</li>
</ul> </ul>
<p> <p>
<b>Telodendria</b> is on Matrix! Check out the official Matrix rooms: <b>Telodendria</b> is on Matrix! Check out the official Matrix rooms:
@ -242,27 +247,22 @@ $ ./make.sh
</div> </div>
<p> <p>
If everything went well, that will produce If everything went well, that will produce
<code>telodendria.cgi</code>, which you can then place under your web <code>build/telodendria</code>, which you can then place wherever you
root and configure your web server to execute. You'll need to make sure want, and run as a system daemon. See the <code>contrib</code> folder
<code>/.well-known/matrix</code> and <code>/_matrix</code> and all the for configuration examples.
paths under them actually execute <code>telodendria.cgi</code>. See the
provided OpenBSD <code>httpd.conf</code> for reference. Even if you
aren't using OpenBSD's <code>httpd(8)</code>, you should find its
configuration syntax simple enough to adequately demonstrate the proper
configuration.
</p> </p>
<h2 id="configure">Configure Telodendria</h3> <h2 id="configure">Configure Telodendria</h3>
<p> <p>
Once you get <b>Telodendria</b> built and hooked into your web server, Once you get <b>Telodendria</b> built, you will have to write a
you will have to write a configuration file for it. The configuration configuration file for it. The configuration file is a simple
file is just JSON, and it should be called OpenBSD-style configuration file, which should be called
<code>Telodendria.json</code>. <code>telodendria.conf</code>.
</p> </p>
<h2 id="project-status">Project Status</h2> <h2 id="project-status">Project Status</h2>
<p> <p>
<b>Telodendria</b> is a very ambitious project. There's a lot that needs <b>Telodendria</b> 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 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. getting off the ground and building a foundation.
</p> </p>
<p> <p>