mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 13:58:06 -05:00
Adding Chop as a Backbone example.
This commit is contained in:
BIN
docs/images/chop.png
Normal file
BIN
docs/images/chop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
18
index.html
18
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>
|
||||
|
||||
Reference in New Issue
Block a user