Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morse committed Apr 8, 2015
1 parent a908eae commit 853e1fc
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 24 deletions.
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,24 @@
Gridster.js
===========

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ducksboard/gridster.js/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

Gridster is a jQuery plugin that makes building intuitive draggable
layouts from elements spanning multiple columns. You can even
dynamically add and remove elements from the grid.

More at [http://gridster.net/](http://gridster.net/).

[Releases](https://github.com/ducksboard/gridster.js/releases)
[Releases](https://github.com/dsmorse/gridster.js/releases)

[CHANGELOG](https://github.com/ducksboard/gridster.js/blob/master/CHANGELOG.md)
[CHANGELOG](https://github.com/dsmorse/gridster.js/blob/master/CHANGELOG.md)

Gridster is maintained by Ducksboard occasionally but not actively.
@dustmoo and @pushmatrix have also write permissions as Gridster maintainers
they are. Thank you guys!
Gridster was created by Ducksboard but they have basiclly abondoned the project
and even those who had write permissions to the repo are not merging pull requests.

## Forks

Mr @dustmoo (maintainer of Gridster) has his own fork of gridster.js
with some new interesting features like widget-swapping and static widgets.

Can be found here: [dustmoo/gridster.js](https://github.com/dustmoo/gridster.js)

@dustmoo is working in his spare time to merge all these changes into
ducksboard/gridster.js

If anyone would like to help @dustmoo improve his fork and reconcile
it with the main library he would be happy for the help.
As of result of the inactivity over hte last year in the Ducksboard repository, [@dsmorse](https://github.com/dsmorse/gridster.js) has created a fork
for current support. He will GLADLY accept pull requests, and will be working to merge existing
Pull Requests from Ducksboard repo.


## Contributing to this project
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.6.5 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */
* Copyright (c) 2015 decksterteam; Licensed MIT */

.gridster {
position:relative;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.6.5 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */
* Copyright (c) 2015 decksterteam; Licensed MIT */

;(function(root, factory) {
if(typeof exports === 'object') {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.6.5 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */
* Copyright (c) 2015 decksterteam; Licensed MIT */

;(function(root, factory) {
if(typeof exports === 'object') {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@
},
"repository": {
"type": "git",
"url": "git://github.com/DecksterTeam/gridster.js.git"
"url": "git://github.com/dsmorse/gridster.js.git"
},
"bugs": {
"url": "https://github.com/dsmorse/gridster.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dsmorse/gridster.js/blob/master/LICENSE"
}
],
"keywords": [],
"devDependencies": {
"bower": "~0.9.2",
Expand Down

0 comments on commit 853e1fc

Please sign in to comment.