From 182bc13ea8a6975f51288049ced85d330f407aa6 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 1 Nov 2022 16:29:31 -0400 Subject: [PATCH] Make the READMEs a little more descriptive. I need something to test git cvsimport with, too. --- site/Telodendria.svg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 site/Telodendria.svg diff --git a/site/Telodendria.svg b/site/Telodendria.svg new file mode 100644 index 0000000..be0ae57 --- /dev/null +++ b/site/Telodendria.svg @@ -0,0 +1,27 @@ +======================================================= +|_ _|__| | ___ __| | ___ _ __ __| |_ __(_) __ _ + | |/ _ \ |/ _ \ / _` |/ _ \ '_ \ / _` | '__| |/ _` | + | | __/ | (_) | (_| | __/ | | | (_| | | | | (_| | + |_|\___|_|\___/ \__,_|\___|_| |_|\__,_|_| |_|\__,_| +======================================================= +Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> + +This is the source code for Telodendria, a Matrix homeserver written +in C. All of the documentation is available as man pages in the +man/ directory, or online at https://telodendria.io + +If information is missing from the documentation, please feel free +to reach out to #telodendria-general:bancino.net on Matrix. + +This file documents the directory structure of the source code +repository. + +Telodendria/ + contrib/ - Supplemental files, such as example configs. + man/ - The official documentation as man pages. + site/ - The official website. + src/ - The C source code for Telodendria. + include/ - Header files for the source code. + Routes/ - Where Matrix API endpoints are implemented + tests/ - Unit and integration tests will eventually go here. + tools/ - Development environment and tools.