[Pkg-javascript-commits] [backbone] 07/281: Adding Shortmail.com as an example app

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:50 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 b2051a8a732fe23a48fb06df7f558ca9c94fb513
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Thu Aug 18 12:37:52 2011 -0400

    Adding Shortmail.com as an example app
---
 docs/images/shortmail.png | Bin 0 -> 153231 bytes
 index.html                |  20 ++++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/docs/images/shortmail.png b/docs/images/shortmail.png
new file mode 100644
index 0000000..e0ad095
Binary files /dev/null and b/docs/images/shortmail.png differ
diff --git a/index.html b/index.html
index 9fb031c..053bf40 100644
--- a/index.html
+++ b/index.html
@@ -288,6 +288,7 @@
       <li>– <a href="#examples-cloudapp">CloudApp</a></li>
       <li>– <a href="#examples-seatgeek">SeatGeek</a></li>
       <li>– <a href="#examples-tpm">Talking Points Memo</a></li>
+      <li>– <a href="#examples-shortmail">Shortmail</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>
@@ -2231,6 +2232,25 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-shortmail">Shortmail</h2>
+    
+    <p>
+      <a href="http://410labs.com/">410 Labs</a> uses Backbone.js at 
+      <a href="http://shortmail.com/">Shortmail.com</a> to build a 
+      fast and responsive inbox, driven by the <a href="#Router">Router</a>. 
+      Backbone works with a Rails backend to provide inbox rendering, archiving,
+      replying, composing, and even a changes feed. Using Backbone's event-driven
+      model and pushing the rendering and interaction logic to the front-end 
+      has not only simplified the view code, it has also drastically reduced the 
+      load on Shortmail's servers.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://shortmail.com">
+        <img src="docs/images/shortmail.png" alt="Shortmail" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-hotel-tonight">Hotel Tonight</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