[Pkg-javascript-commits] [backbone] 190/211: Adding Decide.com as an example.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:23 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 61c48748c4d246d36215d1a95ee904bef6be15f2
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Jun 20 17:04:36 2011 -0400

    Adding Decide.com as an example.
---
 docs/images/decide.png | Bin 0 -> 162234 bytes
 index.html             |  20 ++++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/docs/images/decide.png b/docs/images/decide.png
new file mode 100644
index 0000000..cade9cb
Binary files /dev/null and b/docs/images/decide.png differ
diff --git a/index.html b/index.html
index 78b2b60..cba13b1 100644
--- a/index.html
+++ b/index.html
@@ -279,6 +279,7 @@
       <li>– <a href="#examples-tilemill">TileMill</a></li>
       <li>– <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
       <li>- <a href="#examples-instagreat">Insta-great!</a></li>
+      <li>- <a href="#examples-decide">Decide</a></li>
       <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
       <li>- <a href="#examples-fluxiom">Fluxiom</a></li>
       <li>- <a href="#examples-chop">Chop</a></li>
@@ -2000,6 +2001,25 @@ var DocumentView = Backbone.View.extend({
       </a>
     </div>
     
+    <h2 id="examples-decide">Decide</h2>
+    
+    <p>
+      <a href="http://decide.com">Decide.com</a> helps people decide when to buy 
+      consumer electronics. It relies heavily on Backbone.js to render and 
+      update its Search Results Page. An "infinite scroll" feature takes 
+      advantage of a SearchResults model containing a collection of 
+      Product models to fetch more results and render them on the fly 
+      with Mustache. A SearchController keeps everything in sync and 
+      maintains page state in the URL. Backbone also powers the user 
+      accounts and settings management.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://decide.com">
+        <img src="docs/images/decide.png" alt="Decide" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-bittorrent">BitTorrent</h2>
     
     <p>

-- 
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