mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Remove outdated information from CONTRIBUTING and README
This commit is contained in:
parent
6b37db810e
commit
db6205137b
@ -97,7 +97,7 @@ Please follow [our process](https://doc.redox-os.org/book/creating-proper-pull-r
|
|||||||
|
|
||||||
Before starting to contribute, we recommend reading the [Website FAQ](https://www.redox-os.org/faq/) and the [Redox Book](https://doc.redox-os.org/book/).
|
Before starting to contribute, we recommend reading the [Website FAQ](https://www.redox-os.org/faq/) and the [Redox Book](https://doc.redox-os.org/book/).
|
||||||
|
|
||||||
You can contribute to the Redox documentation and code on the following repositories (non-exhaustive, easiest first):
|
You can contribute to the Redox documentation and code on the following repositories (non-exhaustive, easiest-to-hardest order):
|
||||||
|
|
||||||
- [Website](https://gitlab.redox-os.org/redox-os/website)
|
- [Website](https://gitlab.redox-os.org/redox-os/website)
|
||||||
- [Book](https://gitlab.redox-os.org/redox-os/book) - High-level documentation
|
- [Book](https://gitlab.redox-os.org/redox-os/book) - High-level documentation
|
||||||
@ -108,11 +108,9 @@ You can contribute to the Redox documentation and code on the following reposito
|
|||||||
- [acid](https://gitlab.redox-os.org/redox-os/acid) - Redox Test Suite
|
- [acid](https://gitlab.redox-os.org/redox-os/acid) - Redox Test Suite
|
||||||
- [relibc](https://gitlab.redox-os.org/redox-os/relibc) - Redox C Library
|
- [relibc](https://gitlab.redox-os.org/redox-os/relibc) - Redox C Library
|
||||||
- [libredox](https://gitlab.redox-os.org/redox-os/libredox) - Redox System Library
|
- [libredox](https://gitlab.redox-os.org/redox-os/libredox) - Redox System Library
|
||||||
- [netstack](https://gitlab.redox-os.org/redox-os/netstack) - Network Stack
|
|
||||||
- [Bootloader](https://gitlab.redox-os.org/redox-os/bootloader)
|
- [Bootloader](https://gitlab.redox-os.org/redox-os/bootloader)
|
||||||
- [RedoxFS](https://gitlab.redox-os.org/redox-os/redoxfs) - Default filesystem
|
- [RedoxFS](https://gitlab.redox-os.org/redox-os/redoxfs) - Default filesystem
|
||||||
- [Drivers](https://gitlab.redox-os.org/redox-os/drivers) - Device Drivers
|
- [Base](https://gitlab.redox-os.org/redox-os/base) - Essential system components and drivers
|
||||||
- [Base](https://gitlab.redox-os.org/redox-os/base) - Essential system daemons
|
|
||||||
- [Kernel](https://gitlab.redox-os.org/redox-os/kernel)
|
- [Kernel](https://gitlab.redox-os.org/redox-os/kernel)
|
||||||
|
|
||||||
To see all Redox repositories open the [redox-os group](https://gitlab.redox-os.org/redox-os).
|
To see all Redox repositories open the [redox-os group](https://gitlab.redox-os.org/redox-os).
|
||||||
|
|||||||
@ -37,13 +37,11 @@ Some of the key repositories on the Redox GitLab:
|
|||||||
| Essential Repositories | Maintainer
|
| Essential Repositories | Maintainer
|
||||||
|-------------------------------------------------------------------------------------------------------------|---------------------------
|
|-------------------------------------------------------------------------------------------------------------|---------------------------
|
||||||
| [Kernel](https://gitlab.redox-os.org/redox-os/kernel) | **@jackpot51**
|
| [Kernel](https://gitlab.redox-os.org/redox-os/kernel) | **@jackpot51**
|
||||||
| [Base (essential system components)](https://gitlab.redox-os.org/redox-os/base) | **@jackpot51**
|
| [Base (essential system components and drivers)](https://gitlab.redox-os.org/redox-os/base) | **@jackpot51**
|
||||||
| [RedoxFS (default filesystem)](https://gitlab.redox-os.org/redox-os/redoxfs) | **@jackpot51**
|
| [RedoxFS (default filesystem)](https://gitlab.redox-os.org/redox-os/redoxfs) | **@jackpot51**
|
||||||
| [Drivers](https://gitlab.redox-os.org/redox-os/drivers) | **@jackpot51**
|
|
||||||
| [relibc (C POSIX library written in Rust)](https://gitlab.redox-os.org/redox-os/relibc) | **@jackpot51**
|
| [relibc (C POSIX library written in Rust)](https://gitlab.redox-os.org/redox-os/relibc) | **@jackpot51**
|
||||||
| [Ion (defauilt shell)](https://gitlab.redox-os.org/redox-os/ion) | **@jackpot51**
|
| [Ion (defauilt shell)](https://gitlab.redox-os.org/redox-os/ion) | **@jackpot51**
|
||||||
| [Termion (terminal library)](https://gitlab.redox-os.org/redox-os/termion) | **@jackpot51**
|
| [Termion (terminal library)](https://gitlab.redox-os.org/redox-os/termion) | **@jackpot51**
|
||||||
| [netstack (network stack)](https://gitlab.redox-os.org/redox-os/netstack) | **@jackpot51**
|
|
||||||
| [pkgutils (current package manager)](https://gitlab.redox-os.org/redox-os/pkgutils) | **@jackpot51**
|
| [pkgutils (current package manager)](https://gitlab.redox-os.org/redox-os/pkgutils) | **@jackpot51**
|
||||||
| [Orbital (display server and window manager)](https://gitlab.redox-os.org/redox-os/orbital) | **@jackpot51**
|
| [Orbital (display server and window manager)](https://gitlab.redox-os.org/redox-os/orbital) | **@jackpot51**
|
||||||
| This repo - the root of the Build System | **@jackpot51** **@hatred_45**
|
| This repo - the root of the Build System | **@jackpot51** **@hatred_45**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user