[Pkg-javascript-commits] [backbone] 137/211: Adding the bittorrent example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:00:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.0
in repository backbone.
commit bbce120bf0961f5b1f49678179770b945c5aeca6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Thu Apr 28 09:43:05 2011 -0400
Adding the bittorrent example app.
---
docs/images/bittorrent.jpg | Bin 0 -> 107202 bytes
index.html | 17 +++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/docs/images/bittorrent.jpg b/docs/images/bittorrent.jpg
new file mode 100644
index 0000000..3de4614
Binary files /dev/null and b/docs/images/bittorrent.jpg differ
diff --git a/index.html b/index.html
index 9a6a875..3a54075 100644
--- a/index.html
+++ b/index.html
@@ -277,6 +277,7 @@
<li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
<li>– <a href="#examples-tilemill">TileMill</a></li>
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
+ <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
<li>- <a href="#examples-tzigla">Tzigla</a></li>
<li>- <a href="#examples-substance">Substance</a></li>
@@ -1942,6 +1943,22 @@ var DocumentView = Backbone.View.extend({
<img src="docs/images/instagreat.png" alt="instagre.at" class="example_image" />
</a>
</div>
+
+ <p id="examples-bittorrent">
+ <a href="http://www.bittorrent.com">BitTorrent</a> used Backbone to
+ completely rework an existing Win32 UI. Models normalize access to the
+ client's data and views rely heavily on the <tt>change</tt> events to keep
+ the UI state current. Using Backbone and SCSS,
+ <a href="http://www.bittorrent.com/chrysalis/">our new design</a> and UX
+ prototypes are considerably easier to iterate, test and work with than
+ the original Win32 UI.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://www.bittorrent.com/chrysalis/">
+ <img src="docs/images/bittorrent.jpg" alt="BitTorrent" class="example_image" />
+ </a>
+ </div>
<p id="examples-quietwrite">
<a href="http://www.twitter.com/jamesjyu">James Yu</a> used Backbone.js to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list