Changed grammar, added git-server project idea, change project status/priorities

This commit is contained in:
aewens 2019-01-07 13:24:35 -06:00
parent 6393935aa9
commit 8cefec6274
1 changed files with 16 additions and 9 deletions

View File

@ -12,10 +12,10 @@ 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, current status (todo, doing, done, discarded), and priority of the
project (high, medium, low). If you are submitting an idea without wanting to
take ownership of the project, specify the user(s) as "-". For project ideas
with more than one user working on it, list the users in comma-separated format
them, current status (todo, doing, done, inactive), and priority of the project
(high, medium, low). If you are submitting an idea without wanting to take
ownership of the project, specify the user(s) 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).
@ -24,14 +24,15 @@ be done through a [pull request](https://tildegit.org/center/todo/pulls).
| Project / Idea | Contributors | Status | Priority |
| -------------- | ------------ | ------ | -------- |
| database | aewens | doing | high |
| database | aewens | doing | medium-high |
| ldap-users | aewens | doing | high |
| dispatcher | - | todo | high-medium |
| dispatcher | - | todo | medium-high |
| safe-center | - | todo | low |
| concepts | aewens | doing | medium |
| concepts | aewens | inactive | medium |
| governance | aewens | todo | medium |
| directory | aewens | doing | medium |
| skel | aewens | doing | medium |
| skel | aewens | inactive | medium |
| git-server | aewens | todo | medium |
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.
@ -69,4 +70,10 @@ servers, the bulk of it's files and directories will be stored under a /center
directory.
## [skel](https://tildegit.org/center/skel)
The default directories and files in user's $HOME for ~center
The default directories and files in user's $HOME for ~center
## git-server
Currently, these projects are hosted on tildegit.org, but this is a project
operated outside of the ~center project. The git-server would be a HBOSP that
can authenticate against the LDAP database and work with the existing git
command.