diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:46:51 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:46:51 +0300 |
commit | 014c20099d0199445cedc6e3504e4309176c56ae (patch) | |
tree | 2711398696489389cc9a48cf1789d7521767e054 /README.md | |
parent | 33aedfe23712ae99f3393b07567c49388fcba376 (diff) | |
download | bemenu-014c20099d0199445cedc6e3504e4309176c56ae.tar.gz bemenu-014c20099d0199445cedc6e3504e4309176c56ae.tar.bz2 bemenu-014c20099d0199445cedc6e3504e4309176c56ae.zip |
Refactor code to snake_style, turn renderers into plugins, and start
wayland (cairo) renderer.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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) |