add contributors list

pull/7/head
Mahmoud Ben Hassine 10 years ago
parent c7c485f51c
commit 15e88c0dc9

@ -1,5 +1,4 @@
## What is Easy Rules?
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/easy-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Easy Rules is a simple yet powerful Java Rules Engine providing the following features :
@ -13,17 +12,55 @@ Easy Rules is a simple yet powerful Java Rules Engine providing the following fe
* Dynamic rule reconfiguration at runtime using JMX
## Documentation
All Easy Rules documentation can be found here : [http://www.easyrules.org](http://www.easyrules.org)
## Presentation
You can find some slides about Easy Rules on [speaker deck][].
You can find some slides about Easy Rules on [speaker deck](https://speakerdeck.com/benas/easy-rules).
## Documentation
## Contribution
You are welcome to contribute to the project with pull requests on GitHub.
If you believe you found a bug, please use the [issue tracker](https://github.com/benas/easy-rules/issues).
It would be great to attach a JUnit test that fails and it would be awesome to send a pull request with a patch that fixes the bug!
For any further question, you can use the [Gitter](https://gitter.im/benas/easy-rules) channel: [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/easy-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
All Easy Rules documentation can be found here : [http://www.easyrules.org][]
## Awesome contributors
* [Becca Gaspard](https://github.com/beccagaspard)
* [Drem Darios](https://github.com/drem-darios)
Thank you all for your contributions!
## License
Easy Rules is released under the [MIT License][].
Easy Rules is released under the [MIT License](http://opensource.org/licenses/mit-license.php/):
```
The MIT License (MIT)
Copyright (c) 2015 Mahmoud Ben Hassine (mahmoud@benhassine.fr)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
[speaker deck]: https://speakerdeck.com/benas/easy-rules
[http://www.easyrules.org]: http://www.easyrules.org
[MIT License]: http://opensource.org/licenses/mit-license.php/

@ -19,6 +19,16 @@
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://buildhive.cloudbees.com/job/benas/job/easy-rules/</url>
</ciManagement>
<developers>
<developer>
<id>benas</id>
@ -31,6 +41,17 @@
</developer>
</developers>
<contributors>
<contributor>
<name>Becca Gaspard</name>
<url>https://github.com/beccagaspard</url>
</contributor>
<contributor>
<name>Drem Darios</name>
<url>https://github.com/drem-darios</url>
</contributor>
</contributors>
<licenses>
<license>
<name>MIT License</name>

@ -18,6 +18,16 @@
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://buildhive.cloudbees.com/job/benas/job/easy-rules/</url>
</ciManagement>
<developers>
<developer>
@ -30,6 +40,17 @@
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Becca Gaspard</name>
<url>https://github.com/beccagaspard</url>
</contributor>
<contributor>
<name>Drem Darios</name>
<url>https://github.com/drem-darios</url>
</contributor>
</contributors>
<licenses>
<license>

@ -19,6 +19,16 @@
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://buildhive.cloudbees.com/job/benas/job/easy-rules/</url>
</ciManagement>
<developers>
<developer>
<id>benas</id>
@ -31,6 +41,17 @@
</developer>
</developers>
<contributors>
<contributor>
<name>Becca Gaspard</name>
<url>https://github.com/beccagaspard</url>
</contributor>
<contributor>
<name>Drem Darios</name>
<url>https://github.com/drem-darios</url>
</contributor>
</contributors>
<licenses>
<license>
<name>MIT License</name>

@ -35,6 +35,16 @@
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://buildhive.cloudbees.com/job/benas/job/easy-rules/</url>
</ciManagement>
<developers>
<developer>
<id>benas</id>
@ -47,6 +57,17 @@
</developer>
</developers>
<contributors>
<contributor>
<name>Becca Gaspard</name>
<url>https://github.com/beccagaspard</url>
</contributor>
<contributor>
<name>Drem Darios</name>
<url>https://github.com/drem-darios</url>
</contributor>
</contributors>
<licenses>
<license>
<name>MIT License</name>

Loading…
Cancel
Save