Skip to content

liangent/jquery.uls

This branch is 1054 commits behind wikimedia/jquery.uls:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2013
Apr 26, 2013
Mar 26, 2013
Apr 21, 2013
Feb 6, 2013
Mar 12, 2013
Apr 26, 2013
Apr 25, 2013
Sep 25, 2012
Oct 8, 2012
Sep 19, 2012
Sep 24, 2012
Sep 24, 2012
Sep 24, 2012
Dec 30, 2012
Mar 15, 2013
Oct 17, 2012

Repository files navigation

jQuery Universal Language Selector

Universal Language Selector

Build Status

This is a Wikimedia Foundation Internationalization team project.

Universal Language Selector

Quick start

git clone https://github.com/wikimedia/jquery.uls.git

Documentation

For documentation and examples please visit the wiki

How to build and test jQuery ULS

First, get a copy of the git repo by running:

git clone git://github.com/wikimedia/jquery.uls.git

Make sure you have grunt installed by testing:

grunt -version

If not, run:

npm install

To run tests locally, run grunt test. This will run the tests in PhantomJS.

You can also run the tests in a browser by navigating to the test/ directory, but first run grunt to install the submodules.

Coding style

Please follow jQuery coding guidelines

Versioning

For transparency and insight into the release cycle, and to upgrading easier, we use the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

About

Universal Language Selector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • PHP 35.4%