Skip to content

Commit

Permalink
Adding Chop as a Backbone example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed May 27, 2011
1 parent d568305 commit 2620c6a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added docs/images/chop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -2115,6 +2116,23 @@ <h2 id="examples-BitTorrent">BitTorrent &ndash; Project Chrysalis</h2>
</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>
Expand Down

0 comments on commit 2620c6a

Please sign in to comment.