diff --git a/.gitmodules b/.gitmodules index eb6c880..396b65b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 8fc696a..a569417 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +* 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 \ No newline at end of file