[Pkg-javascript-commits] [backbone] 64/281: Adding AudioVroom as an example app.

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


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

js pushed a commit to tag 0.9.0
in repository backbone.

commit eec7d2ac14a205ae57b0d9a74812d9cbbb965822
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Oct 31 15:45:43 2011 -0400

    Adding AudioVroom as an example app.
---
 docs/images/audiovroom.png | Bin 0 -> 279703 bytes
 index.html                 |  39 +++++++++++++++++++++++++++++----------
 2 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/docs/images/audiovroom.png b/docs/images/audiovroom.png
new file mode 100644
index 0000000..aecc3ba
Binary files /dev/null and b/docs/images/audiovroom.png differ
diff --git a/index.html b/index.html
index 6178c13..409471e 100644
--- a/index.html
+++ b/index.html
@@ -280,8 +280,9 @@
       <li>– <a href="#examples-documentcloud">DocumentCloud</a></li>
       <li>– <a href="#examples-linkedin">LinkedIn Mobile</a></li>
       <li>– <a href="#examples-flow">Flow</a></li>
-      <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
+      <li>– <a href="#examples-audiovroom">AudioVroom</a></li>
       <li>– <a href="#examples-groupon">Groupon Now!</a></li>
+      <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
       <li>– <a href="#examples-trajectory">Trajectory</a></li>
       <li>– <a href="#examples-soundcloud">SoundCloud Mobile</a></li>
       <li>– <a href="#examples-pandora">Pandora</a></li>
@@ -2097,19 +2098,21 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
-    <h2 id="examples-basecamp">Basecamp Mobile</h2>
-
+    <h2 id="examples-audiovroom">AudioVroom</h2>
+    
     <p>
-      <a href="http://37signals.com/">37Signals</a> used Backbone.js to create
-      <a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
-      of their popular project management software. You can access all your Basecamp
-      projects, post new messages, and comment on milestones (all represented
-      internally as Backbone.js models).
+      <a href="http://www.audiovroom.com/">AudioVroom</a> is a free music 
+      streaming app that allows you to listen to your Facebook friends like 
+      radio stations. It relies heavily on Backbone (views and song management) 
+      and also features a responsive grid-based design (using CSS3 media-queries) 
+      to deliver a unified user experience on desktops, mobiles, and tablets alike. 
+      Being a pure Backbone app, AudioVroom is only 60kb compressed, and can be
+      entirely hosted on the CDN.
     </p>
 
     <div style="text-align: center;">
-      <a href="http://basecamphq.com/mobile">
-        <img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
+      <a href="http://www.audiovroom.com/">
+        <img src="docs/images/audiovroom.png" alt="AudioVroom" class="example_image" />
       </a>
     </div>
     
@@ -2135,6 +2138,22 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-basecamp">Basecamp Mobile</h2>
+
+    <p>
+      <a href="http://37signals.com/">37Signals</a> used Backbone.js to create
+      <a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
+      of their popular project management software. You can access all your Basecamp
+      projects, post new messages, and comment on milestones (all represented
+      internally as Backbone.js models).
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://basecamphq.com/mobile">
+        <img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-trajectory">Trajectory</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