[Pkg-javascript-commits] [backbone] 178/211: Adding Chop as a Backbone example.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:21 UTC 2014


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

js pushed a commit to tag 0.5.0
in repository backbone.

commit 2620c6a5ede01368c4d4e6abb6ccd3712e29435c
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Fri May 27 13:16:30 2011 -0400

    Adding Chop as a Backbone example.
---
 docs/images/chop.png | Bin 0 -> 158893 bytes
 index.html           |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/images/chop.png b/docs/images/chop.png
new file mode 100644
index 0000000..9247326
Binary files /dev/null and b/docs/images/chop.png differ
diff --git a/index.html b/index.html
index 0531a5d..00eaafe 100644
--- a/index.html
+++ b/index.html
@@ -286,6 +286,7 @@
       <li>– <a href="#examples-tilemill">TileMill</a></li>
       <li>- <a href="#examples-instagreat">Insta-great!</a></li>
       <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
+      <li>- <a href="#examples-chop">Chop</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>
@@ -2115,6 +2116,23 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-chop">Chop</h2>
+    
+    <p>
+      <a href="http://chopapp.com/">Chop</a> is a little app from 
+      <a href="http://www.zurb.com/">ZURB</a> that lets people slice up bad code 
+      and share their feedback to help put it back together. 
+      Chop was built to demonstrate how easy it is to build pageless apps 
+      using Backbone.js and Rails. Chop makes extensive use of Backbone <b>Views</b>, 
+      <b>Controllers</b>, and <b>Models</b>.
+    </p>
+    
+    <div style="text-align: center;">
+      <a href="http://chopapp.com/">
+        <img src="docs/images/chop.png" alt="Chop" 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