bemenu/README.md

22 lines
838 B
Markdown
Raw Normal View History

2014-03-18 16:20:33 +00:00
bemenu
======
Dynamic menu library and client program inspired by dmenu
2014-03-18 17:31:50 +00:00
## License
2014-03-18 19:20:11 +00:00
* [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
2014-03-18 19:56:04 +00:00
## 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)
2014-04-10 08:00:26 +00:00
* function and variable names are camelCase except for global constants
2014-03-18 19:56:04 +00:00
* [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)