A simple application, a JSON store of products and lists of products, as a demonstration using Backbone.js. #complete http://www.elfsternberg.com/2011/08/08/backbone-store-version-20-regular-edition/
Go to file
Elf M. Sternberg 6c6772dc79 Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
data Updated to modern standards. 2011-08-07 12:33:07 -07:00
images Backbone initial check-in. 2010-12-08 16:21:22 -08:00
.gitignore Backbone initial check-in. 2010-12-08 16:21:22 -08:00
Makefile Everything comes out of the Noweb file now. 2011-08-07 21:18:47 -07:00
README Added Noweb notification to README. 2010-12-08 17:49:21 -08:00
backbone.js Updated to modern standards. 2011-08-07 12:33:07 -07:00
backbonestore.nw Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
index.haml Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
index.html Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
jquery-1.6.2.min.js Updated to modern standards. 2011-08-07 12:33:07 -07:00
jsonstore.css Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
jsonstore.styl Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
store.coffee Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
store.js Handled quantity update error that was fixed in Master, but not in Modern. 2011-08-07 21:34:41 -07:00
underscore.js Updated to modern standards. 2011-08-07 12:33:07 -07:00

README

The Backbone Store is a simple demonstration application, a Backbone.js
version of the Sammy.js tutorial.

## Installation

The Backbone store must be installed under a webserver in order to
operate correctly.  Chrome, especially, will not initialize the
application from the filesystem.  Just unpack it in a target directory
of your choosing and then browse to that directory.

## Copyright

Store.js is entirely my own work, and is Copyright (c) 2010 Elf
M. Sternberg.  Included libraries are covered by their respective
copyright holders, and are used with permission of the licenses
included.  Store.js is intended for educational purposes only, rather
than to be working code, and is hereby licensed under the Creative
Commons Attribution Non-Commercial Share Alike (by-nc-sa) licence.

The images contained herein are derivative works of photographs
licensed under Creative Commons licences for non-commercial purposes.

## Contribution

Please look in backbonestore.nw for the base code.  Backbonestore.nw
is produced using the Noweb Literate Programming toolkit by Norman
Ramsey (http://www.cs.tufts.edu/~nr/noweb/).