Skip to content

Commit

Permalink
Repo is now compliant with jquery plugins site
Browse files Browse the repository at this point in the history
Bumped to 1.3.0
Changed license to MIT
  • Loading branch information
flesler committed Nov 29, 2013
1 parent 533bbf1 commit b93b514
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 8 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
(The MIT License)

Copyright (c) 2007-2013 Ariel Flesler <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Using [bower](https://github.com/twitter/bower):
bower install jquery.localScroll
```

### Downloading Manually

If you want the latest stable version, get the latest release from the [releases page](https://github.com/flesler/jquery.localScroll/releases).

### Notes

* Requires jQuery.ScrollTo (http://github.com/flesler/jquery.scrollTo)
Expand Down
5 changes: 5 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.0
[Misc]
- Changed licensing to MIT
- Repo is compliant with official jquery plugins repository

1.2.9
[Fix]
- hash:true incompatible with vertical offset
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.localScroll",
"version": "1.2.9",
"description": "This plugin will animate a regular anchor navigation. It will allow your visitors to navigate your site with a smooth scrolling effect.",
"version": "1.3.0",
"description": "Animated anchor navigation made easy.",
"homepage": "https://github.com/flesler/jquery.localScroll",
"main": [
"./jquery.localScroll.js",
Expand Down
6 changes: 3 additions & 3 deletions jquery.localScroll.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* jQuery.LocalScroll
* jQuery.localScroll
* Copyright (c) 2007-2013 Ariel Flesler - aflesler<a>gmail<d>com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Licensed under MIT
* http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html
* @author Ariel Flesler
* @version 1.2.9
* @version 1.3.0
*/
;(function( $ ){
var URI = location.href.replace(/#.*/,''); // local url without hash
Expand Down
6 changes: 3 additions & 3 deletions jquery.localScroll.min.js

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

29 changes: 29 additions & 0 deletions localScroll.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "localScroll",
"title": "Ariel Flesler's jQuery localScroll",
"description": "Animated anchor navigation made easy.",
"keywords": ["browser", "animated", "animation", "scrolling", "scroll", "links", "anchors"],
"version": "1.3.0",
"author": {
"name": "Ariel Flesler",
"email": "[email protected]",
"url": "http://flesler.blogspot.com"
},
"maintainers": [{
"name": "Ariel Flesler",
"email": "[email protected]",
"url": "http://flesler.blogspot.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/flesler/jquery.localScroll/blob/master/LICENSE"
}],
"homepage": "https://github.com/flesler/jquery.localScroll",
"docs": "https://github.com/flesler/jquery.localScroll",
"bugs": "https://github.com/flesler/jquery.localScroll/issues",
"download": "https://github.com/flesler/jquery.localScroll/releases",
"demo": "http://demos.flesler.com/jquery/localScroll",
"dependencies": {
"jquery": ">=1.8"
}
}

0 comments on commit b93b514

Please sign in to comment.