Make the READMEs a little more descriptive.

I need something to test git cvsimport with, too.
This commit is contained in:
Jordan Bancino 2022-11-01 16:29:31 -04:00
parent deab108882
commit c6b4c3ad76
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# [Telodendria](https://telodendria.io)
## Submit Patches To [#telodendria-patches:bancino.net](https://matrix.to/#/#telodendria-patches:bancino.net) On Matrix
**Telodendria** is an open source Matrix homeserver implementation written from scratch in ANSI C and designed to be lightweight and simple, yet functional.
This project is not developed on GitHub. As such, pull requests are not accepted. You're more than welcome to clone this repo and use Git to make your changes, but when it comes time to submit changes to this project, use [git format-patch](https://git-scm.com/docs/git-format-patch).
**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](https://git-scm.com/docs/git-format-patch) to generate patch files, then submit them to the official Matrix room: [#telodendria-patches:bancino.net](https://matrix.to/#/#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.

View File

@ -13,3 +13,15 @@ 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.