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

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:59 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 06e0826150baeeec91461ef31881a5efb5b29a1b
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Nov 14 13:49:49 2011 -0500

    Adding Do.com as an example app.
---
 docs/images/do.png | Bin 0 -> 102536 bytes
 index.html         |  19 +++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/docs/images/do.png b/docs/images/do.png
new file mode 100644
index 0000000..b8aa82f
Binary files /dev/null and b/docs/images/do.png differ
diff --git a/index.html b/index.html
index 409471e..4916c1d 100644
--- a/index.html
+++ b/index.html
@@ -281,6 +281,7 @@
       <li>– <a href="#examples-linkedin">LinkedIn Mobile</a></li>
       <li>– <a href="#examples-flow">Flow</a></li>
       <li>– <a href="#examples-audiovroom">AudioVroom</a></li>
+      <li>– <a href="#examples-do">Do</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>
@@ -2116,6 +2117,24 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-do">Do</h2>
+    
+    <p>
+      <a href="http://do.com">Do</a> is a social productivity app that makes it 
+      easy to work on tasks, track projects, and take notes with your team. 
+      The <a href="http://do.com">Do.com</a> web application was built from the 
+      ground up to work seamlessly on your smartphone, tablet and computer. The 
+      team used Backbone, CoffeeScript and Handlebars to build a full-featured 
+      app in record time and rolled their own extensions for complex navigation 
+      and model sync support.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://do.com">
+        <img src="docs/images/do.png" alt="Do" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-groupon">Groupon Now!</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