fixed couchdb backend, updated backbone and underscore, added couchdb multiview example in demos

This commit is contained in:
Bietz
2012-08-06 14:53:34 -07:00
committed by Rufus Pollock
parent 00d36f2dac
commit b8537aae57
4 changed files with 185 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ root: ../
<div class="row">
<div class="span4">
<div class="well">
<h3><a href="couchdb_multiview/">CouchDB Multiview Demo</a></h3>
<p>You will need to modify the "app.js" file in "demos/couchdb_multiview"
to connect to your couch database. Also, don't forget to configure your
<b>reverse proxy or proxy so you can connect to your database</b>.</p>
<h3><a href="multiview/">Multiview Demo</a></h3>
<p>See the integrated <a href="multiview/">multiview in action on a
sample dataset</a> - the multiview incorporates most the main views