From a8796e1bc658b2519776cff7c3b5fca6e5049211 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 6 Sep 2022 12:02:10 -0400 Subject: [PATCH] Don't be so harsh with other homeserver implementations! --- site/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/index.html b/site/index.html index 0c31d60..094ea4d 100644 --- a/site/index.html +++ b/site/index.html @@ -577,14 +577,14 @@ on my list for that:

I want a lightweight Matrix homeserver designed specifically for OpenBSD and other Unix-like operating systems. I want a homeserver -that can be developed in vi(1) and compiled with the -built-in C compiler. I want it to function entirely on a base OS +that can be developed and compiled with built-in tools. I want it +to function entirely on a base OS install without having to install any extra packages whatsoever. -I've found that as far as these priorities are concerned, the -existing homeserver implementations fall tremendously short. This -project aims to point out that existing homeserver implementations -are way over-engineered and written in such a way that many programs -and libraries have to be pulled in to use them. +I've found that as far as these goals are concerned, the +existing homeserver implementations fall short. This +project aims to prove that Matrix homeservers can be lightweight and +written in such a way that very few, if any, third-party libraries +need to be pulled in.

I also want to learn how Matrix works, and I want to understand the