From 149fb19fc577e9cde67f73e35ae9b22daaddc8f0 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Wed, 4 Jan 2017 15:10:48 +0100 Subject: [PATCH] commit --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dfc228..59ebcf6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The only thing your application should have to take care is its functionality, a **Consistency**. -Everything will be developed in the same repository: same coding standards, changes will be tested on every provided applications… +Everything will be developed in the same repository: same [coding standards][codingstyle], changes will be tested on every provided applications… **Code review**. @@ -148,6 +148,11 @@ Go to the relevant directory for details. This project is inspired by a number of great projects: -- OpenBSD and UNIX in general for most of the concepts +- [OpenBSD][openbsd] and UNIX in general for most of the concepts - Plan9 for the great abstractions and simplicity -- suckless and cat-v for minimalism +- [suckless][suckless] for the [coding style][codingstyle] and [cat-v][catv] for the philosophy + +[codingstyle]: http://suckless.org/coding_style +[suckless]: http://suckless.org +[catv]: http://cat-v.org +[openbsd]: https://openbsd.org