Adding Chop as a Backbone example.

This commit is contained in:
Jeremy Ashkenas
2011-05-27 13:16:30 -04:00
parent d568305215
commit 2620c6a5ed
2 changed files with 18 additions and 0 deletions

BIN
docs/images/chop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View File

@@ -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>