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