README.md in chaltron-0.1.2 vs README.md in chaltron-0.1.3

- old
+ new

@@ -1,12 +1,11 @@ -# Chaltron [![Gem Version](https://badge.fury.io/rb/chaltron.svg)](http://badge.fury.io/rb/chaltron) +# Chaltron [![Gem Version](https://badge.fury.io/rb/chaltron.svg)](http://badge.fury.io/rb/chaltron) [![Build Status](https://travis-ci.org/vicvega/chaltron.svg?branch=master)](http://travis-ci.org/vicvega/chaltron) [![Dependency Status](https://gemnasium.com/vicvega/chaltron.svg)](https://gemnasium.com/vicvega/chaltron) -[![Build Status](https://api.travis-ci.org/vicvega/chaltron.png?branch=master)](http://travis-ci.org/vicvega/chaltron) [![Coverage Status](https://coveralls.io/repos/vicvega/chaltron/badge.svg?branch=master&service=github)](https://coveralls.io/github/vicvega/chaltron?branch=master) [![Code Climate](https://codeclimate.com/github/vicvega/chaltron/badges/gpa.svg)](https://codeclimate.com/github/vicvega/chaltron) -[![Dependency Status](https://gemnasium.com/vicvega/chaltron.png)](https://gemnasium.com/vicvega/chaltron) [![PullReview stats](https://www.pullreview.com/github/vicvega/chaltron/badges/master.svg?)](https://www.pullreview.com/github/vicvega/chaltron/reviews/master) +[![security](https://hakiri.io/github/vicvega/chaltron/master.svg)](https://hakiri.io/github/vicvega/chaltron/master) In a fresh new rails application simply add to your `Gemfile` ``` gem chaltron ``` @@ -16,29 +15,40 @@ ``` Now run ``` rails generate chaltron:install ``` -to create a ready-to-go application, powered by - * [devise](https://github.com/plataformatec/devise/) - * [cancancan](https://github.com/CanCanCommunity/cancancan/) - * [bootstrap](https://github.com/twbs/bootstrap-sass) - * [font-awesome](https://github.com/FortAwesome/font-awesome-sass) - * datatables [client side](https://github.com/rweng/jquery-datatables-rails) or [server side](https://github.com/antillas21/ajax-datatables-rails) processing - Start your app ``` rails server ``` +Login with local user `bella` and `password.1` + +Enjoy! + +## Features + Chaltron provides * local user (creation, authentication, forgotten password management...) * LDAP user (search, creation, authentication) * authorization (roles and permissions) * utility for log messages (syslog enabled) -Login with local user `bella` and `password.1` +Chaltron is powered by -Enjoy! + * [devise](https://github.com/plataformatec/devise/) + * [cancancan](https://github.com/CanCanCommunity/cancancan/) + * [bootstrap](https://github.com/twbs/bootstrap-sass) + * [font-awesome](https://github.com/FortAwesome/font-awesome-sass) + * [datatables](http://datatables.net/) Refer to [wiki pages](https://github.com/vicvega/chaltron/wiki) for further instructions + +## Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request