Improved formatting, added clarification for multi-contributor projects

This commit is contained in:
aewens 2018-12-27 10:53:29 -06:00
parent 8e1026b867
commit 8d55af2056
1 changed files with 20 additions and 13 deletions

View File

@ -12,10 +12,14 @@ it's users. To make this possible while keeping up with home-brewed open source
projects, there is a lot to be done. That is where this repository comes in.
Below are projects or ideas for ~center projects along with users working on
them and current status (TODO, DOING, DONE, DISCARDED). If you are submitting
them and current status (todo, doing, done, discarded). If you are submitting
an idea without wanting to take ownership of the project, specify the user(s)
as "-". Adding project ideas, enlistment to a project idea, or changing the
status can be done through a pull request.
as "-". For project ideas with more than one user working on it, list the users
in comma-separated format (e.g. if alice and bob are working on the same
project then "alice, bob" would be listed under Contributors).
Adding project ideas, enlistment to a project idea, or changing the status can
be done through a pull request.
| Project / Idea | Contributors | Status |
| -------------- | ------------ | ------ |
@ -27,16 +31,19 @@ status can be done through a pull request.
Use this space below to go into more detail about the specifics of the project.
As well, if the project exists you can link to it's repository here.
* [database](https://tildegit.org/center/database): The SQLite database and
schemas that will be utilized by ~center
## [database](https://tildegit.org/center/database)
The SQLite database and schemas that will be utilized by ~center.
* ldap-users: OpenLDAP setup and user management tools for generating
accounts that can later be distributed and utilized by other ~center services
for single sign on (SSO) purposes (will need to be compatible with **database**)
## ldap-users
OpenLDAP setup and user management tools for generating accounts that can later
be distributed and utilized by other ~center services for single sign on (SSO)
purposes (will need to be compatible with **database**).
* dispatcher: TCP server to communicate with peer ~center servers for handling
server federation and synchronizing data (will later need to adhere to RFC
specifications agreed upon by users)
## dispatcher
TCP server to communicate with peer ~center servers for handling server
federation and synchronizing data (will later need to adhere to RFC
specifications agreed upon by users).
* safe-center: Allows for users to share their local storage in exchange for
utilizing part of the greater whole of shared storage in the ~center network
## safe-center
Allows for users to share their local storage in exchange for utilizing part of
the greater whole of shared storage in the ~center network.