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

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:52 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 ec17af0ac92ca63c17de1312207b5bf7d883c38e
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Sep 13 20:26:36 2011 -0400

    Adding Trello as an example app.
---
 docs/images/trello.png | Bin 0 -> 114650 bytes
 index.html             |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/images/trello.png b/docs/images/trello.png
new file mode 100644
index 0000000..b3df004
Binary files /dev/null and b/docs/images/trello.png differ
diff --git a/index.html b/index.html
index c21a7a9..3836db5 100644
--- a/index.html
+++ b/index.html
@@ -297,6 +297,7 @@
       <li>- <a href="#examples-blossom">Blossom</a></li>
       <li>- <a href="#examples-instagreat">Insta-great!</a></li>
       <li>- <a href="#examples-decide">Decide</a></li>
+      <li>- <a href="#examples-trello">Trello</a></li>
       <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
       <li>- <a href="#examples-trapit">Trapit</a></li>
       <li>- <a href="#examples-fluxiom">Fluxiom</a></li>
@@ -2398,6 +2399,23 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-trello">Trello</h2>
+    
+    <p>
+      <a href="http://trello.com">Trello</a> is a collaboration tool that 
+      organizes your projects into boards. A Trello board holds many lists of 
+      cards, which can contain checklists, files and conversations, and may be
+      voted on and organized with labels. Updates on the board happen in 
+      real time. The site was built ground up using Backbone.js for all the 
+      models, views, and routes.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://trello.com">
+        <img src="docs/images/trello.png" alt="Trello" 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