1
0
mirror of synced 2024-11-25 06:16:08 +03:00

Called out 3.5.2 dodcs

Also migrated all of the links to the new location in the GitHub
organization.
This commit is contained in:
Kevin Brown 2015-01-05 18:16:39 -05:00
parent ed24a51ea3
commit 562669064b
13 changed files with 49 additions and 50 deletions

View File

@ -96,12 +96,12 @@ licensable under the [Apache 2 or GPL 2 licenses][licensing]. Code that cannot
be released under either of these licenses **cannot be accepted** into the be released under either of these licenses **cannot be accepted** into the
project. project.
[community]: https://github.com/ivaynberg/select2#community [community]: https://select2.github.io/community.html
[reporting-bugs]: #reporting-bugs-with-select2 [reporting-bugs]: #reporting-bugs-with-select2
[requesting-features]: #requesting-features-in-select2 [requesting-features]: #requesting-features-in-select2
[issue-tracker]: https://github.com/ivaynberg/select2/issues [issue-tracker]: https://github.com/select2/select2/issues
[mailing-list]: https://github.com/ivaynberg/select2#mailing-list [mailing-list]: https://github.com/select2/select2#mailing-list
[irc-channel]: https://github.com/ivaynberg/select2#irc-channel [irc-channel]: https://github.com/select2/select2#irc-channel
[issue-search]: https://github.com/ivaynberg/select2/search?q=&type=Issues [issue-search]: https://github.com/select2/select2/search?q=&type=Issues
[isolated-case]: http://css-tricks.com/6263-reduced-test-cases/ [isolated-case]: http://css-tricks.com/6263-reduced-test-cases/
[licensing]: https://github.com/ivaynberg/select2#copyright-and-license [licensing]: https://github.com/select2/select2/blob/master/LICENSE.md

View File

@ -5,7 +5,7 @@ Select2 is a jQuery-based replacement for select boxes. It supports searching,
remote data sets, and pagination of results. remote data sets, and pagination of results.
To get started, checkout examples and documentation at To get started, checkout examples and documentation at
http://ivaynberg.github.io/select2 http://select2.github.io/select2
Use cases Use cases
--------- ---------
@ -74,7 +74,7 @@ Community
Have a bug? Please create an issue here on GitHub! Have a bug? Please create an issue here on GitHub!
https://github.com/ivaynberg/select2/issues https://github.com/select2/select2/issues
### Mailing list ### Mailing list
@ -105,8 +105,8 @@ The license is available within the repository in the [LICENSE][license] file.
[bootstrap3-select2]: https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3 [bootstrap3-select2]: https://github.com/t0m/select2-bootstrap-css/tree/bootstrap3
[cdnjs]: http://www.cdnjs.com/libraries/select2 [cdnjs]: http://www.cdnjs.com/libraries/select2
[django-select2]: https://github.com/applegrew/django-select2 [django-select2]: https://github.com/applegrew/django-select2
[documentation]: https://ivaynberg.github.io/select2/ [documentation]: https://select2.github.io/select2/
[documentation-folder]: https://github.com/ivaynberg/select2/tree/master/docs [documentation-folder]: https://github.com/select2/select2/tree/master/docs
[freenode]: https://freenode.net/ [freenode]: https://freenode.net/
[jsdelivr]: http://www.jsdelivr.com/#!select2 [jsdelivr]: http://www.jsdelivr.com/#!select2
[license]: LICENSE.md [license]: LICENSE.md
@ -116,7 +116,7 @@ The license is available within the repository in the [LICENSE][license] file.
[select2-rails]: https://github.com/argerim/select2-rails [select2-rails]: https://github.com/argerim/select2-rails
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin [symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
[symfony2-select2]: https://github.com/avocode/FormExtensions [symfony2-select2]: https://github.com/avocode/FormExtensions
[tags]: https://github.com/ivaynberg/select2/tags [tags]: https://github.com/select2/select2/tags
[wicket]: http://wicket.apache.org [wicket]: http://wicket.apache.org
[wicket-select2]: https://github.com/ivaynberg/wicket-select2 [wicket-select2]: https://github.com/ivaynberg/wicket-select2
[yii-select2]: https://github.com/tonybolzan/yii-select2 [yii-select2]: https://github.com/tonybolzan/yii-select2

View File

@ -1,9 +1,9 @@
{ {
"name": "select2", "name": "select2",
"repo": "ivaynberg/select2", "repo": "select/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "3.5.2", "version": "3.5.2",
"demo": "http://ivaynberg.github.io/select2/", "demo": "https://select2.github.io/",
"keywords": [ "keywords": [
"jquery" "jquery"
], ],

View File

@ -1,10 +1,9 @@
{ {
"name": "name": "select2/select2",
"ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes.", "description": "Select2 is a jQuery based replacement for select boxes.",
"version": "3.5.2", "version": "3.5.2",
"type": "component", "type": "component",
"homepage": "http://ivaynberg.github.io/select2/", "homepage": "https://select2.github.io/",
"license": "Apache-2.0", "license": "Apache-2.0",
"require": { "require": {
"robloach/component-installer": "*", "robloach/component-installer": "*",

View File

@ -1,6 +1,6 @@
<footer> <footer>
Select2 is licensed under the Select2 is licensed under the
<a href="https://github.com/ivaynberg/select2/blob/master/LICENSE.md"> <a href="https://github.com/select2/select2/blob/master/LICENSE.md">
MIT license. MIT license.
</a> </a>
The documentation is licensed under The documentation is licensed under

View File

@ -39,7 +39,7 @@
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li> <li>
<a href="https://github.com/ivaynberg/select2"> <a href="https://github.com/select2/select2">
<i class="fa fa-github"></i> <i class="fa fa-github"></i>
GitHub GitHub
</a> </a>

View File

@ -4,8 +4,10 @@
{% include head.html %} {% include head.html %}
<style type="text/css"> <style type="text/css">
.navbar { margin-bottom: 0; } .navbar, .jumbotron { margin-bottom: 0; }
.jumbotron-side { padding-top: 2em; } .jumbotron-side { padding-top: 2em; }
.notice-previous { background-color: #d9edf7; border-top: 1px solid #bce8f1; border-bottom: 1px solid #bce8f1; color: #31708f; padding: 0.5em; margin-bottom: 1em; text-align: center; }
.notice-previous a { font-weight: bold; }
</style> </style>
</head> </head>
<body> <body>

View File

@ -15,7 +15,7 @@ slug: announcements-4.0
You can use the development version, available on GitHub, by getting the You can use the development version, available on GitHub, by getting the
source code available in the <code>select2-ng</code> branch. The source source code available in the <code>select2-ng</code> branch. The source
code can be code can be
<a href="https://github.com/ivaynberg/select2/archive/select2-ng.zip"> <a href="https://github.com/select2/select2/archive/select2-ng.zip">
downloaded as a <code>zip</code> archive downloaded as a <code>zip</code> archive
</a> as well. </a> as well.
</p> </p>

View File

@ -69,7 +69,7 @@ slug: community
<ol> <ol>
<li> <li>
Use the Use the
<a href="https://github.com/ivaynberg/select2/search?q=&type=Issues"> <a href="https://github.com/select2/select2/search?q=&type=Issues">
GitHub issue search GitHub issue search
</a> </a>
to check if your issue has already been reported. to check if your issue has already been reported.
@ -81,7 +81,7 @@ slug: community
<li> <li>
Once you are sure the issue is with Select2, and not a third party Once you are sure the issue is with Select2, and not a third party
library, library,
<a href="https://github.com/ivaynberg/select2/issues/new"> <a href="https://github.com/select2/select2/issues/new">
submit a ticket submit a ticket
</a> </a>
to the repository. to the repository.
@ -90,7 +90,7 @@ slug: community
<p> <p>
You can find more information on reporting bugs in the You can find more information on reporting bugs in the
<a href="https://github.com/ivaynberg/select2/blob/master/CONTRIBUTING.md#reporting-bugs-with-select2"> <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#reporting-bugs-with-select2">
contributing guide, contributing guide,
</a> </a>
including tips on what information to include. including tips on what information to include.
@ -104,7 +104,7 @@ slug: community
<p> <p>
New feature requests are usually requested by the New feature requests are usually requested by the
<a href="https://github.com/ivaynberg/select2/issues"> <a href="https://github.com/select2/select2/issues">
Select2 community on GitHub, Select2 community on GitHub,
</a> </a>
and are often fulfilled by and are often fulfilled by
@ -116,7 +116,7 @@ slug: community
<ol> <ol>
<li> <li>
Use the Use the
<a href="https://github.com/ivaynberg/select2/search?q=&type=Issues"> <a href="https://github.com/select2/select2/search?q=&type=Issues">
GitHub issue search GitHub issue search
</a> </a>
to check if your feature has already been requested. to check if your feature has already been requested.
@ -135,7 +135,7 @@ slug: community
<p> <p>
You can find more information on requesting new features in the You can find more information on requesting new features in the
<a href="https://github.com/ivaynberg/select2/blob/master/CONTRIBUTING.md#requesting-features-in-select2"> <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#requesting-features-in-select2">
contributing guide. contributing guide.
</a> </a>
</p> </p>
@ -148,7 +148,7 @@ slug: community
<p> <p>
You can find more information on triaging tickets in the You can find more information on triaging tickets in the
<a href="https://github.com/ivaynberg/select2/blob/master/CONTRIBUTING.md#triaging-issues-and-pull-requests"> <a href="https://github.com/select2/select2/blob/master/CONTRIBUTING.md#triaging-issues-and-pull-requests">
contributing guide. contributing guide.
</a> </a>
</p> </p>

View File

@ -178,7 +178,7 @@ $(".js-example-data-array-selected").select2({
<p> <p>
<select class="js-example-data-ajax form-control"> <select class="js-example-data-ajax form-control">
<option value="ivaynberg/select2" selected="selected">ivaynberg/select2</option> <option value="select2/select2" selected="selected">select2/select2</option>
</select> </select>
</p> </p>
@ -235,7 +235,7 @@ $(".js-data-example-ajax").select2({
<script type="text/x-example-code" class="js-code-data-ajax-html"> <script type="text/x-example-code" class="js-code-data-ajax-html">
<select class="js-data-example-ajax"> <select class="js-data-example-ajax">
<option value="ivaynberg/select2" selected="selected">ivaynberg/select2</option> <option value="select2/select2" selected="selected">select2/select2</option>
</select> </select>
</script> </script>
</div> </div>

View File

@ -15,19 +15,26 @@ slug: home
</div> </div>
<div class="col-md-6 jumbotron-side"> <div class="col-md-6 jumbotron-side">
<p> <p>
<a href="https://github.com/ivaynberg/select2/tags" class="btn btn-success btn-lg"> <a href="announcements-4.0.html" class="btn btn-success btn-lg">
<i class="fa fa-download fa-lg"></i> <i class="fa fa-download fa-lg"></i>
Download Download
</a> </a>
</p> </p>
<p> <p>
<strong>Version</strong> 4.0.0 <em>alpha</em> <strong>Version</strong> 4.0.0 <em>beta</em>
</p> </p>
</div> </div>
</div> </div>
</div> </div>
</main> </main>
<section class="notice-previous">
<div class="container">
<a href="http://select2.github.io/select2/">Looking for the Select2 3.5.2 docs?</a>
We have moved them to a new location while we work on Select2 4.0.
</div>
</section>
<div class="container"> <div class="container">
<section id="lead" class="lead"> <section id="lead" class="lead">
Select2 gives you a customizable select box with support for searching, Select2 gives you a customizable select box with support for searching,
@ -100,7 +107,7 @@ slug: home
<ol> <ol>
<li> <li>
<a href="https://github.com/ivaynberg/select2/tags"> <a href="https://github.com/select2/select2/tags">
Download the code Download the code
</a> </a>
from GitHub and copy the <code>dist</code> directory to your project. from GitHub and copy the <code>dist</code> directory to your project.
@ -128,12 +135,12 @@ slug: home
<ul> <ul>
<li> <li>
<a href="https://github.com/ivaynberg/select2"> <a href="https://github.com/select2/select2">
Source code, hosted on GitHub Source code, hosted on GitHub
</a> </a>
</li> </li>
<li> <li>
<a href="https://github.com/ivaynberg/select2/issues"> <a href="https://github.com/select2/select2/issues">
Bug tracker Bug tracker
</a> </a>
</li> </li>

View File

@ -1,14 +1,14 @@
{ {
"name": "Select2", "name": "Select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"homepage": "http://ivaynberg.github.io/select2", "homepage": "https://select2.github.io",
"author": "Igor Vaynberg", "author": "Igor Vaynberg",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/ivaynberg/select2.git" "url": "git://github.com/select2/select2.git"
}, },
"main": "dist/js/select2.js", "main": "dist/js/select2.js",
"version": "3.4.8", "version": "4.0.0",
"jspm": { "jspm": {
"main": "select2", "main": "select2",
"files": [ "files": [
@ -17,15 +17,6 @@
"select2.css", "select2.css",
"select2-spinner.gif" "select2-spinner.gif"
], ],
"shim": {
"select2": {
"imports": [
"jquery",
"./select2.css!"
],
"exports": "$"
}
},
"buildConfig": { "buildConfig": {
"uglify": true "uglify": true
} }

View File

@ -26,10 +26,10 @@
"url": "http://www.gnu.org/licenses/gpl-2.0.html" "url": "http://www.gnu.org/licenses/gpl-2.0.html"
} }
], ],
"bugs": "https://github.com/ivaynberg/select2/issues", "bugs": "https://github.com/select2/select2/issues",
"homepage": "http://ivaynberg.github.com/select2", "homepage": "https://select2.github.io",
"docs": "http://ivaynberg.github.com/select2/", "docs": "https://select2.github.io",
"download": "https://github.com/ivaynberg/select2/tags", "download": "https://github.com/select2/select2/tags",
"dependencies": { "dependencies": {
"jquery": ">=1.7.1" "jquery": ">=1.7.1"
} }