<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Jordan Bancino"> <meta name="description" content="Telodendria, a Matrix homeserver written in ANSI C."> <meta property="og:title" content="Telodendria | A Matrix Homeserver written in ANSI C."> <meta property="og:type" content="website"> <meta property="og:url" content="https://telodendria.io"> <meta property="og:description" content="Telodendria, a Matrix homeserver written in ANSI C."> <link rel="stylesheet" href="/style.css"> <link rel="icon" href="assets/Telodendria-196x196.png"> <title>Telodendria | A Matrix Homeserver written in ANSI C.</title> </head> <body> <img id="logo" src="/assets/Telodendria-500x500.png" alt="Telodendria Logo"/> <h1 id="telodendria">Telodendria</h1> <p> <b>Tel-ə-'den-drē-ə:</b> The terminal aborizations of an axon. </p> <p> <b>Telodendria</b> is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional. </p> <div class="msg-error"> <b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development. Please see the <a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a>. </div> <h2 id="documentation">Documentation</h2> <p> <b>Telodendria</b>'s documentation is distributed with the source code as <code>man</code> pages, which contain all of the information on what <b>Telodendria</b> is, what its goals are, how to build the source, configure it, as well as contribute to the project. The <code>man</code> pages are also available online for convenience: </p> <p> User documentation: </p> <ul> <li><a href="/man/man7/telodendria.7.html">telodendria(7)</a> - <b>Start here.</b> Introduction and project information, including project status, contact information, and licensing.</li> <li><a href="/man/man8/telodendria.8.html">telodendria(8)</a> - Command line usage</li> <li><a href="/man/man5/telodendria.conf.5.html">telodendria.conf(5)</a> - Configuration file</li> <li><a href="/man/man7/contributing.7.html">contributing(7)</a> - Contributing guide</li> <li><a href="/man/man8/td.8.html">td(8)</a> - Build script and patch instructions</li> </ul> <p> Developer documentation: </p> <ul> <li><a href="/man/man3/Array.3.html">Array(3)</a> - Dynamic array structure</li> <li><a href="/man/man3/Base64.3.html">Base64(3)</a> - Base64 encoder/decoder with unpadded support</li> </ul> <h2 id="download">Download</h2> <p> <b>Telodendria</b> is distributed as source tarballs, in true Unix fashion. If you want, you can verify the checksum of your download, and check the signature. To check the signature, you'll need <code>signify</code>, and the signify public key: <a href="/telodendria-signify.pub"> telodendria-signify.pub</a>. </p> <p> If your operating system has an official package or port of <b>Telodendria</b>, you should prefer to use that instead of manually downloading the source and building it. If your operating system's package or port is too out of date for your tastes, please contact the package's maintainers to notify them, or offer to update the package yourself. </p> <table> <tr> <th>Version</th> <th>Download</th> <th>Checksum</th> <th>Signature</th> </tr> <!-- <tr> <td>v0.0.0</td> <td> <a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz"> Telodendria-v0.0.0.tar.gz </a> </td> <td> <a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sha256"> SHA256 </a> </td> <td> <a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sig"> Signify </a> </td> </tr> --> <tr> <td colspan="4" style="text-align: center;"> No downloads here yet. See the <a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a> for more information. </td> </tr> </table> <p> You can find the change log in the documentation. </p> <h2 id="resources">Resources</h2> <ul> <li><a target="_blank" href="/pub">Old <b>Telodendria</b> Versions</a></li> <li><a target="_blank" href="/spec.matrix.org">Matrix Spec Mirror</a> (<a href="/matrix-spec-v1.3.tar.gz">Download matrix-spec-v1.3.tar.gz</a>) </li> <li><a target="_blank" href="/patches">Public Patch Directory</a></li> </ul> <hr> © 2022 Jordan Bancino <@jordan:bancino.net> </body> </html>