You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-65Lines changed: 4 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,88 +5,27 @@ Select2 is a jQuery based replacement for select boxes. It supports searching, r
5
5
6
6
To get started -- checkout http://ivaynberg.github.com/select2!
7
7
8
-
9
-
Versioning
10
-
----------
11
-
12
-
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
13
-
14
-
Releases will be numbered with the follow format:
15
-
16
-
`<major>.<minor>.<patch>`
17
-
18
-
And constructed with the following guidelines:
19
-
20
-
* Breaking backward compatibility bumps the major
21
-
* New additions without breaking backward compatibility bumps the minor
22
-
* Bug fixes and misc changes bump the patch
23
-
24
-
For more information on SemVer, please visit http://semver.org/.
25
-
26
-
27
8
Bug tracker
28
9
-----------
29
10
30
11
Have a bug? Please create an issue here on GitHub!
31
12
32
-
https://github.com/twitter/bootstrap/issues
33
-
34
-
35
-
Twitter account
36
-
---------------
37
-
38
-
Keep up to date on announcements and more by following Bootstrap on Twitter, <ahref="http://twitter.com/TwBootstrap">@TwBootstrap</a>.
13
+
https://github.com/ivaynberg/select2/issues
39
14
40
15
41
16
Mailing list
42
17
------------
43
18
44
19
Have a question? Ask on our mailing list!
45
20
46
-
twitter-bootstrap@googlegroups.com
47
-
48
-
http://groups.google.com/group/twitter-bootstrap
49
-
21
+
select2@googlegroups.com
50
22
51
-
IRC
52
-
---
23
+
https://groups.google.com/d/forum/select2
53
24
54
-
Server: irc.freenode.net
55
25
56
-
Channel: ##twitter-bootstrap (the double ## is not a typo)
57
-
58
-
59
-
Developers
60
-
----------
61
-
62
-
We have included a makefile with convenience methods for working with the Bootstrap library.
63
-
64
-
+**build** - `make`
65
-
Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. Requires lessc and uglify-js. <ahref="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs »</a>
66
-
67
-
+**watch** - `make watch`
68
-
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
69
-
70
-
71
-
Authors
72
-
-------
73
-
74
-
**Mark Otto**
75
-
76
-
+http://twitter.com/mdo
77
-
+http://github.com/markdotto
78
-
79
-
**Jacob Thornton**
80
-
81
-
+http://twitter.com/fat
82
-
+http://github.com/fat
83
-
84
-
85
-
Copyright and license
26
+
License
86
27
---------------------
87
28
88
-
Copyright 2012 Twitter, Inc.
89
-
90
29
Licensed under the Apache License, Version 2.0 (the "License");
91
30
you may not use this work except in compliance with the License.
92
31
You may obtain a copy of the License in the LICENSE file, or at:
0 commit comments