This is my fork of Telodendria (http://git.telodendria.io/Telodendria/telodendria), made for experimental stuff and changes I merge sometimes. There is generally one branch/change. You might want to look at the lda branch for *actual* changes to upstream(if it exists)
Go to file
Jordan Bancino 8d203f6cb8 Pull OpenBSD 7.2 mandoc.css
Somewhere between OpenBSD 7.1 and 7.2, mandoc changed the way it does a
lot of things. This commit pulls the base mandoc.css, and then includes it
in the Telodendria sylesheet. It is no longer feasable to customize the
mandoc stylesheet much, so luckily the default style is good enough.
2022-11-19 00:34:41 +00:00
.github Add one-time donate link. 2022-11-07 13:47:33 +00:00
contrib Change behavior of "id" configuration directive. 2022-11-08 17:53:01 +00:00
man Clarify development notice. 2022-11-18 23:53:29 +00:00
site Pull OpenBSD 7.2 mandoc.css 2022-11-19 00:34:41 +00:00
src Make a number of improvements to cache handling. 2022-11-18 22:17:56 +00:00
tools Don't uninstall the configuration file. 2022-11-18 22:49:06 +00:00
.cvsignore Add development data directory 2022-10-11 12:01:17 -04:00
.indent.pro Move the indent switches to .indent.pro so that indent(1) can be run on 2022-07-25 15:35:31 -04:00
LICENSE.txt Move header.txt to LICENSE.txt 2022-09-22 17:54:56 -04:00
README.md Make the READMEs a little more descriptive. 2022-11-01 16:29:31 -04:00
README.txt Make the READMEs a little more descriptive. 2022-11-01 16:29:31 -04:00
TODO.txt Remove unit testing code. 2022-11-18 22:27:23 +00:00

README.md

Telodendria

Telodendria is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional.

Important: This project is not developed on GitHub, or even with Git. As such, GitHub Pull Requests are not accepted. But that doesn't mean we don't want your contribution! You're more than welcome to clone this repo and use Git to make changes to the project if you'd prefer it to CVS, but when it comes time to actually submit your changes to this project, use git format-patch to generate patch files, then submit them to the official Matrix room: #telodendria-patches:bancino.net.

Please see the README.txt file for the actual project README, which simply details the repository structure a little bit. All of Telodendria's user and developer documentation is available as man pages, or online.