foreign-resources.yaml: Add jquery.chosen
[lhc/web/wiklou.git] / resources / lib / jquery.chosen / README.md
1 # Chosen
2
3 Chosen is a library for making long, unwieldy select boxes more user friendly.
4
5 - jQuery support: 1.7+
6 - Prototype support: 1.7+
7
8 For **documentation**, usage, and examples, see:
9 http://harvesthq.github.io/chosen/
10
11 For **downloads**, see:
12 https://github.com/harvesthq/chosen/releases/
13
14 ### Package managers
15
16 Chosen is available through [Bower](https://bower.io/) and [npm](https://www.npmjs.com),
17 _however, the package names are not the same_.
18
19 To install with Bower:
20
21 ```
22 bower install chosen
23 ```
24
25 To install with npm:
26
27 ```
28 npm install chosen-js
29 ```
30
31 The compiled files for these packages are automatically generated and stored in a [2nd Chosen repository](https://github.com/harvesthq/chosen-package). No pull requests will be accepted to that repository.
32
33 ### Contributing to this project
34
35 We welcome all to participate in making Chosen the best software it can be. The repository is maintained by only a few people, but has accepted contributions from over 50 authors after reviewing hundreds of pull requests related to thousands of issues. You can help reduce the maintainers' workload (and increase your chance of having an accepted contribution to Chosen) by following the
36 [guidelines for contributing](contributing.md).
37
38 * [Bug reports](contributing.md#bugs)
39 * [Feature requests](contributing.md#features)
40 * [Pull requests](contributing.md#pull-requests)
41
42 ### Chosen Credits
43
44 - Concept and development by [Patrick Filler](http://patrickfiller.com) for [Harvest](http://getharvest.com/).
45 - Design and CSS by [Matthew Lettini](http://matthewlettini.com/)
46 - Repository maintained by [@pfiller](http://github.com/pfiller), [@kenearley](http://github.com/kenearley), [@stof](http://github.com/stof), [@koenpunt](http://github.com/koenpunt), and [@tjschuck](http://github.com/tjschuck).
47 - Chosen includes [contributions by many fine folks](https://github.com/harvesthq/chosen/contributors).