Skip to content

Commit 853e1fc

Browse files
author
David Morse
committed
Update Readme
1 parent a908eae commit 853e1fc

File tree

8 files changed

+23
-24
lines changed

8 files changed

+23
-24
lines changed

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,24 @@
11
Gridster.js
22
===========
33

4-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ducksboard/gridster.js/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
5-
64
Gridster is a jQuery plugin that makes building intuitive draggable
75
layouts from elements spanning multiple columns. You can even
86
dynamically add and remove elements from the grid.
97

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

12-
[Releases](https://github.com/ducksboard/gridster.js/releases)
10+
[Releases](https://github.com/dsmorse/gridster.js/releases)
1311

14-
[CHANGELOG](https://github.com/ducksboard/gridster.js/blob/master/CHANGELOG.md)
12+
[CHANGELOG](https://github.com/dsmorse/gridster.js/blob/master/CHANGELOG.md)
1513

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

2017
## Forks
2118

22-
Mr @dustmoo (maintainer of Gridster) has his own fork of gridster.js
23-
with some new interesting features like widget-swapping and static widgets.
24-
25-
Can be found here: [dustmoo/gridster.js](https://github.com/dustmoo/gridster.js)
26-
27-
@dustmoo is working in his spare time to merge all these changes into
28-
ducksboard/gridster.js
29-
30-
If anyone would like to help @dustmoo improve his fork and reconcile
31-
it with the main library he would be happy for the help.
19+
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
20+
for current support. He will GLADLY accept pull requests, and will be working to merge existing
21+
Pull Requests from Ducksboard repo.
3222

3323

3424
## Contributing to this project

dist/jquery.gridster.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! gridster.js - v0.6.5 - 2015-04-08
22
* http://gridster.net/
3-
* Copyright (c) 2015 decksterteam; Licensed */
3+
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

55
.gridster {
66
position:relative;

dist/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! gridster.js - v0.6.5 - 2015-04-08
22
* http://gridster.net/
3-
* Copyright (c) 2015 decksterteam; Licensed */
3+
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

55
;(function(root, factory) {
66
if(typeof exports === 'object') {

dist/jquery.gridster.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.with-extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! gridster.js - v0.6.5 - 2015-04-08
22
* http://gridster.net/
3-
* Copyright (c) 2015 decksterteam; Licensed */
3+
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

55
;(function(root, factory) {
66
if(typeof exports === 'object') {

dist/jquery.gridster.with-extras.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,17 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git://github.com/DecksterTeam/gridster.js.git"
13+
"url": "git://github.com/dsmorse/gridster.js.git"
1414
},
15+
"bugs": {
16+
"url": "https://github.com/dsmorse/gridster.js/issues"
17+
},
18+
"licenses": [
19+
{
20+
"type": "MIT",
21+
"url": "https://github.com/dsmorse/gridster.js/blob/master/LICENSE"
22+
}
23+
],
1524
"keywords": [],
1625
"devDependencies": {
1726
"bower": "~0.9.2",

0 commit comments

Comments
 (0)