Skip to content

Commit

Permalink
fixed repo url, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent authored and Florent committed Feb 16, 2012
1 parent 605df4c commit 99761fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -9,4 +9,4 @@
url = https://github.com/brandonaaron/jquery-mousewheel.git
[submodule "vendor/sgentile/jquery.swipe"]
path = vendor/sgentile/jquery.swipe
url = https://github.com/sgentile/jquery.swipe
url = https://github.com/sgentile/jquery.swipe.git
15 changes: 10 additions & 5 deletions README.md
Expand Up @@ -7,21 +7,26 @@ Introduction
Rewrite of Addy Osmani & Paul Bakaus Coverflow to ensure a clean separation of dependencies


Requirements (included as submodules)
Requirements
---------------------

* HTML5 Boilerplate
* jQuery 1.7.1
* jQuery UI Widget 1.8.17

* HTML5 Boilerplate (included as submodule) : https://github.com/h5bp/html5-boilerplate.git
* jQuery UI Widget 1.8.17 (included as submodule) : https://github.com/jquery/jquery-ui.git

Optional (included as submodules)
---------------------

Slider support :
Slider support : (part of jQuery UI, included in requirements)

* jQuery UI Mouse 1.8.17
* jQuery UI Slider 1.8.17

Mousewheel support :

* jquery.mousewheel.js
* jquery.mousewheel.js : https://github.com/brandonaaron/jquery-mousewheel.git

Swipe support for touch devices :

* jquery.swipe.js : https://github.com/sgentile/jquery.swipe.git

0 comments on commit 99761fc

Please sign in to comment.