Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Feb 1, 2017
2 parents 719a944 + b415614 commit f122a92
Show file tree
Hide file tree
Showing 507 changed files with 26,383 additions and 110 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,6 +1,4 @@
api
lib/*.min.*
test/coverage
bower_components
.grunt
node_modules
Expand Down
60 changes: 38 additions & 22 deletions CONTRIBUTORS
@@ -1,28 +1,44 @@
Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Akash A <akash1810@gmail.com>
Anthony Wu <wu@learnsprout.com>
Artem Ignatyev <aignatyev@walmartlabs.com>
Bruno Carriere <neonskimmer@gmail.com>
Bryce Gibson <Bryce.Gibson@unico.com.au>
Chris Clayman <claymanchris@gmail.com>
Dan Davison <dan@counsyl.com>
Daniel <Pleochism@users.noreply.github.com>
David Burrows <david@imergent.com>
David Rouchy <drouchy@gmail.com>
El Jeffo <mirage@x2o.net>
Erik Evenson <erik.e.evenson@gmail.com>
Gabriel Bédard Sicé <bedardenator@gmail.com>
Ian Lim <mallim.ink@gmail.com>
Ivan Zuev <izuev@thumbtack.net>
Ivor <ivor@fmf.nl>
Jacob <jacobcase94@ksu.edu>
Jimmy Yuen Ho Wong <jwong@cloudflare.com>
Joe <mavenlink@colt.local>
John Moses <moses.john.r@gmail.com>
Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Les Orchard <me@lmorchard.com>
Marc Neuwirth <mneuwirth@hubspot.com>
Mark Otaris <Mark.Otaris@gmail.com>
Maurice Williams <morficus@gmail.com>
Jimmy Yuen Ho Wong <jimmyw@outblaze.com>
Ned Schwartz <ned@theinterned.net>
Nikita Shilnikov <ns@latera.ru>
Paolo Ardoino <paolo.ardoino@gmail.com>
Pekka Turtola <pekka.turtola@gmail.com>
Ryan Griffith <rgriffith@averik.com>
Steve Kashishian <steve@studiosanderson.com>
Steve Regester <steven.regester@lookout.com>
Steve Smith <steve@appdetex.com>
Tim Walker <tim.twalker@gmail.com>
Dan Davison <dan@counsyl.com>
Bruno Carriere <bcarriere@acquisio.com>
David Rouchy <drouchy@gmail.com>
Bruno Carriere <neonskimmer@gmail.com>
Timon Vonk <timonv@gmail.com>
Tony Stuck <tony@cloudflare.com>
adamscybot <adam@adam-thomas.co.uk>
Steve Regester <steven.regester@lookout.com>
Pekka Turtola <pekka.turtola@gmail.com>
Ivor <ivor@fmf.nl>
pctj101 <mirage@rateaprof.com>
brendonbeebe <brendon.beebe@gmail.com>
christine <christine_draper@thirdwaveinsights.com>
eduardo <eduardo@platypus>
Tony Stuck <tony@cloudflare.com>
Steve Kashishian <steve@studiosanderson.com>
Pekka Turtola <pekka.turtola.ext@yap.fi>
Paolo Ardoino <paolo.ardoino@gmail.com>
Nikita Shilnikov <ns@latera.ru>
Mark Otaris <Mark.Otaris@gmail.com>
Les Orchard <me@lmorchard.com>
John Moses <moses.john.r@gmail.com>
Ian Lim <mallim.ink@gmail.com>
David Burrows <david@imergent.com>
Anthony Wu <wu@learnsprout.com>
Marc Neuwirth <marc.neuwirth@gmail.com>
izuev <izuev@thumbtack.net>
kimkaid <franckdiedrich@gmail.com>
pctj101 <mirage@rateaprof.com>
uglymunky <gabriel@uglymunky.com>
4 changes: 2 additions & 2 deletions Gruntfile.js
@@ -1,8 +1,8 @@
/*
backgrid
http://github.com/wyuenho/backgrid
http://github.com/cloudflare/backgrid
Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
Copyright (c) 2013-present Cloudflare, Inc. and contributors
Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2012 Jimmy Yuen Ho Wong
Copyright (c) 2012-present Cloudflare, Inc.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Backgrid.js

[![Build Status](https://travis-ci.org/wyuenho/backgrid.png?branch=master)](https://travis-ci.org/wyuenho/backgrid)
[![Build Status](https://travis-ci.org/cloudflare/backgrid.png?branch=master)](https://travis-ci.org/cloudflare/backgrid)

Backgrid.js is a set of components for building semantic and easily stylable
data grid widgets. It offers a simple, intuitive programming interface that
Expand All @@ -22,7 +22,7 @@ functionalities easy.
- Highly modular and customizable. Components are just simple Backbone View classes, customization is easy if you already know Backbone.
- Lightweight. Extra features are separated into extensions, which keeps the bloat away.
- Good documentation.
- Well tested. Comes with [100s of test cases](http://wyuenho.github.io/backgrid/test/).
- Well tested. Comes with [100s of test cases](http://cloudflare.github.io/backgrid/test/).

## Supported browsers [[1]](#note-1):

Expand Down Expand Up @@ -105,5 +105,5 @@ Are you kidding me? This is a README file. Go to the [documentation](http://back
"Backbone.js Documentation") to find out more :)

## License
Copyright (c) 2013 Jimmy Yuen Ho Wong
Copyright (c) 2013-present Cloudflare, Inc.
Licensed under the [MIT license](LICENSE-MIT "MIT License").
1 change: 1 addition & 0 deletions api/app-2a09dc1c9acadab58e390b770a9565d0.js

Large diffs are not rendered by default.

0 comments on commit f122a92

Please sign in to comment.