diff --git a/.gitmodules b/.gitmodules index fcfdf96..a9c11ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,18 @@ [submodule "javascripts/backbrace"] path = javascripts/backbrace url = git://github.com/bittorrenttorque/backbrace.git +[submodule "javascripts/underscore"] + path = javascripts/underscore + url = git://github.com/jashkenas/underscore.git +[submodule "javascripts/jquery"] + path = javascripts/jquery + url = git://github.com/jquery/jquery.git +[submodule "javascripts/backbone"] + path = javascripts/backbone + url = git://github.com/jashkenas/backbone.git +[submodule "javascripts/JSON-js"] + path = javascripts/JSON-js + url = git://github.com/douglascrockford/JSON-js.git +[submodule "javascripts/humane-js"] + path = javascripts/humane-js + url = git://github.com/wavded/humane-js.git diff --git a/README.md b/README.md index 91657e6..15a9257 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ I'm just a helpful way to get started writing your first bitTorrent web app usin git clone git://github.com/bittorrenttorque/template.git cd template - git submodule init - git submodule update + git submodule update --init --recursive #License Copyright 2012 Patrick Williams, BitTorrent Inc. @@ -29,4 +28,4 @@ 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. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/index.html b/index.html index f8dbc37..6c01f06 100755 --- a/index.html +++ b/index.html @@ -1,24 +1,34 @@ - - - - - - - - - - - - - - - - - + + + btapp template + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/javascripts/JSON-js b/javascripts/JSON-js new file mode 160000 index 0000000..3d7767b --- /dev/null +++ b/javascripts/JSON-js @@ -0,0 +1 @@ +Subproject commit 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac diff --git a/javascripts/application.js b/javascripts/application.js index 4e92c69..98dc2e7 100755 --- a/javascripts/application.js +++ b/javascripts/application.js @@ -27,4 +27,4 @@ jQuery(function() { btapp.live('torrent * file * properties name', function(name) { notice('we have a file in a torrent: ' + name); }); -}); \ No newline at end of file +}); diff --git a/javascripts/backbone b/javascripts/backbone new file mode 160000 index 0000000..18b445e --- /dev/null +++ b/javascripts/backbone @@ -0,0 +1 @@ +Subproject commit 18b445e8a0eaf438dd244121e24a2a6041c62052 diff --git a/javascripts/backbrace b/javascripts/backbrace index c1f16aa..bfc1e1a 160000 --- a/javascripts/backbrace +++ b/javascripts/backbrace @@ -1 +1 @@ -Subproject commit c1f16aa8c5e768f7724b1e3801a327caca32e1c0 +Subproject commit bfc1e1a3472f4bf4aa13cddfb76cb8e9dde90a28 diff --git a/javascripts/btapp b/javascripts/btapp index d2d0b83..374c49b 160000 --- a/javascripts/btapp +++ b/javascripts/btapp @@ -1 +1 @@ -Subproject commit d2d0b839625813fda5bf739be2e28ffd2ca1d5eb +Subproject commit 374c49b5f2094e1d162f1824e68d1058ef80aa47 diff --git a/javascripts/humane-js b/javascripts/humane-js new file mode 160000 index 0000000..41336e6 --- /dev/null +++ b/javascripts/humane-js @@ -0,0 +1 @@ +Subproject commit 41336e6aaa852c97f6025cc604b043b5a055ee16 diff --git a/javascripts/jStorage b/javascripts/jStorage index 3f36ee4..26ce55d 160000 --- a/javascripts/jStorage +++ b/javascripts/jStorage @@ -1 +1 @@ -Subproject commit 3f36ee4d9745d4037651015d9b236d1a533cb90e +Subproject commit 26ce55db6ae008ee9f6a534651da1e071bf51a44 diff --git a/javascripts/jquery b/javascripts/jquery new file mode 160000 index 0000000..d71f6a5 --- /dev/null +++ b/javascripts/jquery @@ -0,0 +1 @@ +Subproject commit d71f6a53927ad02d728503385d15539b73d21ac8 diff --git a/javascripts/underscore b/javascripts/underscore new file mode 160000 index 0000000..484bdb4 --- /dev/null +++ b/javascripts/underscore @@ -0,0 +1 @@ +Subproject commit 484bdb43ec4a9dd6a40e60a2d25317bec7aeb43f