From 014c20099d0199445cedc6e3504e4309176c56ae Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 22 Oct 2014 22:46:51 +0300 Subject: Refactor code to snake_style, turn renderers into plugins, and start wayland (cairo) renderer. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 476c8c9..2dc6cf7 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,3 @@ Dynamic menu library and client program inspired by dmenu * [GNU GPLv3 (or any later version)](LICENSE-CLIENT) for client program[s] and other sources except library and bindings * [GNU LGPLv3 (or any later version)](LICENSE-LIB) for library and bindings - -## Project Guidelines -* **Coding style** - * [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) - for C sources with following exceptions: - * spaces not tabs - * indentation size is 4 characters (spaces) - * function and variable names are camelCase except for global constants - * [Standard style](http://legacy.python.org/dev/peps/pep-0008/) for Python -* **Build system** - [CMake](http://www.cmake.org/) -* **API documentation** - [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html) - (JavaDoc style comments) -- cgit v1.2.3-70-g09d2