2022-07-23 00:19:12 +00:00
|
|
|
<!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"
|
2022-07-23 04:34:11 +00:00
|
|
|
content="https://telodendria.io">
|
2022-07-23 00:19:12 +00:00
|
|
|
<meta property="og:description"
|
|
|
|
content="Telodendria, a Matrix homeserver written in ANSI C.">
|
|
|
|
|
2023-01-04 01:07:48 +00:00
|
|
|
<meta http-equiv="onion-location" content="http://cszrjvqbeim4dbbynucd4xucpfsips4alpxyxm5s3uh2itjxsnythhyd.onion">
|
|
|
|
|
2022-11-05 13:26:00 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2022-08-08 14:57:42 +00:00
|
|
|
<link rel="icon" href="assets/Telodendria-196x196.png">
|
2022-07-23 00:19:12 +00:00
|
|
|
|
|
|
|
<title>Telodendria | A Matrix Homeserver written in ANSI C.</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-09-30 23:11:44 +00:00
|
|
|
<img id="logo" src="/assets/Telodendria-500x500.png" alt="Telodendria Logo"/>
|
2022-11-20 00:19:00 +00:00
|
|
|
<h1 style="font-size: x-large;" id="telodendria">Telodendria</h1>
|
2022-07-23 00:19:12 +00:00
|
|
|
<p>
|
2022-10-10 16:05:27 +00:00
|
|
|
<b>Tel-ə-'den-drē-ə:</b> The terminal aborizations of an axon.
|
2022-10-10 15:58:15 +00:00
|
|
|
</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.
|
2022-07-23 00:19:12 +00:00
|
|
|
</p>
|
2022-07-29 00:52:40 +00:00
|
|
|
<div class="msg-error">
|
2022-11-18 23:53:29 +00:00
|
|
|
<b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development and is not
|
|
|
|
yet ready for use.
|
2022-12-13 15:59:40 +00:00
|
|
|
Please see the <a href="/man/man7/telodendria-changelog.7.html#PROJECT_STATUS">Project Status</a>
|
2022-11-18 23:53:29 +00:00
|
|
|
for information about the project state, and use the links below to help fund development.
|
2022-07-29 00:52:40 +00:00
|
|
|
</div>
|
2022-11-07 13:47:33 +00:00
|
|
|
<h2 id="donate">Donate</h2>
|
2022-11-05 13:26:00 +00:00
|
|
|
<p>
|
2022-11-07 13:47:33 +00:00
|
|
|
If you would like to donate to this project, you can do so with the
|
|
|
|
following links:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://liberapay.com/Telodendria/donate">LiberaPay</a> (recurring, account required)</li>
|
|
|
|
<li><a href="https://donate.stripe.com/8wM29AfF5bRJc48eUU">Stripe</a> (one-time, no account required)</li>
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
If you would like to do a recurring donation larger than what's allowed
|
|
|
|
by LiberaPay, please contact me directly on Matrix at <code>@jordan:bancino.net</code>.
|
|
|
|
</p>
|
|
|
|
<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>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Version</th>
|
|
|
|
<th>Download</th>
|
|
|
|
<th>Checksum</th>
|
|
|
|
<th>Signature</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-12-14 00:54:52 +00:00
|
|
|
<td>${TELODENDRIA_VERSION}</td>
|
2022-11-07 13:47:33 +00:00
|
|
|
<td>
|
2022-12-14 00:54:52 +00:00
|
|
|
<a href="/pub/v${TELODENDRIA_VERSION}/Telodendria-v${TELODENDRIA_VERSION}.tar.gz">
|
|
|
|
<code>Telodendria-v${TELODENDRIA_VERSION}.tar.gz</code>
|
2022-11-07 13:47:33 +00:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td>
|
2022-12-14 00:54:52 +00:00
|
|
|
<a href="/pub/v${TELODENDRIA_VERSION}/Telodendria-v${TELODENDRIA_VERSION}.tar.gz.sha256">
|
2022-12-15 20:28:42 +00:00
|
|
|
sha256
|
2022-11-07 13:47:33 +00:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td>
|
2022-12-14 00:54:52 +00:00
|
|
|
<a href="/pub/v${TELODENDRIA_VERSION}/Telodendria-v${TELODENDRIA_VERSION}.tar.gz.sig">
|
2022-12-15 20:28:42 +00:00
|
|
|
signify
|
2022-11-07 13:47:33 +00:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<p>
|
2022-12-13 16:44:51 +00:00
|
|
|
See the <a href="man/man7/telodendria-changelog.7.html">change log</a> for
|
|
|
|
release notes. If you are looking for older <b>Telodendria</b> versions, you
|
|
|
|
can find them <a href="/pub">here</a>.
|
2022-11-05 13:26:00 +00:00
|
|
|
</p>
|
2022-11-20 00:12:53 +00:00
|
|
|
<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. Consult your operating system's
|
|
|
|
manual for how to install packages, as well as the official repository,
|
|
|
|
to see if a package is available. 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>
|
|
|
|
<p>
|
|
|
|
If your operating system does <i>not</i> have a package or port of
|
|
|
|
<b>Telodendria</b>, please consult the
|
2022-11-20 15:23:16 +00:00
|
|
|
<a href="/man/man7/porting.7.html">porting(7)</a> page for guidelines
|
2022-11-20 00:12:53 +00:00
|
|
|
related to packaging <b>Telodendria</b> for your system.
|
|
|
|
</p>
|
2022-10-10 15:58:15 +00:00
|
|
|
<h2 id="documentation">Documentation</h2>
|
2022-07-23 00:19:12 +00:00
|
|
|
<p>
|
2022-10-10 15:58:15 +00:00
|
|
|
<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>
|
2022-10-10 19:22:18 +00:00
|
|
|
<p>User Documentation:</p>
|
2023-02-15 03:30:52 +00:00
|
|
|
${USER_DOCS}
|
2022-12-12 17:39:56 +00:00
|
|
|
<p>
|
|
|
|
<details>
|
|
|
|
<summary>Developer Documentation:</summary>
|
|
|
|
</p>
|
2023-02-15 03:30:52 +00:00
|
|
|
${DEV_DOCS}
|
2022-12-12 17:39:56 +00:00
|
|
|
</details>
|
2022-07-23 23:18:17 +00:00
|
|
|
<hr>
|
2022-12-13 14:26:04 +00:00
|
|
|
<p>
|
2023-02-15 01:32:44 +00:00
|
|
|
© 2023 Jordan Bancino <@jordan:bancino.net>
|
2022-12-14 00:54:52 +00:00
|
|
|
<br>
|
|
|
|
Updated on ${DATE}.
|
2022-12-13 14:26:04 +00:00
|
|
|
</p>
|
2022-07-23 00:19:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|