Mercurial > browser-couch
changeset 86:f65007998121
added more to tutorial intro
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 20 Apr 2009 17:50:37 -0700 |
parents | 57a2afb271df |
children | ebf8936fc696 |
files | tutorial.html |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tutorial.html Mon Apr 20 17:00:59 2009 -0700 +++ b/tutorial.html Mon Apr 20 17:50:37 2009 -0700 @@ -9,7 +9,7 @@ </head> <body> <div id="content" class="documentation"> -<h1>Using BrowserCouch</h1> +<h1>BrowserCouch Tutorial</h1> <p>This is a brief introduction to using the BrowserCouch API and the MapReduce mechanism. If you haven't already read it, you may want to @@ -17,6 +17,12 @@ to learn more about why this style of querying is being explored as an alternative to SQL for client-side Web Storage.</p> +<p>It should also be noted that BrowserCouch is by no means "mature" +software. It currently lacks a lot of CouchDB's features that it ought +to have, and its API is not stable at all.</p> + +<p>With that out of the way, let's get started.</p> + <p>Suppose we want to add offline support for a blog. To get a database called <tt>blog-posts</tt> in BrowserCouch, you can use the following function:</p>