[Pkg-javascript-commits] [backbone] 18/28: Adding Americas Test Kitchen + Talking Points Memo's Baroque as example apps

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.5.3
in repository backbone.

commit 59dc74cdf2d731825c4554f094827fe1cc88ddd8
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Aug 2 18:00:46 2011 -0400

    Adding Americas Test Kitchen + Talking Points Memo's Baroque as example apps
---
 docs/images/baroque.jpg      | Bin 0 -> 85125 bytes
 docs/images/test-kitchen.png | Bin 0 -> 178632 bytes
 index.html                   |  40 +++++++++++++++++++++++++++++++++++++++-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/docs/images/baroque.jpg b/docs/images/baroque.jpg
new file mode 100644
index 0000000..69318b9
Binary files /dev/null and b/docs/images/baroque.jpg differ
diff --git a/docs/images/test-kitchen.png b/docs/images/test-kitchen.png
new file mode 100644
index 0000000..11969ee
Binary files /dev/null and b/docs/images/test-kitchen.png differ
diff --git a/index.html b/index.html
index 27f507a..e661545 100644
--- a/index.html
+++ b/index.html
@@ -285,8 +285,9 @@
       <li>– <a href="#examples-cloudapp">CloudApp</a></li>
       <li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
       <li>– <a href="#examples-seatgeek">SeatGeek</a></li>
-      <li>– <a href="#examples-quoteroller">Quote Roller</a></li>
+      <li>– <a href="#examples-tpm">Talking Points Memo</a></li>
       <li>– <a href="#examples-hotel-tonight">Hotel Tonight</a></li>
+      <li>– <a href="#examples-quoteroller">Quote Roller</a></li>
       <li>– <a href="#examples-tilemill">TileMill</a></li>
       <li>– <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
       <li>- <a href="#examples-blossom">Blossom</a></li>
@@ -296,6 +297,7 @@
       <li>- <a href="#examples-trapit">Trapit</a></li>
       <li>- <a href="#examples-fluxiom">Fluxiom</a></li>
       <li>- <a href="#examples-chop">Chop</a></li>
+      <li>- <a href="#examples-test-kitchen">America’s Test Kitchen</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>
@@ -2151,6 +2153,23 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-tpm">Talking Points Memo: Baroque</h2>
+    
+    <p>
+      <a href="http://labs.talkingpointsmemo.com/2011/08/the-baroque-era.php">Baroque</a> 
+      is a frontpage editor currently powering 
+      <a href="http://talkingpointsmemo.com/">Talking Points Memo</a>. 
+      With a Sinatra publishing backend, Baroque uses Backbone.js to provide 
+      real-time story and asset dropping, complex reordering actions, and copy 
+      editing, making web layout much more like print layout.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://labs.talkingpointsmemo.com/2011/08/the-baroque-era.php">
+        <img src="docs/images/baroque.jpg" alt="Baroque" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-hotel-tonight">Hotel Tonight</h2>
     
     <p>
@@ -2354,6 +2373,25 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-test-kitchen">America’s Test Kitchen</h2>
+
+    <p>
+      <a href="http://www.testkitchenschool.com/">America’s Test Kitchen</a>,
+      an online cooking school, uses Backbone.js to manage quizzes, polls, 
+      kitchen assignments, recipe tutorials and a hybrid HTML5/Flash video player. 
+      The whole Backbone codebase is about 5k SLOC, with Mustache.js for 
+      templating, and Rails on the back end. <a href="http://wir35.com/">Max Lord</a> 
+      writes: “Working with Backbone made this one of the most pleasurable 
+      large scale client-side projects I have ever worked on, and I am definitely 
+      planning on continuing to work with it.”
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://www.testkitchenschool.com/">
+        <img src="docs/images/test-kitchen.png" alt="America's Test Kitchen" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-quietwrite">QuietWrite</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